Index

A B C D E F G H I K L M N O P R S T U V W X Z 
All Classes and Interfaces|All Packages|Constant Field Values

A

acceptLowerBound(boolean) - Method in enum class org.jfree.svg.util.RoundingMode
 
acceptUpperBound(boolean) - Method in enum class org.jfree.svg.util.RoundingMode
 
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.
alternates - Variable in class org.jfree.svg.StandardFontFunction
A map of substitute font family names.
appendOptionalElementIDFromHint(StringBuilder) - Method in class org.jfree.svg.SVGGraphics2D
A utility method that appends an optional element id if one is specified via the rendering hints.
apply(double) - Method in class org.jfree.svg.util.DoubleConverter
Returns a string representation of the specified value.
apply(String) - Method in class org.jfree.svg.StandardFontFunction
Returns the SVG font reference for the supplied (Java) font family name.
arc - Variable in class org.jfree.svg.SVGGraphics2D
An instance that is reused in draw/fillArc to avoid creating a lot of garbage.
Args - Class in org.jfree.svg.util
A utility class that performs checks for method argument validity.
Args() - Constructor for class org.jfree.svg.util.Args
 
arrayMustHaveLength(int, boolean[], String) - Static method in class org.jfree.svg.util.Args
Checks an array to ensure it has the correct length and throws an IllegalArgumentException if it does not.
arrayMustHaveLength(int, double[], String) - Static method in class org.jfree.svg.util.Args
Checks an array to ensure it has the correct length and throws an IllegalArgumentException if it does not.

B

background - Variable in class org.jfree.svg.SVGGraphics2D
The background color, used by clearRect().
beginGroupKeys - Static variable in class org.jfree.svg.SVGHints
A list of keys that are treated as synonyms for KEY_BEGIN_GROUP (the list does not include KEY_BEGIN_GROUP itself).

C

checkStrokeControlHint - Variable in class org.jfree.svg.SVGGraphics2D
A flag that controls whether or not the KEY_STROKE_CONTROL hint is checked.
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 - Variable in class org.jfree.svg.SVGGraphics2D
The user clip (can be null).
clip(Shape) - Method in class org.jfree.svg.SVGGraphics2D
Clips to the intersection of the current clipping region and the specified shape.
CLIP_KEY_PREFIX - Static variable in class org.jfree.svg.SVGGraphics2D
The prefix for keys used to identify clip paths.
clipPaths - Variable in class org.jfree.svg.SVGGraphics2D
A list of the registered clip regions.
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.
clipRef - Variable in class org.jfree.svg.SVGGraphics2D
The reference for the current clip.
CM - Enum constant in enum class org.jfree.svg.SVGUnits
Centimeters.
color - Variable in class org.jfree.svg.SVGGraphics2D
 
composite - Variable in class org.jfree.svg.SVGGraphics2D
 
CONSERVATIVE - Enum constant in enum class org.jfree.svg.util.RoundingMode
 
convertRenderedImage(RenderedImage) - Static method in class org.jfree.svg.util.GraphicsUtils
Converts a rendered image to a BufferedImage.
copyArea(int, int, int, int, int, int) - Method in class org.jfree.svg.SVGGraphics2D
This method does nothing.
copyOf(Shape) - Static method in class org.jfree.svg.util.GraphicsUtils
Returns a shape that is (more or less) equivalent to the supplied shape.
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).
createPolygon(int[], int[], int, boolean) - Static method in class org.jfree.svg.util.GraphicsUtils
Creates a polygon from the specified x and y coordinate arrays.

D

DEBUG - Static variable in class org.jfree.svg.util.RyuDouble
 
decimalLength(long) - Static method in class org.jfree.svg.util.RyuDouble
 
DEFAULT_MITER_LIMIT - Static variable in class org.jfree.svg.SVGGraphics2D
 
DEFAULT_STROKE_CAP - Static variable in class org.jfree.svg.SVGGraphics2D
 
DEFAULT_STROKE_JOIN - Static variable in class org.jfree.svg.SVGGraphics2D
 
defaultConfig - Variable in class org.jfree.svg.SVGGraphicsDevice
 
defsKeyPrefix - Variable in class org.jfree.svg.SVGGraphics2D
A prefix for the keys used in the DEFS element.
device - Variable in class org.jfree.svg.SVGGraphicsConfiguration
 
deviceConfiguration - Variable in class org.jfree.svg.SVGGraphics2D
The device configuration (this is lazily instantiated in the getDeviceConfiguration() method).
dispose() - Method in class org.jfree.svg.SVGGraphics2D
This method does nothing, there are no resources to dispose.
DOUBLE_EXPONENT_BIAS - Static variable in class org.jfree.svg.util.RyuDouble
 
DOUBLE_EXPONENT_BITS - Static variable in class org.jfree.svg.util.RyuDouble
 
DOUBLE_EXPONENT_MASK - Static variable in class org.jfree.svg.util.RyuDouble
 
DOUBLE_MANTISSA_BITS - Static variable in class org.jfree.svg.util.RyuDouble
 
DOUBLE_MANTISSA_MASK - Static variable in class org.jfree.svg.util.RyuDouble
 
DoubleConverter - Class in org.jfree.svg.util
A function that converts double values to a string representation with a maximum number of decimal places.
DoubleConverter(int) - Constructor for class org.jfree.svg.util.DoubleConverter
Creates a new function that converts double values to strings with the maximum number of decimal places as specified.
doubleToString(double) - Static method in class org.jfree.svg.SVGUtils
Returns a string representing the specified double value.
doubleToString(double) - Static method in class org.jfree.svg.util.RyuDouble
 
doubleToString(double, RoundingMode) - Static method in class org.jfree.svg.util.RyuDouble
 
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

elementIDs - Variable in class org.jfree.svg.SVGGraphics2D
A set of element IDs.
elementTitleKeys - Static variable in class org.jfree.svg.SVGHints
A list of keys that are treated as synonyms for KEY_ELEMENT_TITLE (the list does not include KEY_ELEMENT_TITLE itself).
EM - Enum constant in enum class org.jfree.svg.SVGUnits
The font size.
endGroupKeys - Static variable in class org.jfree.svg.SVGHints
A list of keys that are treated as synonyms for KEY_END_GROUP (the list does not include KEY_END_GROUP itself).
equals(Object) - Method in class org.jfree.svg.util.GradientPaintKey
Checks this instance for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.svg.util.LinearGradientPaintKey
Tests this instance for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.svg.util.RadialGradientPaintKey
Tests this instance for equality with an arbitrary object.
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 - Enum constant in enum class org.jfree.svg.SVGUnits
Height of character 'x'.

F

fetchKey(String, String) - Static method in class org.jfree.svg.SVGHints
 
filePrefix - Variable in class org.jfree.svg.SVGGraphics2D
The filename prefix for images that are referenced rather than embedded but don't have an href supplied via the SVGHints.KEY_IMAGE_HREF hint.
fileSuffix - Variable in class org.jfree.svg.SVGGraphics2D
The filename suffix for images that are referenced rather than embedded but don't have an href supplied via the SVGHints.KEY_IMAGE_HREF hint.
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.
fmImage - Variable in class org.jfree.svg.SVGGraphics2D
An internal image used for font metrics.
fmImageG2D - Variable in class org.jfree.svg.SVGGraphics2D
The graphics target for the internal image that is used for font metrics.
font - Variable in class org.jfree.svg.SVGGraphics2D
The last font that was set.
fontFunction - Variable in class org.jfree.svg.SVGGraphics2D
Generates the SVG font from the Java font family name (this function provides a hook for custom output formatting (for example putting quotes around the font family name - see issue #27) and font substitutions.
fontRenderContext - Variable in class org.jfree.svg.SVGGraphics2D
The font render context.
fontSizeUnits - Variable in class org.jfree.svg.SVGGraphics2D
The font size units.
formatter - Variable in class org.jfree.svg.util.DoubleConverter
 

G

gc - Variable in class org.jfree.svg.SVGGraphicsConfiguration
 
geomDoubleConverter - Variable in class org.jfree.svg.SVGGraphics2D
The function used to convert double values to strings for the geometry coordinates in the SVG output.
geomDP(double) - Method in class org.jfree.svg.SVGGraphics2D
Returns a string representation of the specified number for use in the SVG output.
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.
getAlpha() - Method in class org.jfree.svg.SVGGraphics2D
Returns the current alpha (transparency) in the range 0.0 to 1.0.
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.
getClipPathRef() - Method in class org.jfree.svg.SVGGraphics2D
Returns a clip path reference for the current user clip.
getColor() - Method in class org.jfree.svg.SVGGraphics2D
Returns the foreground color.
getColorAlpha() - Method in class org.jfree.svg.SVGGraphics2D
Returns the alpha value of the current paint, or 1.0f if it is not an instance of 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.
getJFreeChartBeginElementKey() - Static method in class org.jfree.svg.SVGHints
 
getJFreeChartEndElementKey() - Static method in class org.jfree.svg.SVGHints
 
getLinearGradientElement(String, GradientPaint) - Method in class org.jfree.svg.SVGGraphics2D
Returns an element to represent a linear gradient.
getLinearGradientElement(String, LinearGradientPaint) - Method in class org.jfree.svg.SVGGraphics2D
Returns an element to represent a linear gradient.
getNormalizingTransform() - Method in class org.jfree.svg.SVGGraphicsConfiguration
Returns the normalizing transform.
getOrsonChartsBeginElementKey() - Static method in class org.jfree.svg.SVGHints
 
getOrsonChartsElementTitleKey() - Static method in class org.jfree.svg.SVGHints
 
getOrsonChartsEndElementKey() - Static method in class org.jfree.svg.SVGHints
 
getPaint() - Method in class org.jfree.svg.SVGGraphics2D
Returns the paint used to draw or fill shapes (or text).
getPaint() - Method in class org.jfree.svg.util.GradientPaintKey
Returns the GradientPaint that was supplied to the constructor.
getPaint() - Method in class org.jfree.svg.util.LinearGradientPaintKey
Returns the LinearGradientPaint that was supplied to the constructor.
getPaint() - Method in class org.jfree.svg.util.RadialGradientPaintKey
Returns the RadialGradientPaint that was supplied to the constructor.
getPNGBytes(Image) - Method in class org.jfree.svg.SVGGraphics2D
Returns the bytes representing a PNG format image.
getRadialGradientElement(String, RadialGradientPaint) - Method in class org.jfree.svg.SVGGraphics2D
Returns an element to represent a radial gradient.
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.
getSVGFillStyle() - Method in class org.jfree.svg.SVGGraphics2D
Returns a fill style string based on the current paint and alpha settings.
getSVGFontStyle() - Method in class org.jfree.svg.SVGGraphics2D
Returns a string containing font style info.
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.
getSVGPathData(Path2D) - Method in class org.jfree.svg.SVGGraphics2D
Creates an SVG path string for the supplied Java2D path.
getSVGTransform(AffineTransform) - Method in class org.jfree.svg.SVGGraphics2D
 
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).
GradientPaintKey - Class in org.jfree.svg.util
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.svg.util.GradientPaintKey
Creates a new instance based on the specified paint.
gradientPaintRef - Variable in class org.jfree.svg.SVGGraphics2D
If the current paint is an instance of GradientPaint, this field will contain the reference id that is used in the DEFS element for that linear gradient.
gradientPaints - Variable in class org.jfree.svg.SVGGraphics2D
A map of all the gradients used, and the corresponding id.
GraphicsUtils - Class in org.jfree.svg.util
A collection of static utility methods for shapes and images.
GraphicsUtils() - Constructor for class org.jfree.svg.util.GraphicsUtils
 

H

hashCode() - Method in class org.jfree.svg.util.GradientPaintKey
Returns a hash code for this instance.
hashCode() - Method in class org.jfree.svg.util.LinearGradientPaintKey
Returns a hash code for this instance.
hashCode() - Method in class org.jfree.svg.util.RadialGradientPaintKey
Returns a hash code for this instance.
height - Variable in class org.jfree.svg.SVGGraphics2D
The height of the SVG.
height - Variable in class org.jfree.svg.SVGGraphicsConfiguration
 
height - Variable in class org.jfree.svg.ViewBox
 
hints - Variable in class org.jfree.svg.SVGGraphics2D
Rendering hints (see SVGHints).
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).
href - Variable in class org.jfree.svg.ImageElement
The filename specified in the href.

I

id - Variable in class org.jfree.svg.SVGGraphicsDevice
 
image - Variable in class org.jfree.svg.ImageElement
The image.
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.
imageElements - Variable in class org.jfree.svg.SVGGraphics2D
A list of images that are referenced but not embedded in the SVG.
img - Variable in class org.jfree.svg.SVGGraphicsConfiguration
 
IN - Enum constant in enum class 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.
isDefsOutputRequired() - Method in class org.jfree.svg.SVGGraphics2D
Returns true if there are items that need to be written to the DEFS element, 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.
isJFreeChartOnClasspath() - Static method in class org.jfree.svg.SVGHints
Returns true if JFreeChart (1.0.18 or later) is on the classpath, and false otherwise.
isOrsonChartsOnClasspath() - Static method in class org.jfree.svg.SVGHints
Returns true if Orson Charts (version 1.3 or later) is on the classpath, 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

L

label - Variable in enum class org.jfree.svg.MeetOrSlice
 
label - Variable in enum class org.jfree.svg.PreserveAspectRatio
 
label - Variable in enum class org.jfree.svg.SVGUnits
 
line - Variable in class org.jfree.svg.SVGGraphics2D
An instance that is lazily instantiated in drawLine and then subsequently reused to avoid creating a lot of garbage.
LinearGradientPaintKey - Class in org.jfree.svg.util
A wrapper for a LinearGradientPaint that can be used as the key for a Map (including a HashMap).
LinearGradientPaintKey(LinearGradientPaint) - Constructor for class org.jfree.svg.util.LinearGradientPaintKey
Creates a new instance.
linearGradientPaints - Variable in class org.jfree.svg.SVGGraphics2D
A map of all the linear gradients used, and the corresponding id.

M

MEET - Enum constant in enum class org.jfree.svg.MeetOrSlice
Value 'meet'.
MeetOrSlice - Enum Class in org.jfree.svg
An enumeration of the values for the meetOrSlice attribute.
MeetOrSlice(String) - Constructor for enum class org.jfree.svg.MeetOrSlice
 
minX - Variable in class org.jfree.svg.ViewBox
 
minY - Variable in class org.jfree.svg.ViewBox
 
MM - Enum constant in enum class org.jfree.svg.SVGUnits
Millimeters.
mulPow5divPow2(long, int, int) - Static method in class org.jfree.svg.util.RyuDouble
Compute the high digits of m * 5^p / 10^q = m * 5^(p - q) / 2^q = m * 5^i / 2^j, with q chosen such that m * 5^i / 2^j has sufficiently many decimal digits to represent the original floating point number.
mulPow5InvDivPow2(long, int, int) - Static method in class org.jfree.svg.util.RyuDouble
Compute the high digits of m / 5^i / 2^j such that the result is accurate to at least 9 decimal digits.
multipleOfPowerOf5(long, int) - Static method in class org.jfree.svg.util.RyuDouble
 

N

NEG_TABLE_SIZE - Static variable in class org.jfree.svg.util.RyuDouble
 
NONE - Enum constant in enum class org.jfree.svg.PreserveAspectRatio
Value 'none'.
nullNotPermitted(Object, String) - Static method in class org.jfree.svg.util.Args
Checks that an argument is non-null and throws an IllegalArgumentException otherwise.

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.
org.jfree.svg.util - package org.jfree.svg.util
An internal package for the JFreeSVG library.
oval - Variable in class org.jfree.svg.SVGGraphics2D
An instance that is lazily instantiated in draw/fillOval and then subsequently reused to avoid creating a lot of garbage.

P

paint - Variable in class org.jfree.svg.SVGGraphics2D
The paint used to draw or fill shapes and text.
paint - Variable in class org.jfree.svg.util.GradientPaintKey
 
paint - Variable in class org.jfree.svg.util.LinearGradientPaintKey
 
paint - Variable in class org.jfree.svg.util.RadialGradientPaintKey
 
PC - Enum constant in enum class org.jfree.svg.SVGUnits
Picas (1/6 inch).
POS_TABLE_SIZE - Static variable in class org.jfree.svg.util.RyuDouble
 
POW5 - Static variable in class org.jfree.svg.util.RyuDouble
 
POW5_BITCOUNT - Static variable in class org.jfree.svg.util.RyuDouble
 
POW5_INV - Static variable in class org.jfree.svg.util.RyuDouble
 
POW5_INV_BITCOUNT - Static variable in class org.jfree.svg.util.RyuDouble
 
POW5_INV_QUARTER_BITCOUNT - Static variable in class org.jfree.svg.util.RyuDouble
 
POW5_INV_SPLIT - Static variable in class org.jfree.svg.util.RyuDouble
 
POW5_QUARTER_BITCOUNT - Static variable in class org.jfree.svg.util.RyuDouble
 
POW5_SPLIT - Static variable in class org.jfree.svg.util.RyuDouble
 
pow5bits(int) - Static method in class org.jfree.svg.util.RyuDouble
 
pow5Factor(long) - Static method in class org.jfree.svg.util.RyuDouble
 
PreserveAspectRatio - Enum Class in org.jfree.svg
An enumeration of the values for the preserveAspectRatio attribute.
PreserveAspectRatio(String) - Constructor for enum class org.jfree.svg.PreserveAspectRatio
 
PT - Enum constant in enum class 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 - Enum constant in enum class org.jfree.svg.SVGUnits
Pixels in user space coordinates.

R

RadialGradientPaintKey - Class in org.jfree.svg.util
A wrapper for a RadialGradientPaint that can be used as the key for a Map (including a HashMap).
RadialGradientPaintKey(RadialGradientPaint) - Constructor for class org.jfree.svg.util.RadialGradientPaintKey
Creates a new instance.
radialGradientPaints - Variable in class org.jfree.svg.SVGGraphics2D
A map of all the radial gradients used, and the corresponding id.
rect - Variable in class org.jfree.svg.SVGGraphics2D
An instance that is lazily instantiated in fillRect and then subsequently reused to avoid creating a lot of garbage.
registerClip(Shape) - Method in class org.jfree.svg.SVGGraphics2D
Registers the clip so that we can later write out all the clip definitions in the DEFS element.
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.
requireFinitePositive(double, String) - Static method in class org.jfree.svg.util.Args
Checks that an argument is a finite positive value and throws an IllegalArgumentException otherwise.
requireInRange(int, String, int, int) - Static method in class org.jfree.svg.util.Args
Checks that the value falls within the specified range and, if it does not, throws an IllegalArgumentException.
rgbaColorStr(Color) - Method in class org.jfree.svg.SVGGraphics2D
Returns a string representing the specified color in RGBA format.
rgbColorStr(Color) - Method in class org.jfree.svg.SVGGraphics2D
Returns the SVG RGB color string for the specified color.
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).
ROUND_EVEN - Enum constant in enum class org.jfree.svg.util.RoundingMode
 
RoundingMode - Enum Class in org.jfree.svg.util
 
RoundingMode() - Constructor for enum class org.jfree.svg.util.RoundingMode
 
roundRect - Variable in class org.jfree.svg.SVGGraphics2D
An instance that is lazily instantiated in draw/fillRoundRect and then subsequently reused to avoid creating a lot of garbage.
RyuDouble - Class in org.jfree.svg.util
An implementation of Ryu for double.
RyuDouble() - Constructor for class org.jfree.svg.util.RyuDouble
 

S

sb - Variable in class org.jfree.svg.SVGGraphics2D
The buffer that accumulates the SVG output.
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.
setOval(int, int, int, int) - Method in class org.jfree.svg.SVGGraphics2D
Sets the attributes of the reusable Ellipse2D object that is used by the SVGGraphics2D.drawOval(int, int, int, int) and SVGGraphics2D.fillOval(int, int, int, int) methods.
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.
setRect(int, int, int, int) - Method in class org.jfree.svg.SVGGraphics2D
Sets the attributes of the reusable Rectangle2D object that is used by the Graphics.drawRect(int, int, int, int) and SVGGraphics2D.fillRect(int, int, int, int) methods.
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.
setRoundRect(int, int, int, int, int, int) - Method in class org.jfree.svg.SVGGraphics2D
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 - Enum constant in enum class 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.
stroke - Variable in class org.jfree.svg.SVGGraphics2D
The current stroke.
strokeStyle() - Method in class org.jfree.svg.SVGGraphics2D
Returns a stroke style string based on the current stroke and alpha settings.
svgColorStr() - Method in class org.jfree.svg.SVGGraphics2D
Returns an SVG color string based on the current paint.
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.
SVGGraphics2D(SVGGraphics2D) - Constructor for class org.jfree.svg.SVGGraphics2D
Creates a new instance that is a child of the supplied parent.
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() - Constructor for class org.jfree.svg.SVGHints
 
SVGHints.Key - Class in org.jfree.svg
A key for hints used by the SVGGraphics2D class.
SVGUnits - Enum Class in org.jfree.svg
An enumeration of the values for SVG units.
SVGUnits(String) - Constructor for enum class org.jfree.svg.SVGUnits
 
SVGUtils - Class in org.jfree.svg
Utility methods related to the SVGGraphics2D implementation.
SVGUtils() - Constructor for class org.jfree.svg.SVGUtils
 

T

toString() - Method in class org.jfree.svg.ImageElement
Returns a string representation of this object, primarily for debugging purposes.
toString() - Method in enum class org.jfree.svg.MeetOrSlice
 
toString() - Method in enum class org.jfree.svg.PreserveAspectRatio
 
toString() - Method in enum class org.jfree.svg.SVGUnits
 
transform - Variable in class org.jfree.svg.SVGGraphics2D
The current transform.
transform(AffineTransform) - Method in class org.jfree.svg.SVGGraphics2D
Applies this transform to the existing transform by concatenating it.
transformDoubleConverter - Variable in class org.jfree.svg.SVGGraphics2D
The function used to convert double values to strings when writing matrix values for transforms in the SVG output.
transformDP(double) - Method in class org.jfree.svg.SVGGraphics2D
Returns a string representation of the specified number for use in the SVG output.
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).

U

units - Variable in class org.jfree.svg.SVGGraphics2D
Units for the width and height of the SVG, if null then no unit information is written in the SVG output.

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 class org.jfree.svg.MeetOrSlice
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.jfree.svg.PreserveAspectRatio
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.jfree.svg.SVGUnits
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.jfree.svg.util.RoundingMode
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.jfree.svg.MeetOrSlice
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.jfree.svg.PreserveAspectRatio
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.jfree.svg.SVGUnits
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.jfree.svg.util.RoundingMode
Returns an array containing the constants of this enum class, 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

width - Variable in class org.jfree.svg.SVGGraphics2D
The width of the SVG.
width - Variable in class org.jfree.svg.SVGGraphicsConfiguration
 
width - Variable in class org.jfree.svg.ViewBox
 
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 - Enum constant in enum class org.jfree.svg.PreserveAspectRatio
Value 'xMaxYMax'.
XMAX_YMID - Enum constant in enum class org.jfree.svg.PreserveAspectRatio
Value 'xMaxYMid'.
XMAX_YMIN - Enum constant in enum class org.jfree.svg.PreserveAspectRatio
Value 'xMaxYMin'.
XMID_YMAX - Enum constant in enum class org.jfree.svg.PreserveAspectRatio
Value 'xMidYMax'.
XMID_YMID - Enum constant in enum class org.jfree.svg.PreserveAspectRatio
Value 'xMidYMid'.
XMID_YMIN - Enum constant in enum class org.jfree.svg.PreserveAspectRatio
Value 'xMidYMin'.
XMIN_YMAX - Enum constant in enum class org.jfree.svg.PreserveAspectRatio
Value 'xMinYMax'.
XMIN_YMID - Enum constant in enum class org.jfree.svg.PreserveAspectRatio
Value 'xMinYMid'.
XMIN_YMIN - Enum constant in enum class org.jfree.svg.PreserveAspectRatio
Value 'xMinYMin'.

Z

zeroStrokeWidth - Variable in class org.jfree.svg.SVGGraphics2D
The width of the SVG stroke to use when the user supplies a BasicStroke with a width of 0.0 (in this case the Java specification says "If width is set to 0.0f, the stroke is rendered as the thinnest possible line for the target device and the antialias hint setting.")
A B C D E F G H I K L M N O P R S T U V W X Z 
All Classes and Interfaces|All Packages|Constant Field Values