Uses of Class
com.storedobject.svg.Svg
Packages that use Svg
-
Uses of Svg in com.storedobject.pdf
Methods in com.storedobject.pdf with parameters of type Svg -
Uses of Svg in com.storedobject.svg
Subclasses of Svg in com.storedobject.svgModifier and TypeClassDescriptionfinal classA canvas for drawing SVGs.classRepresents an SVG circle.classRepresents an SVG element.classRepresents an SVG ellipse.classRepresents an SVG line.final classA wrapper forSvgthat allows it to be moved.classRepresents an SVG polygon.classRepresents an SVG polyline.classRepresents an SVG rectangle.classRepresents an SVG square.classRepresents an SVG star.classRepresents an SVG text.classAn SVG that is transformed using aTransformer.Fields in com.storedobject.svg declared as SvgModifier and TypeFieldDescriptionprotected final SvgSvg.AbstractScale.svgRepresents the SVG instance associated with the scale transformation.protected final SvgSvg.AbstractScale.svgRepresents the SVG instance associated with the scale transformation.Methods in com.storedobject.svg that return SvgModifier and TypeMethodDescriptionAdd another SVG at a specific displacement.Add another SVG at a specific point.Add another SVG to this one at a specified side.Svg.flipHorizontally()Flip this SVG horizontally.Svg.flipVertically()Flip this SVG vertically.Svg.margin(double margin) Add a margin to this SVG.Add a margin to this SVG on a specific side.Remove an SVG.Svg.scale(double scale) Scale this SVG by a specified factor.Svg.scale(double scaleX, double scaleY) Scale this SVG by specified factors.Svg.scaleTo(double newWidth, double newHeight) Scale this SVG to new dimensions.Svg.scaleToHeight(double newHeight) Scale this SVG to a new height.Svg.scaleToWidth(double newWidth) Scale this SVG to a new width.Methods in com.storedobject.svg with parameters of type SvgModifier and TypeMethodDescriptionAdd an SVG.Add another SVG at a specific displacement.Add another SVG at a specific point.Add another SVG to this one at a specified side.static MovableSvgCreate aMovableSvgfrom anSvg.Remove an SVG.Constructors in com.storedobject.svg with parameters of type SvgModifierConstructorDescriptionAnchor(Svg anchoredTo, DoubleSupplier computeX, DoubleSupplier computeY) Constructor.Constructor.Constructor.TransformedSvg(Svg embedded) Constructor.TransformedSvg(Svg embedded, Transformer transformer) Constructor. -
Uses of Svg in com.storedobject.svg.chart
Subclasses of Svg in com.storedobject.svg.chart