Uses of Class
com.jsevy.jsvg.SVGEntity
-
-
Uses of SVGEntity in com.jsevy.jsvg
Methods in com.jsevy.jsvg that return SVGEntity Modifier and Type Method Description SVGEntity
SVGDocument. getLastEntity()
Utility method for use with addSet method of SVGObject to enable animation of elements.Methods in com.jsevy.jsvg with parameters of type SVGEntity Modifier and Type Method Description void
SVGDocument. addEntity(SVGEntity entity)
Utility method used by the associated SVGGraphics object.
-