- dispose() - Method in class org.jfree.graphics2d.svg.SVGGraphics2D
-
This method does nothing, there are no resources to dispose.
- draw(Shape) - Method in class org.jfree.graphics2d.svg.SVGGraphics2D
-
Draws the specified shape with the current paint and
stroke.
- drawArc(int, int, int, int, int, int) - Method in class org.jfree.graphics2d.svg.SVGGraphics2D
-
Draws an arc contained within the rectangle
(x, y, width, height), starting at startAngle
and continuing through arcAngle degrees using
the current paint and stroke.
- drawGlyphVector(GlyphVector, float, float) - Method in class org.jfree.graphics2d.svg.SVGGraphics2D
-
Draws the specified glyph vector at the location (x, y).
- drawImage(Image, int, int, ImageObserver) - Method in class org.jfree.graphics2d.svg.SVGGraphics2D
-
Draws an image at the location (x, y).
- drawImage(Image, int, int, int, int, ImageObserver) - Method in class org.jfree.graphics2d.svg.SVGGraphics2D
-
Draws the image into the rectangle defined by (x, y, w, h).
- drawImage(Image, int, int, Color, ImageObserver) - Method in class org.jfree.graphics2d.svg.SVGGraphics2D
-
Draws an image at the location (x, y).
- drawImage(Image, int, int, int, int, Color, ImageObserver) - Method in class org.jfree.graphics2d.svg.SVGGraphics2D
-
Draws an image to the rectangle (x, y, w, h) (scaling it if
required), first filling the background with the specified color.
- drawImage(Image, int, int, int, int, int, int, int, int, ImageObserver) - Method in class org.jfree.graphics2d.svg.SVGGraphics2D
-
Draws part of an image (defined by the source rectangle
(sx1, sy1, sx2, sy2)) into the destination rectangle
(dx1, dy1, dx2, dy2).
- drawImage(Image, int, int, int, int, int, int, int, int, Color, ImageObserver) - Method in class org.jfree.graphics2d.svg.SVGGraphics2D
-
Draws part of an image (defined by the source rectangle
(sx1, sy1, sx2, sy2)) into the destination rectangle
(dx1, dy1, dx2, dy2).
- drawImage(Image, AffineTransform, ImageObserver) - Method in class org.jfree.graphics2d.svg.SVGGraphics2D
-
Draws an image with the specified transform.
- drawImage(BufferedImage, BufferedImageOp, int, int) - Method in class org.jfree.graphics2d.svg.SVGGraphics2D
-
Draws the image resulting from applying the BufferedImageOp
to the specified image at the location (x, y).
- drawLine(int, int, int, int) - Method in class org.jfree.graphics2d.svg.SVGGraphics2D
-
Draws a line from (x1, y1) to (x2, y2) using
the current paint and stroke.
- drawOval(int, int, int, int) - Method in class org.jfree.graphics2d.svg.SVGGraphics2D
-
Draws an oval framed by the rectangle (x, y, width, height)
using the current paint and stroke.
- drawPolygon(int[], int[], int) - Method in class org.jfree.graphics2d.svg.SVGGraphics2D
-
Draws the specified polygon using the current paint and
stroke.
- drawPolyline(int[], int[], int) - Method in class org.jfree.graphics2d.svg.SVGGraphics2D
-
Draws the specified multi-segment line using the current
paint and stroke.
- drawRenderableImage(RenderableImage, AffineTransform) - Method in class org.jfree.graphics2d.svg.SVGGraphics2D
-
Draws the renderable image.
- drawRenderedImage(RenderedImage, AffineTransform) - Method in class org.jfree.graphics2d.svg.SVGGraphics2D
-
Draws the rendered image.
- drawRoundRect(int, int, int, int, int, int) - Method in class org.jfree.graphics2d.svg.SVGGraphics2D
-
Draws a rectangle with rounded corners using the current
paint and stroke.
- drawString(String, int, int) - Method in class org.jfree.graphics2d.svg.SVGGraphics2D
-
Draws a string at (x, y).
- drawString(String, float, float) - Method in class org.jfree.graphics2d.svg.SVGGraphics2D
-
Draws a string at (x, y).
- drawString(AttributedCharacterIterator, int, int) - Method in class org.jfree.graphics2d.svg.SVGGraphics2D
-
Draws a string of attributed characters at (x, y).
- drawString(AttributedCharacterIterator, float, float) - Method in class org.jfree.graphics2d.svg.SVGGraphics2D
-
Draws a string of attributed characters at (x, y).
- get(String) - Method in class org.jfree.graphics2d.svg.StandardFontMapper
-
Returns the mapped (alternate) font family name.
- getBackground() - Method in class org.jfree.graphics2d.svg.SVGGraphics2D
-
Returns the background color.
- getBeginGroupKeys() - Static method in class org.jfree.graphics2d.svg.SVGHints
-
- getBounds() - Method in class org.jfree.graphics2d.svg.SVGGraphicsConfiguration
-
Returns the bounds for this configuration.
- getCheckStrokeControlHint() - Method in class org.jfree.graphics2d.svg.SVGGraphics2D
-
Returns the flag that controls whether or not this object will observe
the KEY_STROKE_CONTROL rendering hint.
- getClip() - Method in class org.jfree.graphics2d.svg.SVGGraphics2D
-
Returns the user clipping region.
- getClipBounds() - Method in class org.jfree.graphics2d.svg.SVGGraphics2D
-
Returns the bounds of the user clipping region.
- getColor() - Method in class org.jfree.graphics2d.svg.SVGGraphics2D
-
Returns the foreground color.
- getColorModel() - Method in class org.jfree.graphics2d.svg.SVGGraphicsConfiguration
-
Returns the color model for this configuration.
- getColorModel(int) - Method in class org.jfree.graphics2d.svg.SVGGraphicsConfiguration
-
Returns the color model for the specified transparency type, or
null.
- getComposite() - Method in class org.jfree.graphics2d.svg.SVGGraphics2D
-
Returns the current composite.
- getConfigurations() - Method in class org.jfree.graphics2d.svg.SVGGraphicsDevice
-
Returns all configurations for this device.
- getDefaultConfiguration() - Method in class org.jfree.graphics2d.svg.SVGGraphicsDevice
-
Returns the default configuration for this device.
- getDefaultTransform() - Method in class org.jfree.graphics2d.svg.SVGGraphicsConfiguration
-
Returns the default transform.
- getDefsKeyPrefix() - Method in class org.jfree.graphics2d.svg.SVGGraphics2D
-
Returns the prefix used for all keys in the DEFS element.
- getDevice() - Method in class org.jfree.graphics2d.svg.SVGGraphicsConfiguration
-
Returns the graphics device that this configuration is associated with.
- getDeviceConfiguration() - Method in class org.jfree.graphics2d.svg.SVGGraphics2D
-
Returns the device configuration associated with this
Graphics2D.
- getElementIDs() - Method in class org.jfree.graphics2d.svg.SVGGraphics2D
-
Returns a new set containing the element IDs that have been used in
output so far.
- getElementTitleKeys() - Static method in class org.jfree.graphics2d.svg.SVGHints
-
- getEndGroupKeys() - Static method in class org.jfree.graphics2d.svg.SVGHints
-
- getFilePrefix() - Method in class org.jfree.graphics2d.svg.SVGGraphics2D
-
Returns the prefix used to generate a filename for an image that is
referenced from, rather than embedded in, the SVG element.
- getFileSuffix() - Method in class org.jfree.graphics2d.svg.SVGGraphics2D
-
Returns the suffix used to generate a filename for an image that is
referenced from, rather than embedded in, the SVG element.
- getFont() - Method in class org.jfree.graphics2d.svg.SVGGraphics2D
-
Returns the current font used for drawing text.
- getFontMapper() - Method in class org.jfree.graphics2d.svg.SVGGraphics2D
-
Returns the font mapper (an object that optionally maps font family
names to alternates).
- getFontMetrics(Font) - Method in class org.jfree.graphics2d.svg.SVGGraphics2D
-
Returns the font metrics for the specified font.
- getFontRenderContext() - Method in class org.jfree.graphics2d.svg.SVGGraphics2D
-
Returns the font render context.
- getGeometryDP() - Method in class org.jfree.graphics2d.svg.SVGGraphics2D
-
Returns the number of decimal places used to write the coordinates
of geometrical shapes.
- getHeight() - Method in class org.jfree.graphics2d.svg.SVGGraphics2D
-
Returns the height for the SVG element, specified in the constructor.
- getHref() - Method in class org.jfree.graphics2d.svg.ImageElement
-
Returns the reference ID that was specified in the constructor.
- getIDstring() - Method in class org.jfree.graphics2d.svg.SVGGraphicsDevice
-
Returns the id string.
- getImage() - Method in class org.jfree.graphics2d.svg.ImageElement
-
Returns the image that was specified in the constructor.
- getNormalizingTransform() - Method in class org.jfree.graphics2d.svg.SVGGraphicsConfiguration
-
Returns the normalizing transform.
- getPaint() - Method in class org.jfree.graphics2d.GradientPaintKey
-
Returns the GradientPaint that was supplied to the
constructor.
- getPaint() - Method in class org.jfree.graphics2d.LinearGradientPaintKey
-
Returns the LinearGradientPaint that was supplied to the
constructor.
- getPaint() - Method in class org.jfree.graphics2d.RadialGradientPaintKey
-
Returns the RadialGradientPaint that was supplied to the
constructor.
- getPaint() - Method in class org.jfree.graphics2d.svg.SVGGraphics2D
-
Returns the paint used to draw or fill shapes (or text).
- getRenderingHint(RenderingHints.Key) - Method in class org.jfree.graphics2d.svg.SVGGraphics2D
-
Returns the current value for the specified hint.
- getRenderingHints() - Method in class org.jfree.graphics2d.svg.SVGGraphics2D
-
Returns a copy of the rendering hints.
- getShapeRendering() - Method in class org.jfree.graphics2d.svg.SVGGraphics2D
-
Returns the value of the 'shape-rendering' property that will be
written to the SVG element.
- getStroke() - Method in class org.jfree.graphics2d.svg.SVGGraphics2D
-
Returns the current stroke (used when drawing shapes).
- getSVGDocument() - Method in class org.jfree.graphics2d.svg.SVGGraphics2D
-
Returns an SVG document (this contains the content returned by the
SVGGraphics2D.getSVGElement() method, prepended with the required document
header).
- getSVGElement() - Method in class org.jfree.graphics2d.svg.SVGGraphics2D
-
Returns the SVG element that has been generated by calls to this
Graphics2D implementation.
- getSVGElement(String) - Method in class org.jfree.graphics2d.svg.SVGGraphics2D
-
Returns the SVG element that has been generated by calls to this
Graphics2D implementation, giving it the specified id.
- getSVGImages() - Method in class org.jfree.graphics2d.svg.SVGGraphics2D
-
Returns the list of image elements that have been referenced in the
SVG output but not embedded.
- getTextRendering() - Method in class org.jfree.graphics2d.svg.SVGGraphics2D
-
Returns the value of the 'text-rendering' property that will be
written to the SVG element.
- getTransform() - Method in class org.jfree.graphics2d.svg.SVGGraphics2D
-
Returns a copy of the current transform.
- getTransformDP() - Method in class org.jfree.graphics2d.svg.SVGGraphics2D
-
Returns the number of decimal places used to write the transformation
matrices in the SVG output.
- getType() - Method in class org.jfree.graphics2d.svg.SVGGraphicsDevice
-
Returns the device type.
- getWidth() - Method in class org.jfree.graphics2d.svg.SVGGraphics2D
-
Returns the width for the SVG element, specified in the constructor.
- getZeroStrokeWidth() - Method in class org.jfree.graphics2d.svg.SVGGraphics2D
-
Returns the width to use for the SVG stroke when the AWT stroke
specified has a zero width (the default value is 0.1).
- GradientPaintKey - Class in org.jfree.graphics2d
-
A wrapper for a GradientPaint that can be used as the key for
a Map (including a HashMap).
- GradientPaintKey(GradientPaint) - Constructor for class org.jfree.graphics2d.GradientPaintKey
-
Creates a new instance based on the specified paint.
- GraphicsUtils - Class in org.jfree.graphics2d
-
A collection of static utility methods for shapes and images.
- scale(double, double) - Method in class org.jfree.graphics2d.svg.SVGGraphics2D
-
Applies a scale transformation.
- setBackground(Color) - Method in class org.jfree.graphics2d.svg.SVGGraphics2D
-
Sets the background color.
- setCheckStrokeControlHint(boolean) - Method in class org.jfree.graphics2d.svg.SVGGraphics2D
-
Sets the flag that controls whether or not this object will observe
the KEY_STROKE_CONTROL rendering hint.
- setClip(Shape) - Method in class org.jfree.graphics2d.svg.SVGGraphics2D
-
Sets the user clipping region.
- setClip(int, int, int, int) - Method in class org.jfree.graphics2d.svg.SVGGraphics2D
-
Sets the user clipping region to the specified rectangle.
- setColor(Color) - Method in class org.jfree.graphics2d.svg.SVGGraphics2D
-
Sets the foreground color.
- setComposite(Composite) - Method in class org.jfree.graphics2d.svg.SVGGraphics2D
-
Sets the composite (only AlphaComposite is handled).
- setDefsKeyPrefix(String) - Method in class org.jfree.graphics2d.svg.SVGGraphics2D
-
Sets the prefix that will be used for all keys in the DEFS element.
- setFilePrefix(String) - Method in class org.jfree.graphics2d.svg.SVGGraphics2D
-
Sets the prefix used to generate a filename for any image that is
referenced from the SVG element.
- setFileSuffix(String) - Method in class org.jfree.graphics2d.svg.SVGGraphics2D
-
Sets the suffix used to generate a filename for any image that is
referenced from the SVG element.
- setFont(Font) - Method in class org.jfree.graphics2d.svg.SVGGraphics2D
-
Sets the font to be used for drawing text.
- setFontMapper(FontMapper) - Method in class org.jfree.graphics2d.svg.SVGGraphics2D
-
Sets the font mapper.
- setGeometryDP(int) - Method in class org.jfree.graphics2d.svg.SVGGraphics2D
-
Sets the number of decimal places used to write the coordinates of
geometrical shapes in the SVG output.
- setPaint(Paint) - Method in class org.jfree.graphics2d.svg.SVGGraphics2D
-
Sets the paint used to draw or fill shapes (or text).
- setPaintMode() - Method in class org.jfree.graphics2d.svg.SVGGraphics2D
-
Does nothing in this SVGGraphics2D implementation.
- setRenderingHint(RenderingHints.Key, Object) - Method in class org.jfree.graphics2d.svg.SVGGraphics2D
-
Sets the value for a hint.
- setRenderingHints(Map<?, ?>) - Method in class org.jfree.graphics2d.svg.SVGGraphics2D
-
Sets the rendering hints to the specified collection.
- setShapeRendering(String) - Method in class org.jfree.graphics2d.svg.SVGGraphics2D
-
Sets the value of the 'shape-rendering' property that will be written to
the SVG element.
- setStroke(Stroke) - Method in class org.jfree.graphics2d.svg.SVGGraphics2D
-
Sets the stroke that will be used to draw shapes.
- setTextRendering(String) - Method in class org.jfree.graphics2d.svg.SVGGraphics2D
-
Sets the value of the 'text-rendering' property that will be written to
the SVG element.
- setTransform(AffineTransform) - Method in class org.jfree.graphics2d.svg.SVGGraphics2D
-
Sets the transform.
- setTransformDP(int) - Method in class org.jfree.graphics2d.svg.SVGGraphics2D
-
Sets the number of decimal places used to write the transformation
matrices in the SVG output.
- setXORMode(Color) - Method in class org.jfree.graphics2d.svg.SVGGraphics2D
-
Does nothing in this SVGGraphics2D implementation.
- setZeroStrokeWidth(double) - Method in class org.jfree.graphics2d.svg.SVGGraphics2D
-
Sets the width to use for the SVG stroke when the current AWT stroke
has a width of 0.0.
- shear(double, double) - Method in class org.jfree.graphics2d.svg.SVGGraphics2D
-
Applies a shear transformation.
- StandardFontMapper - Class in org.jfree.graphics2d.svg
-
A default implementation of the
FontMapper interface.
- StandardFontMapper() - Constructor for class org.jfree.graphics2d.svg.StandardFontMapper
-
Creates a new instance with mappings for the Java logical fonts.
- SVGGraphics2D - Class in org.jfree.graphics2d.svg
-
A Graphics2D implementation that creates SVG output.
- SVGGraphics2D(int, int) - Constructor for class org.jfree.graphics2d.svg.SVGGraphics2D
-
Creates a new instance with the specified width and height.
- SVGGraphics2D(int, int, StringBuilder) - Constructor for class org.jfree.graphics2d.svg.SVGGraphics2D
-
Creates a new instance with the specified width and height that will
populate the supplied StringBuilder instance.
- SVGGraphicsConfiguration - Class in org.jfree.graphics2d.svg
-
- SVGGraphicsConfiguration(int, int) - Constructor for class org.jfree.graphics2d.svg.SVGGraphicsConfiguration
-
Creates a new instance.
- SVGGraphicsDevice - Class in org.jfree.graphics2d.svg
-
A graphics device for JFreeSVG.
- SVGGraphicsDevice(String, GraphicsConfiguration) - Constructor for class org.jfree.graphics2d.svg.SVGGraphicsDevice
-
Creates a new instance.
- SVGHints - Class in org.jfree.graphics2d.svg
-
Defines the rendering hints that can be used with the
SVGGraphics2D
class.
- SVGHints.Key - Class in org.jfree.graphics2d.svg
-
- SVGUtils - Class in org.jfree.graphics2d.svg
-