- get(String) - Method in class org.jfree.graphics2d.svg.StandardFontMapper
-
Returns the mapped (alternate) font family name.
- getBackground() - Method in class org.jfree.graphics2d.canvas.CanvasGraphics2D
-
Returns the background color.
- 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.
- getCanvasID() - Method in class org.jfree.graphics2d.canvas.CanvasGraphics2D
-
Returns the canvas ID that was passed to the constructor.
- 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.canvas.CanvasGraphics2D
-
Returns the user clipping region.
- getClip() - Method in class org.jfree.graphics2d.svg.SVGGraphics2D
-
Returns the user clipping region.
- getClipBounds() - Method in class org.jfree.graphics2d.canvas.CanvasGraphics2D
-
Returns the clip bounds.
- getClipBounds() - Method in class org.jfree.graphics2d.svg.SVGGraphics2D
-
Returns the bounds of the user clipping region.
- getColor() - Method in class org.jfree.graphics2d.canvas.CanvasGraphics2D
-
Returns the foreground color.
- 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.canvas.CanvasGraphics2D
-
Returns the current composite.
- 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.canvas.CanvasGraphics2D
-
Not yet implemented.
- 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.canvas.CanvasGraphics2D
-
Returns the current font used for drawing text.
- 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.canvas.CanvasGraphics2D
-
Returns the font metrics for the specified font.
- 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.canvas.CanvasGraphics2D
-
Returns the font render context.
- getFontRenderContext() - Method in class org.jfree.graphics2d.svg.SVGGraphics2D
-
Returns the font render context.
- getGeometryDP() - Method in class org.jfree.graphics2d.canvas.CanvasGraphics2D
-
Returns the number of decimal places used to write the coordinates
of geometrical shapes.
- 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.canvas.CanvasGraphics2D
-
Returns the paint used to draw or fill shapes (or text).
- 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.canvas.CanvasGraphics2D
-
Returns the current value for the specified hint.
- 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.canvas.CanvasGraphics2D
-
Returns a copy of the rendering hints.
- getRenderingHints() - Method in class org.jfree.graphics2d.svg.SVGGraphics2D
-
Returns a copy of the rendering hints.
- getScript() - Method in class org.jfree.graphics2d.canvas.CanvasGraphics2D
-
Returns the script that has been generated by calls to this
Graphics2D
implementation.
- 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.canvas.CanvasGraphics2D
-
Returns the current stroke (used when drawing shapes).
- 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.
- 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.canvas.CanvasGraphics2D
-
Returns a copy of the current transform.
- getTransform() - Method in class org.jfree.graphics2d.svg.SVGGraphics2D
-
Returns a copy of the current transform.
- getTransformDP() - Method in class org.jfree.graphics2d.canvas.CanvasGraphics2D
-
Returns the number of decimal places used to write the transformation
matrices in the Javascript output.
- 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.