- scale(double, double) - Method in class org.jfree.graphics2d.canvas.CanvasGraphics2D
-
Applies a scale transformation.
- scale(double, double) - Method in class org.jfree.graphics2d.svg.SVGGraphics2D
-
Applies a scale transformation.
- setBackground(Color) - Method in class org.jfree.graphics2d.canvas.CanvasGraphics2D
-
Sets the background color.
- 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.canvas.CanvasGraphics2D
-
Sets the user clipping region.
- setClip(int, int, int, int) - Method in class org.jfree.graphics2d.canvas.CanvasGraphics2D
-
Sets the user clipping region to the specified rectangle.
- 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.canvas.CanvasGraphics2D
-
Sets the foreground color.
- setColor(Color) - Method in class org.jfree.graphics2d.svg.SVGGraphics2D
-
Sets the foreground color.
- setComposite(Composite) - Method in class org.jfree.graphics2d.canvas.CanvasGraphics2D
-
Sets the composite (only AlphaComposite
is handled).
- 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.canvas.CanvasGraphics2D
-
Sets the font to be used for drawing text.
- 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.canvas.CanvasGraphics2D
-
Sets the number of decimal places used to write the coordinates of
geometrical shapes in the Javascript output.
- 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.canvas.CanvasGraphics2D
-
Sets the paint used to draw or fill shapes (or text).
- 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.canvas.CanvasGraphics2D
-
Not yet implemented.
- 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.canvas.CanvasGraphics2D
-
Sets the value for a hint.
- 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.canvas.CanvasGraphics2D
-
Sets the rendering hints to the specified collection.
- 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.canvas.CanvasGraphics2D
-
Sets the stroke that will be used to draw shapes.
- 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.canvas.CanvasGraphics2D
-
Sets the transform.
- setTransform(AffineTransform) - Method in class org.jfree.graphics2d.svg.SVGGraphics2D
-
Sets the transform.
- setTransformDP(int) - Method in class org.jfree.graphics2d.canvas.CanvasGraphics2D
-
Sets the number of decimal places used to write the transformation
matrices in the Javascript output.
- 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.canvas.CanvasGraphics2D
-
Not yet implemented.
- 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.canvas.CanvasGraphics2D
-
Applies a shear transformation.
- 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
-