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
|
float |
SvgUseUtil.Anchor.calcX(float parentPosX,
float parentWidth,
float childWidth,
SvgUseUtil.Margin margin) |
float |
SvgUseUtil.Anchor.calcY(float parentPosY,
float parentHeight,
float childHeight,
SvgUseUtil.Margin margin) |