Index

A C D E F G H I K M N O P R S T V W X 
All Classes|All Packages

A

addBeginGroupKey(RenderingHints.Key) - Static method in class org.jfree.svg.SVGHints
Adds a key to the list of keys that are synonyms for SVGHints.KEY_BEGIN_GROUP.
addElementTitleKey(RenderingHints.Key) - Static method in class org.jfree.svg.SVGHints
Adds a key to the list of keys that are synonyms for SVGHints.KEY_ELEMENT_TITLE.
addEndGroupKey(RenderingHints.Key) - Static method in class org.jfree.svg.SVGHints
Adds a key to the list of keys that are synonyms for SVGHints.KEY_END_GROUP.
addRenderingHints(Map<?, ?>) - Method in class org.jfree.svg.SVGGraphics2D
Adds all the supplied rendering hints.
apply(String) - Method in class org.jfree.svg.StandardFontFunction
Returns the SVG font reference for the supplied (Java) font family name.

C

clearBeginGroupKeys() - Static method in class org.jfree.svg.SVGHints
Clears the list of keys that are treated as synonyms for SVGHints.KEY_BEGIN_GROUP.
clearElementTitleKeys() - Static method in class org.jfree.svg.SVGHints
Clears the list of keys that are treated as synonyms for SVGHints.KEY_ELEMENT_TITLE.
clearEndGroupKeys() - Static method in class org.jfree.svg.SVGHints
Clears the list of keys that are treated as synonyms for SVGHints.KEY_END_GROUP.
clearRect(int, int, int, int) - Method in class org.jfree.svg.SVGGraphics2D
Clears the specified rectangle by filling it with the current background color.
clip(Shape) - Method in class org.jfree.svg.SVGGraphics2D
Clips to the intersection of the current clipping region and the specified shape.
clipRect(int, int, int, int) - Method in class org.jfree.svg.SVGGraphics2D
Clips to the intersection of the current clipping region and the specified rectangle.
CM - org.jfree.svg.SVGUnits
Centimeters.
copyArea(int, int, int, int, int, int) - Method in class org.jfree.svg.SVGGraphics2D
This method does nothing.
create() - Method in class org.jfree.svg.SVGGraphics2D
Creates a new graphics object that is a copy of this graphics object (except that it has not accumulated the drawing operations).
createCompatibleImage(int, int) - Method in class org.jfree.svg.SVGGraphicsConfiguration
Creates a compatible image.
createCompatibleVolatileImage(int, int, ImageCapabilities, int) - Method in class org.jfree.svg.SVGGraphicsConfiguration
Returns a volatile image.
createDoubleConverter(int) - Static method in class org.jfree.svg.SVGUtils
Returns a double-to-string function that limits the output to a specific number of decimal places (in the range 1 to 10).

D

dispose() - Method in class org.jfree.svg.SVGGraphics2D
This method does nothing, there are no resources to dispose.
doubleToString(double) - Static method in class org.jfree.svg.SVGUtils
Returns a string representing the specified double value.
draw(Shape) - Method in class org.jfree.svg.SVGGraphics2D
Draws the specified shape with the current paint and stroke.
drawArc(int, int, int, int, int, int) - Method in class org.jfree.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.svg.SVGGraphics2D
Draws the specified glyph vector at the location (x, y).
drawImage(BufferedImage, BufferedImageOp, int, int) - Method in class org.jfree.svg.SVGGraphics2D
Draws the image resulting from applying the BufferedImageOp to the specified image at the location (x, y).
drawImage(Image, int, int, int, int, int, int, int, int, Color, ImageObserver) - Method in class org.jfree.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, ImageObserver) - Method in class org.jfree.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, Color, ImageObserver) - Method in class org.jfree.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, ImageObserver) - Method in class org.jfree.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.svg.SVGGraphics2D
Draws an image at the location (x, y).
drawImage(Image, int, int, ImageObserver) - Method in class org.jfree.svg.SVGGraphics2D
Draws an image at the location (x, y).
drawImage(Image, AffineTransform, ImageObserver) - Method in class org.jfree.svg.SVGGraphics2D
Draws an image with the specified transform.
drawLine(int, int, int, int) - Method in class org.jfree.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.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.svg.SVGGraphics2D
Draws the specified polygon using the current paint and stroke.
drawPolyline(int[], int[], int) - Method in class org.jfree.svg.SVGGraphics2D
Draws the specified multi-segment line using the current paint and stroke.
drawRenderableImage(RenderableImage, AffineTransform) - Method in class org.jfree.svg.SVGGraphics2D
Draws the renderable image.
drawRenderedImage(RenderedImage, AffineTransform) - Method in class org.jfree.svg.SVGGraphics2D
Draws the rendered image.
drawRoundRect(int, int, int, int, int, int) - Method in class org.jfree.svg.SVGGraphics2D
Draws a rectangle with rounded corners using the current paint and stroke.
drawString(String, float, float) - Method in class org.jfree.svg.SVGGraphics2D
Draws a string at (x, y).
drawString(String, int, int) - Method in class org.jfree.svg.SVGGraphics2D
Draws a string at (x, y).
drawString(AttributedCharacterIterator, float, float) - Method in class org.jfree.svg.SVGGraphics2D
Draws a string of attributed characters at (x, y).
drawString(AttributedCharacterIterator, int, int) - Method in class org.jfree.svg.SVGGraphics2D
Draws a string of attributed characters at (x, y).

E

EM - org.jfree.svg.SVGUnits
The font size.
escapeForXML(String) - Static method in class org.jfree.svg.SVGUtils
Returns a new string where any special characters in the source string have been encoded.
EX - org.jfree.svg.SVGUnits
Height of character 'x'.

F

fill(Shape) - Method in class org.jfree.svg.SVGGraphics2D
Fills the specified shape with the current paint.
fillArc(int, int, int, int, int, int) - Method in class org.jfree.svg.SVGGraphics2D
Fills an arc contained within the rectangle (x, y, width, height), starting at startAngle and continuing through arcAngle degrees, using the current paint.
fillOval(int, int, int, int) - Method in class org.jfree.svg.SVGGraphics2D
Fills an oval framed by the rectangle (x, y, width, height).
fillPolygon(int[], int[], int) - Method in class org.jfree.svg.SVGGraphics2D
Fills the specified polygon using the current paint.
fillRect(int, int, int, int) - Method in class org.jfree.svg.SVGGraphics2D
Fills the specified rectangle with the current paint.
fillRoundRect(int, int, int, int, int, int) - Method in class org.jfree.svg.SVGGraphics2D
Fills a rectangle with rounded corners using the current paint.

G

get(String) - Method in class org.jfree.svg.StandardFontFunction
Returns the (substitute) SVG font family name for the specified Java font family name, or null if there is no substitute.
getBackground() - Method in class org.jfree.svg.SVGGraphics2D
Returns the background color.
getBeginGroupKeys() - Static method in class org.jfree.svg.SVGHints
Creates and returns a list of keys that are synonymous with SVGHints.KEY_BEGIN_GROUP.
getBounds() - Method in class org.jfree.svg.SVGGraphicsConfiguration
Returns the bounds for this configuration.
getCheckStrokeControlHint() - Method in class org.jfree.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.svg.SVGGraphics2D
Returns the user clipping region.
getClipBounds() - Method in class org.jfree.svg.SVGGraphics2D
Returns the bounds of the user clipping region.
getColor() - Method in class org.jfree.svg.SVGGraphics2D
Returns the foreground color.
getColorModel() - Method in class org.jfree.svg.SVGGraphicsConfiguration
Returns the color model for this configuration.
getColorModel(int) - Method in class org.jfree.svg.SVGGraphicsConfiguration
Returns the color model for the specified transparency type, or null.
getComposite() - Method in class org.jfree.svg.SVGGraphics2D
Returns the current composite.
getConfigurations() - Method in class org.jfree.svg.SVGGraphicsDevice
Returns all configurations for this device.
getDefaultConfiguration() - Method in class org.jfree.svg.SVGGraphicsDevice
Returns the default configuration for this device.
getDefaultTransform() - Method in class org.jfree.svg.SVGGraphicsConfiguration
Returns the default transform.
getDefsKeyPrefix() - Method in class org.jfree.svg.SVGGraphics2D
Returns the prefix used for all keys in the DEFS element.
getDevice() - Method in class org.jfree.svg.SVGGraphicsConfiguration
Returns the graphics device that this configuration is associated with.
getDeviceConfiguration() - Method in class org.jfree.svg.SVGGraphics2D
Returns the device configuration associated with this Graphics2D.
getElementIDs() - Method in class org.jfree.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.svg.SVGHints
Creates and returns a list of keys that are synonymous with SVGHints.KEY_ELEMENT_TITLE.
getEndGroupKeys() - Static method in class org.jfree.svg.SVGHints
Creates and returns a list of keys that are synonymous with SVGHints.KEY_END_GROUP.
getFilePrefix() - Method in class org.jfree.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.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.svg.SVGGraphics2D
Returns the current font used for drawing text.
getFontFunction() - Method in class org.jfree.svg.SVGGraphics2D
Returns the function that generates SVG font references from a supplied Java font family name.
getFontMetrics(Font) - Method in class org.jfree.svg.SVGGraphics2D
Returns the font metrics for the specified font.
getFontRenderContext() - Method in class org.jfree.svg.SVGGraphics2D
Returns the font render context.
getFontSizeUnits() - Method in class org.jfree.svg.SVGGraphics2D
Returns the font size units.
getGeomDoubleConverter() - Method in class org.jfree.svg.SVGGraphics2D
Returns the double-to-string function that is used when writing coordinates for geometrical shapes in the SVG output.
getHeight() - Method in class org.jfree.svg.SVGGraphics2D
Returns the height for the SVG element, specified in the constructor.
getHref() - Method in class org.jfree.svg.ImageElement
Returns the reference ID that was specified in the constructor.
getIDstring() - Method in class org.jfree.svg.SVGGraphicsDevice
Returns the id string.
getImage() - Method in class org.jfree.svg.ImageElement
Returns the image that was specified in the constructor.
getNormalizingTransform() - Method in class org.jfree.svg.SVGGraphicsConfiguration
Returns the normalizing transform.
getPaint() - Method in class org.jfree.svg.SVGGraphics2D
Returns the paint used to draw or fill shapes (or text).
getRenderingHint(RenderingHints.Key) - Method in class org.jfree.svg.SVGGraphics2D
Returns the current value for the specified hint.
getRenderingHints() - Method in class org.jfree.svg.SVGGraphics2D
Returns a copy of the rendering hints.
getStroke() - Method in class org.jfree.svg.SVGGraphics2D
Returns the current stroke (used when drawing shapes).
getSVGDocument() - Method in class org.jfree.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.svg.SVGGraphics2D
Returns the SVG element that has been generated by calls to this Graphics2D implementation.
getSVGElement(String) - Method in class org.jfree.svg.SVGGraphics2D
Returns the SVG element that has been generated by calls to this Graphics2D implementation, giving it the specified id.
getSVGElement(String, boolean, ViewBox, PreserveAspectRatio, MeetOrSlice) - Method in class org.jfree.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.svg.SVGGraphics2D
Returns the list of image elements that have been referenced in the SVG output but not embedded.
getTransform() - Method in class org.jfree.svg.SVGGraphics2D
Returns a copy of the current transform.
getTransformDoubleConverter() - Method in class org.jfree.svg.SVGGraphics2D
Returns the double-to-string function that is used when writing values for matrix transformations in the SVG output.
getType() - Method in class org.jfree.svg.SVGGraphicsDevice
Returns the device type.
getUnits() - Method in class org.jfree.svg.SVGGraphics2D
Returns the units for the width and height of the SVG element's viewport, as specified in the constructor.
getWidth() - Method in class org.jfree.svg.SVGGraphics2D
Returns the width for the SVG element, specified in the constructor.
getZeroStrokeWidth() - Method in class org.jfree.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).

H

hit(Rectangle, Shape, boolean) - Method in class org.jfree.svg.SVGGraphics2D
Returns true if the rectangle (in device space) intersects with the shape (the interior, if onStroke is false, otherwise the stroked outline of the shape).

I

ImageElement - Class in org.jfree.svg
A (String, Image) pair that links together a reference ID and the source image.
ImageElement(String, Image) - Constructor for class org.jfree.svg.ImageElement
Creates a new instance.
IN - org.jfree.svg.SVGUnits
Inches.
isBeginGroupKey(RenderingHints.Key) - Static method in class org.jfree.svg.SVGHints
Returns true if this key is equivalent to SVGHints.KEY_BEGIN_GROUP, and false otherwise.
isCompatibleValue(Object) - Method in class org.jfree.svg.SVGHints.Key
Returns true if val is a value that is compatible with this key, and false otherwise.
isElementTitleKey(RenderingHints.Key) - Static method in class org.jfree.svg.SVGHints
Returns true if this key is equivalent to SVGHints.KEY_ELEMENT_TITLE, and false otherwise.
isEndGroupKey(RenderingHints.Key) - Static method in class org.jfree.svg.SVGHints
Returns true if this key is equivalent to SVGHints.KEY_END_GROUP, and false otherwise.

K

Key(int) - Constructor for class org.jfree.svg.SVGHints.Key
Creates a new instance.
KEY_BEGIN_GROUP - Static variable in class org.jfree.svg.SVGHints
Hint key that informs the SVGGraphics2D that the caller would like to begin a new group element.
KEY_DRAW_STRING_TYPE - Static variable in class org.jfree.svg.SVGHints
The key for the hint that controls whether strings are rendered as characters or vector graphics (implemented using TextLayout).
KEY_ELEMENT_ID - Static variable in class org.jfree.svg.SVGHints
Hint key to supply an element id for the next element generated.
KEY_ELEMENT_TITLE - Static variable in class org.jfree.svg.SVGHints
Hint key that informs the SVGGraphics2D that the caller would like to add a title element to the output (with the hint value being a string containing the title text).
KEY_END_GROUP - Static variable in class org.jfree.svg.SVGHints
Hint key that informs the SVGGraphics2D that the caller would like to close a previously opened group element.
KEY_IMAGE_HANDLING - Static variable in class org.jfree.svg.SVGHints
The key for the hint that controls whether images are embedded in the SVG or referenced externally.
KEY_IMAGE_HREF - Static variable in class org.jfree.svg.SVGHints
Hint key to supply string to be used as the href for an image that is referenced rather than embedded.
KEY_TEXT_RENDERING - Static variable in class org.jfree.svg.SVGHints
The key for a hint that permits configuration of the text-rendering attribute in SVG text elements

M

MEET - org.jfree.svg.MeetOrSlice
Value 'meet'.
MeetOrSlice - Enum in org.jfree.svg
An enumeration of the values for the meetOrSlice attribute.
MM - org.jfree.svg.SVGUnits
Millimeters.

N

NONE - org.jfree.svg.PreserveAspectRatio
Value 'none'.

O

org.jfree.svg - module org.jfree.svg
JFreeSVG is a Java module that enables the generation of Scalable Vector Graphics (SVG) output via the standard Java2D API.
org.jfree.svg - package org.jfree.svg
Contains SVGGraphics2D and supporting classes that allow Java2D rendering to Scalable Vector Graphics (SVG) format.

P

PC - org.jfree.svg.SVGUnits
Picas (1/6 inch).
PreserveAspectRatio - Enum in org.jfree.svg
An enumeration of the values for the preserveAspectRatio attribute.
PT - org.jfree.svg.SVGUnits
Points (1/72 inch).
put(String, String) - Method in class org.jfree.svg.StandardFontFunction
Adds a substitute font family name (to be used in the SVG output) for the given Java font family name.
PX - org.jfree.svg.SVGUnits
Pixels in user space coordinates.

R

removeBeginGroupKey(RenderingHints.Key) - Static method in class org.jfree.svg.SVGHints
Removes a key from the list of keys that are synonyms for SVGHints.KEY_BEGIN_GROUP.
removeElementTitleKey(RenderingHints.Key) - Static method in class org.jfree.svg.SVGHints
Removes a key from the list of keys that are synonyms for SVGHints.KEY_ELEMENT_TITLE.
removeEndGroupKey(RenderingHints.Key) - Static method in class org.jfree.svg.SVGHints
Removes a key from the list of keys that are synonyms for SVGHints.KEY_END_GROUP.
rotate(double) - Method in class org.jfree.svg.SVGGraphics2D
Applies a rotation (anti-clockwise) about (0, 0).
rotate(double, double, double) - Method in class org.jfree.svg.SVGGraphics2D
Applies a rotation (anti-clockwise) about (x, y).

S

scale(double, double) - Method in class org.jfree.svg.SVGGraphics2D
Applies a scale transformation.
setBackground(Color) - Method in class org.jfree.svg.SVGGraphics2D
Sets the background color.
setCheckStrokeControlHint(boolean) - Method in class org.jfree.svg.SVGGraphics2D
Sets the flag that controls whether or not this object will observe the KEY_STROKE_CONTROL rendering hint.
setClip(int, int, int, int) - Method in class org.jfree.svg.SVGGraphics2D
Sets the user clipping region to the specified rectangle.
setClip(Shape) - Method in class org.jfree.svg.SVGGraphics2D
Sets the user clipping region.
setColor(Color) - Method in class org.jfree.svg.SVGGraphics2D
Sets the foreground color.
setComposite(Composite) - Method in class org.jfree.svg.SVGGraphics2D
Sets the composite (only AlphaComposite is handled).
setDefsKeyPrefix(String) - Method in class org.jfree.svg.SVGGraphics2D
Sets the prefix that will be used for all keys in the DEFS element.
setFilePrefix(String) - Method in class org.jfree.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.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.svg.SVGGraphics2D
Sets the font to be used for drawing text.
setFontFunction(Function<String, String>) - Method in class org.jfree.svg.SVGGraphics2D
Sets the font function that is used to generate SVG font references from Java font family names.
setFontSizeUnits(SVGUnits) - Method in class org.jfree.svg.SVGGraphics2D
Sets the font size units.
setGeomDoubleConverter(DoubleFunction<String>) - Method in class org.jfree.svg.SVGGraphics2D
Sets the double-to-string function that is used when writing coordinates for geometrical shapes in the SVG output.
setPaint(Paint) - Method in class org.jfree.svg.SVGGraphics2D
Sets the paint used to draw or fill shapes (or text).
setPaintMode() - Method in class org.jfree.svg.SVGGraphics2D
Does nothing in this SVGGraphics2D implementation.
setRenderingHint(RenderingHints.Key, Object) - Method in class org.jfree.svg.SVGGraphics2D
Sets the value for a hint.
setRenderingHints(Map<?, ?>) - Method in class org.jfree.svg.SVGGraphics2D
Sets the rendering hints to the specified collection.
setStroke(Stroke) - Method in class org.jfree.svg.SVGGraphics2D
Sets the stroke that will be used to draw shapes.
setTransform(AffineTransform) - Method in class org.jfree.svg.SVGGraphics2D
Sets the transform.
setTransformDoubleConverter(DoubleFunction<String>) - Method in class org.jfree.svg.SVGGraphics2D
Sets the double-to-string function that is used when writing coordinates for matrix transformations in the SVG output.
setXORMode(Color) - Method in class org.jfree.svg.SVGGraphics2D
Does nothing in this SVGGraphics2D implementation.
setZeroStrokeWidth(double) - Method in class org.jfree.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.svg.SVGGraphics2D
Applies a shear transformation.
SLICE - org.jfree.svg.MeetOrSlice
Value 'slice'.
StandardFontFunction - Class in org.jfree.svg
The standard function used in JFreeSVG to create font references for the SVG output.
StandardFontFunction() - Constructor for class org.jfree.svg.StandardFontFunction
Creates a new instance with mappings for the Java logical fonts.
SVGGraphics2D - Class in org.jfree.svg
A Graphics2D implementation that creates SVG output.
SVGGraphics2D(double, double) - Constructor for class org.jfree.svg.SVGGraphics2D
Creates a new instance with the specified width and height.
SVGGraphics2D(double, double, SVGUnits) - Constructor for class org.jfree.svg.SVGGraphics2D
Creates a new instance with the specified width and height in the given units.
SVGGraphics2D(double, double, SVGUnits, StringBuilder) - Constructor for class org.jfree.svg.SVGGraphics2D
Creates a new instance with the specified width and height that will populate the supplied StringBuilder instance.
SVGGraphicsConfiguration - Class in org.jfree.svg
A graphics configuration for the SVGGraphics2D class.
SVGGraphicsConfiguration(int, int) - Constructor for class org.jfree.svg.SVGGraphicsConfiguration
Creates a new instance.
SVGGraphicsDevice - Class in org.jfree.svg
A graphics device for JFreeSVG.
SVGGraphicsDevice(String, GraphicsConfiguration) - Constructor for class org.jfree.svg.SVGGraphicsDevice
Creates a new instance.
SVGHints - Class in org.jfree.svg
Defines the rendering hints that can be used with the SVGGraphics2D class.
SVGHints.Key - Class in org.jfree.svg
A key for hints used by the SVGGraphics2D class.
SVGUnits - Enum in org.jfree.svg
An enumeration of the values for SVG units.
SVGUtils - Class in org.jfree.svg
Utility methods related to the SVGGraphics2D implementation.

T

toString() - Method in class org.jfree.svg.ImageElement
Returns a string representation of this object, primarily for debugging purposes.
toString() - Method in enum org.jfree.svg.MeetOrSlice
 
toString() - Method in enum org.jfree.svg.PreserveAspectRatio
 
toString() - Method in enum org.jfree.svg.SVGUnits
 
transform(AffineTransform) - Method in class org.jfree.svg.SVGGraphics2D
Applies this transform to the existing transform by concatenating it.
translate(double, double) - Method in class org.jfree.svg.SVGGraphics2D
Applies the translation (tx, ty).
translate(int, int) - Method in class org.jfree.svg.SVGGraphics2D
Applies the translation (tx, ty).

V

VALUE_DRAW_STRING_TYPE_STANDARD - Static variable in class org.jfree.svg.SVGHints
Hint value for KEY_DRAW_STRING_TYPE to specify that strings should be written to the output using standard SVG text elements.
VALUE_DRAW_STRING_TYPE_VECTOR - Static variable in class org.jfree.svg.SVGHints
Hint value for KEY_DRAW_STRING_TYPE to say that strings should be written to the output using vector graphics primitives.
VALUE_IMAGE_HANDLING_EMBED - Static variable in class org.jfree.svg.SVGHints
Hint value for KEY_IMAGE_HANDLING to specify that images should be embedded in the SVG output using PNG data Base64 encoded.
VALUE_IMAGE_HANDLING_REFERENCE - Static variable in class org.jfree.svg.SVGHints
Hint value for KEY_IMAGE_HANDLING to say that images should be referenced externally.
VALUE_TEXT_RENDERING_AUTO - Static variable in class org.jfree.svg.SVGHints
Hint value for KEY_TEXT_RENDERING to set the text-rendering attribute in SVG text elements to 'auto'.
VALUE_TEXT_RENDERING_INHERIT - Static variable in class org.jfree.svg.SVGHints
Hint value for KEY_TEXT_RENDERING to set the text-rendering attribute in SVG text elements to 'inherit'.
VALUE_TEXT_RENDERING_LEGIBILITY - Static variable in class org.jfree.svg.SVGHints
Hint value for KEY_TEXT_RENDERING to set the text-rendering attribute in SVG text elements to 'optimizeLegibility'.
VALUE_TEXT_RENDERING_PRECISION - Static variable in class org.jfree.svg.SVGHints
Hint value for KEY_TEXT_RENDERING to set the text-rendering attribute in SVG text elements to 'geometricPrecision'.
VALUE_TEXT_RENDERING_SPEED - Static variable in class org.jfree.svg.SVGHints
Hint value for KEY_TEXT_RENDERING to set the text-rendering attribute in SVG text elements to 'optimizeSpeed'.
valueOf(String) - Static method in enum org.jfree.svg.MeetOrSlice
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jfree.svg.PreserveAspectRatio
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jfree.svg.SVGUnits
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.jfree.svg.MeetOrSlice
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jfree.svg.PreserveAspectRatio
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jfree.svg.SVGUnits
Returns an array containing the constants of this enum type, in the order they are declared.
valueStr(DoubleFunction<String>) - Method in class org.jfree.svg.ViewBox
Returns a string containing the view box coordinates and dimensions.
ViewBox - Class in org.jfree.svg
Represents a view box in SVG.
ViewBox(double, double, double, double) - Constructor for class org.jfree.svg.ViewBox
Creates a new instance with the specified dimensions.

W

writeToHTML(File, String, String) - Static method in class org.jfree.svg.SVGUtils
Writes an HTML file containing an SVG element.
writeToSVG(File, String) - Static method in class org.jfree.svg.SVGUtils
Writes a file containing the SVG element.
writeToSVG(File, String, boolean) - Static method in class org.jfree.svg.SVGUtils
Writes a file containing the SVG element.

X

XMAX_YMAX - org.jfree.svg.PreserveAspectRatio
Value 'xMaxYMax'.
XMAX_YMID - org.jfree.svg.PreserveAspectRatio
Value 'xMaxYMid'.
XMAX_YMIN - org.jfree.svg.PreserveAspectRatio
Value 'xMaxYMin'.
XMID_YMAX - org.jfree.svg.PreserveAspectRatio
Value 'xMidYMax'.
XMID_YMID - org.jfree.svg.PreserveAspectRatio
Value 'xMidYMid'.
XMID_YMIN - org.jfree.svg.PreserveAspectRatio
Value 'xMidYMin'.
XMIN_YMAX - org.jfree.svg.PreserveAspectRatio
Value 'xMinYMax'.
XMIN_YMID - org.jfree.svg.PreserveAspectRatio
Value 'xMinYMid'.
XMIN_YMIN - org.jfree.svg.PreserveAspectRatio
Value 'xMinYMin'.
A C D E F G H I K M N O P R S T V W X 
All Classes|All Packages