Package | Description |
---|---|
org.processmining.utils.statechart.svg |
Modifier and Type | Method and Description |
---|---|
static SvgUseUtil.Anchor |
SvgUseUtil.Anchor.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SvgUseUtil.Anchor[] |
SvgUseUtil.Anchor.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static UseFixed |
SvgUseUtil.addSvg(com.kitfox.svg.Group target,
com.kitfox.svg.SVGDiagram useSVG,
SvgUseUtil.Anchor anchor,
float toWidth,
float toHeight,
SvgUseUtil.Margin margin)
Add SVG use as child to target group, with given size
|
static UseFixed |
SvgUseUtil.addSvg(com.kitfox.svg.Group target,
com.kitfox.svg.SVGDiagram useSVG,
SvgUseUtil.Anchor anchor,
float ratio,
SvgUseUtil.Margin margin)
Add SVG use as child to target group, scaled to ratio
|