java.lang.Object
org.jfree.svg.ImageElement
public final class ImageElement extends Object
A
(String, Image) pair that links together a reference ID and
the source image. This is used internally by SVGGraphics2D to track
images as they are rendered. This is important when images are not embedded
in the SVG output, in which case you may need to generate corresponding
image files for the images (see also SVGGraphics2D.getSVGImages()).-
Constructor Summary
Constructors Constructor Description ImageElement(String href, Image image)Creates a new instance. -
Method Summary
-
Constructor Details
-
ImageElement
Creates a new instance.- Parameters:
href- the href (nullnot permitted).image- the image (nullnot permitted).
-
-
Method Details