Uses of Class
org.jfree.svg.ImageElement
Packages that use ImageElement
Package
Description
Contains
SVGGraphics2D
and supporting classes that allow
Java2D rendering to Scalable Vector Graphics (SVG) format.-
Uses of ImageElement in org.jfree.svg
Fields in org.jfree.svg with type parameters of type ImageElementModifier and TypeFieldDescriptionprivate List
<ImageElement> SVGGraphics2D.imageElements
A list of images that are referenced but not embedded in the SVG.Methods in org.jfree.svg that return types with arguments of type ImageElementModifier and TypeMethodDescriptionSVGGraphics2D.getSVGImages()
Returns the list of image elements that have been referenced in the SVG output but not embedded.