Skip navigation links
A B C D E F G H I K L M N O P Q R S T U V W X Y 

A

AbstractGraphicsNode - Class in org.apache.batik.gvt
A partial implementation of the GraphicsNode interface.
AbstractGraphicsNode() - Constructor for class org.apache.batik.gvt.AbstractGraphicsNode
Constructs a new graphics node.
add(Object) - Method in class org.apache.batik.gvt.CompositeGraphicsNode
Adds the specified graphics node to this composite graphics node.
add(int, Object) - Method in class org.apache.batik.gvt.CompositeGraphicsNode
Inserts the specified graphics node at the specified position in this children list.
addAll(Collection) - Method in class org.apache.batik.gvt.CompositeGraphicsNode
Not supported - Throws UnsupportedOperationException exception.
addAll(int, Collection) - Method in class org.apache.batik.gvt.CompositeGraphicsNode
Not supported - Throws UnsupportedOperationException exception.
addGraphicsNodeKeyListener(GraphicsNodeKeyListener) - Method in class org.apache.batik.gvt.event.AWTEventDispatcher
Adds the specified 'global' GraphicsNodeKeyListener which is notified of all KeyEvents dispatched.
addGraphicsNodeKeyListener(GraphicsNodeKeyListener) - Method in interface org.apache.batik.gvt.event.EventDispatcher
Adds the specified 'global' GraphicsNodeKeyListener which is notified of all KeyEvents dispatched.
addGraphicsNodeMouseListener(GraphicsNodeMouseListener) - Method in class org.apache.batik.gvt.event.AWTEventDispatcher
Adds the specified 'global' GraphicsNodeMouseListener which is notified of all MouseEvents dispatched.
addGraphicsNodeMouseListener(GraphicsNodeMouseListener) - Method in interface org.apache.batik.gvt.event.EventDispatcher
Adds the specified 'global' GraphicsNodeMouseListener which is notified of all MouseEvents dispatched.
addGraphicsNodeMouseWheelListener(GraphicsNodeMouseWheelListener) - Method in class org.apache.batik.gvt.event.AWTEventDispatcher
Adds the specified 'global' GraphicsNodeMouseWheelListener which is notified of all MouseWheelEvents dispatched.
addGraphicsNodeMouseWheelListener(GraphicsNodeMouseWheelListener) - Method in interface org.apache.batik.gvt.event.EventDispatcher
Adds the specified 'global' GraphicsNodeMouseWheelListener which is notified of all MouseWheelEvents dispatched.
addLineHeight(float) - Method in class org.apache.batik.gvt.flow.WordInfo
 
addLineMetrics(GVTFont, GVTLineMetrics) - Method in class org.apache.batik.gvt.flow.WordInfo
 
addSelectionListener(SelectionListener) - Method in interface org.apache.batik.gvt.Selector
Add a SelectionListener to this Selector's notification list.
addShapePainter(ShapePainter) - Method in class org.apache.batik.gvt.CompositeShapePainter
Adds the specified shape painter to the shape painter..
addTreeGraphicsNodeChangeListener(GraphicsNodeChangeListener) - Method in class org.apache.batik.gvt.RootGraphicsNode
 
addWord(WordInfo) - Method in class org.apache.batik.gvt.flow.LineInfo
 
ADJUST_ALL - Static variable in class org.apache.batik.gvt.text.GVTAttributedCharacterIterator.TextAttribute
Value for LENGTH_ADJUST specifying overall scaling of layout outlines
ADJUST_SPACING - Static variable in class org.apache.batik.gvt.text.GVTAttributedCharacterIterator.TextAttribute
Value for LENGTH_ADJUST specifying adjustment to inter-glyph spacing
ALIGN_END - Static variable in class org.apache.batik.gvt.flow.BlockInfo
 
ALIGN_END - Static variable in class org.apache.batik.gvt.flow.MarginInfo
 
ALIGN_FULL - Static variable in class org.apache.batik.gvt.flow.BlockInfo
 
ALIGN_FULL - Static variable in class org.apache.batik.gvt.flow.MarginInfo
 
ALIGN_MIDDLE - Static variable in class org.apache.batik.gvt.flow.BlockInfo
 
ALIGN_MIDDLE - Static variable in class org.apache.batik.gvt.flow.MarginInfo
 
ALIGN_START - Static variable in class org.apache.batik.gvt.flow.BlockInfo
 
ALIGN_START - Static variable in class org.apache.batik.gvt.flow.MarginInfo
 
alignment - Variable in class org.apache.batik.gvt.flow.BlockInfo
 
alignment - Variable in class org.apache.batik.gvt.flow.MarginInfo
 
ALL - Static variable in interface org.apache.batik.gvt.GraphicsNode
Indicates that this graphics node can be the target for events if any cases.
ALT_GLYPH_HANDLER - Static variable in class org.apache.batik.gvt.text.GVTAttributedCharacterIterator.TextAttribute
 
ALT_GRAPH_MASK - Static variable in class org.apache.batik.gvt.event.GraphicsNodeInputEvent
The alt-graph key modifier constant.
ALT_MASK - Static variable in class org.apache.batik.gvt.event.GraphicsNodeInputEvent
The alt key modifier constant.
AltGlyphHandler - Interface in org.apache.batik.gvt.font
An interface for handling altGlyphs.
ANCHOR_TYPE - Static variable in class org.apache.batik.gvt.text.GVTAttributedCharacterIterator.TextAttribute
Anchor type.
angleAtLength(float) - Method in class org.apache.batik.gvt.text.TextPath
Returns the angle at the specified length along the path.
ARABIC_FORM - Static variable in class org.apache.batik.gvt.text.GVTAttributedCharacterIterator.TextAttribute
 
ARABIC_INITIAL - Static variable in class org.apache.batik.gvt.text.GVTAttributedCharacterIterator.TextAttribute
 
ARABIC_ISOLATED - Static variable in class org.apache.batik.gvt.text.GVTAttributedCharacterIterator.TextAttribute
 
ARABIC_MEDIAL - Static variable in class org.apache.batik.gvt.text.GVTAttributedCharacterIterator.TextAttribute
 
ARABIC_NONE - Static variable in class org.apache.batik.gvt.text.GVTAttributedCharacterIterator.TextAttribute
 
ARABIC_TERMINAL - Static variable in class org.apache.batik.gvt.text.GVTAttributedCharacterIterator.TextAttribute
 
arabicChar(char) - Static method in class org.apache.batik.gvt.text.ArabicTextHandler
Returns true if the char is a standard arabic char.
arabicCharTransparent(char) - Static method in class org.apache.batik.gvt.text.ArabicTextHandler
Returns true if the char is transparent.
ArabicTextHandler - Class in org.apache.batik.gvt.text
Handles the processing of arabic text.
ascent - Variable in class org.apache.batik.gvt.flow.BlockInfo
 
ascent - Variable in class org.apache.batik.gvt.font.GVTFontFace
 
ascent - Variable in class org.apache.batik.gvt.font.GVTLineMetrics
 
assignArabicForms(AttributedString) - Static method in class org.apache.batik.gvt.text.ArabicTextHandler
If the AttributedString contains any arabic chars, assigns an arabic form attribute, i.e. initial|medial|terminal|isolated, to each arabic char.
assignGlyphGroupRanges(int, GlyphGroupInfo[]) - Method in class org.apache.batik.gvt.flow.LineInfo
 
assureSize(GlyphGroupInfo[], int) - Static method in class org.apache.batik.gvt.flow.LineInfo
 
AttributedCharacterSpanIterator - Class in org.apache.batik.gvt.text
AttributedCharacterSpanIterator Used to provide ACI functionality to a "substring" of an AttributedString.
AttributedCharacterSpanIterator(AttributedCharacterIterator, int, int) - Constructor for class org.apache.batik.gvt.text.AttributedCharacterSpanIterator
Construct a AttributedCharacterSpanIterator from a subinterval of an existing AttributedCharacterIterator.
AWTEventDispatcher - Class in org.apache.batik.gvt.event
An EventDispatcher implementation based on AWT events.
AWTEventDispatcher() - Constructor for class org.apache.batik.gvt.event.AWTEventDispatcher
Constructs a new event dispatcher.
awtFont - Variable in class org.apache.batik.gvt.font.AWTGVTFont
 
AWTFontFamily - Class in org.apache.batik.gvt.font
A font family class for AWT fonts.
AWTFontFamily(GVTFontFace) - Constructor for class org.apache.batik.gvt.font.AWTFontFamily
Constructs an AWTFontFamily with the specified familyName.
AWTFontFamily(String) - Constructor for class org.apache.batik.gvt.font.AWTFontFamily
Constructs an AWTFontFamily with the specified familyName.
AWTFontFamily(GVTFontFace, Font) - Constructor for class org.apache.batik.gvt.font.AWTFontFamily
Constructs an AWTFontFamily with the specified familyName.
AWTGlyphGeometryCache - Class in org.apache.batik.gvt.font
This class represents a doubly indexed hash table, which holds soft references to the contained glyph geometry informations.
AWTGlyphGeometryCache() - Constructor for class org.apache.batik.gvt.font.AWTGlyphGeometryCache
Creates a new AWTGlyphGeometryCache.
AWTGlyphGeometryCache(int) - Constructor for class org.apache.batik.gvt.font.AWTGlyphGeometryCache
Creates a new AWTGlyphGeometryCache.
AWTGlyphGeometryCache.Entry - Class in org.apache.batik.gvt.font
To manage collisions
AWTGlyphGeometryCache.Value - Class in org.apache.batik.gvt.font
The object that holds glyph geometry.
AWTGVTFont - Class in org.apache.batik.gvt.font
This is a wrapper class for a java.awt.Font instance.
AWTGVTFont(Font) - Constructor for class org.apache.batik.gvt.font.AWTGVTFont
Creates a new AWTGVTFont that wraps the given Font.
AWTGVTFont(Font, double) - Constructor for class org.apache.batik.gvt.font.AWTGVTFont
Creates a new AWTGVTFont that wraps the given Font.
AWTGVTFont(Map) - Constructor for class org.apache.batik.gvt.font.AWTGVTFont
Creates a new AWTGVTFont with the specified attributes.
AWTGVTFont(String, int, int) - Constructor for class org.apache.batik.gvt.font.AWTGVTFont
Creates a new AWTGVTFont from the specified name, style and point size.
AWTGVTGlyphVector - Class in org.apache.batik.gvt.font
This is a wrapper class for a java.awt.font.GlyphVector instance.
AWTGVTGlyphVector(GlyphVector, AWTGVTFont, double, CharacterIterator) - Constructor for class org.apache.batik.gvt.font.AWTGVTGlyphVector
Creates and new AWTGVTGlyphVector from the specified GlyphVector and AWTGVTFont objects.

B

backgroundEnableRgn - Variable in class org.apache.batik.gvt.CompositeGraphicsNode
This flag indicates if this node has BackgroundEnable = 'new'.
backgroundPaint - Variable in class org.apache.batik.gvt.CanvasGraphicsNode
The background of this canvas graphics node.
BackgroundRable8Bit - Class in org.apache.batik.gvt.filter
This implementation of RenderableImage will render its input GraphicsNode into a BufferedImage upon invokation of one of its createRendering methods.
BackgroundRable8Bit(GraphicsNode) - Constructor for class org.apache.batik.gvt.filter.BackgroundRable8Bit
 
BASELINE_SHIFT - Static variable in class org.apache.batik.gvt.text.GVTAttributedCharacterIterator.TextAttribute
Baseline adjustment to be applied to this character span.
baselineIndex - Variable in class org.apache.batik.gvt.font.GVTLineMetrics
 
baselineOffsets - Variable in class org.apache.batik.gvt.font.GVTLineMetrics
 
baseTransform - Variable in class org.apache.batik.gvt.event.AWTEventDispatcher
The base AffineTransform for InputEvent-to-GraphicsNodeEvent coordinates as determined by setBaseTransform().
BBOX_WIDTH - Static variable in class org.apache.batik.gvt.text.GVTAttributedCharacterIterator.TextAttribute
Author-expected width for bounding box containing all text string glyphs.
BIDI_LEVEL - Static variable in class org.apache.batik.gvt.text.GVTAttributedCharacterIterator.TextAttribute
 
BidiAttributedCharacterIterator - Class in org.apache.batik.gvt.text
An attributed character iterator that does the reordering of the characters for bidirectional text.
BidiAttributedCharacterIterator(AttributedCharacterIterator, FontRenderContext, int, int[]) - Constructor for class org.apache.batik.gvt.text.BidiAttributedCharacterIterator
 
BidiAttributedCharacterIterator(AttributedCharacterIterator, FontRenderContext, int) - Constructor for class org.apache.batik.gvt.text.BidiAttributedCharacterIterator
Constructs a character iterator that represents the visual display order of characters within bidirectional text.
BlockInfo - Class in org.apache.batik.gvt.flow
 
BlockInfo(float, float, float, float, float, int, float, List, Map, boolean) - Constructor for class org.apache.batik.gvt.flow.BlockInfo
 
BlockInfo(float, int) - Constructor for class org.apache.batik.gvt.flow.BlockInfo
 
bottom - Variable in class org.apache.batik.gvt.flow.BlockInfo
 
bottom - Variable in class org.apache.batik.gvt.flow.MarginInfo
 
BREAK_ACTION_DIRECT - Static variable in class org.apache.batik.gvt.flow.TextLineBreaks
 
BREAK_ACTION_INDIRECT - Static variable in class org.apache.batik.gvt.flow.TextLineBreaks
 
BREAK_ACTION_PROHIBITED - Static variable in class org.apache.batik.gvt.flow.TextLineBreaks
 
brkStrs - Static variable in class org.apache.batik.gvt.flow.TextLineBreaks
 
buildEndMarkerProxy() - Method in class org.apache.batik.gvt.MarkerShapePainter
Builds a proxy GraphicsNode for the input Marker to be drawn at the end position.
buildMarkerGroup() - Method in class org.apache.batik.gvt.MarkerShapePainter
Builds a new marker group with the current set of markers.
buildMiddleMarkerProxies() - Method in class org.apache.batik.gvt.MarkerShapePainter
Builds a proxy GraphicsNode for the input Marker to be drawn at the middle positions
buildQuickLut() - Static method in class org.apache.batik.gvt.flow.TextLineBreaks
 
buildStartMarkerProxy() - Method in class org.apache.batik.gvt.MarkerShapePainter
Builds a proxy GraphicsNode for the input Marker to be drawn at the start position
BUTTON1_MASK - Static variable in class org.apache.batik.gvt.event.GraphicsNodeInputEvent
The mouse button1 modifier constant.
BUTTON2_MASK - Static variable in class org.apache.batik.gvt.event.GraphicsNodeInputEvent
The mouse button2 modifier constant.
BUTTON3_MASK - Static variable in class org.apache.batik.gvt.event.GraphicsNodeInputEvent
The mouse button3 modifier constant.

C

c - Variable in class org.apache.batik.gvt.font.AWTGlyphGeometryCache.Entry
The character
canDisplay(char) - Method in class org.apache.batik.gvt.font.AWTGVTFont
Checks if this font can display the specified character.
canDisplay(char) - Method in interface org.apache.batik.gvt.font.GVTFont
Checks if this Font has a glyph for the specified character.
canDisplayUpTo(char[], int, int) - Method in class org.apache.batik.gvt.font.AWTGVTFont
Indicates whether or not this font can display the characters in the specified text starting at start and ending at limit.
canDisplayUpTo(CharacterIterator, int, int) - Method in class org.apache.batik.gvt.font.AWTGVTFont
Indicates whether or not this font can display the the characters in the specified CharacterIterator starting at start and ending at limit.
canDisplayUpTo(String) - Method in class org.apache.batik.gvt.font.AWTGVTFont
Indicates whether or not this font can display a specified String.
canDisplayUpTo(char[], int, int) - Method in interface org.apache.batik.gvt.font.GVTFont
Indicates whether or not this Font can display the characters in the specified text starting at start and ending at limit.
canDisplayUpTo(CharacterIterator, int, int) - Method in interface org.apache.batik.gvt.font.GVTFont
Indicates whether or not this Font can display the the characters in the specified CharacterIterator starting at start and ending at limit.
canDisplayUpTo(String) - Method in interface org.apache.batik.gvt.font.GVTFont
Indicates whether or not this Font can display a specified String.
CanvasGraphicsNode - Class in org.apache.batik.gvt
The graphics node container with a background color.
CanvasGraphicsNode() - Constructor for class org.apache.batik.gvt.CanvasGraphicsNode
Constructs a new empty CanvasGraphicsNode.
CAPS_LOCK_MASK - Static variable in class org.apache.batik.gvt.event.GraphicsNodeInputEvent
The caps lock constant.
CHANGE_COMPLETED - Static variable in class org.apache.batik.gvt.event.GraphicsNodeChangeEvent
The id for the "changeCompleted" event.
CHANGE_STARTED - Static variable in class org.apache.batik.gvt.event.GraphicsNodeChangeEvent
The id for the "changeStarted" event.
changeCompleted(GraphicsNodeChangeEvent) - Method in class org.apache.batik.gvt.event.GraphicsNodeChangeAdapter
Invoked when a change on a graphics node has completed
changeCompleted(GraphicsNodeChangeEvent) - Method in interface org.apache.batik.gvt.event.GraphicsNodeChangeListener
Invoked when a change on a graphics node has completed
changeCompletedEvent - Variable in class org.apache.batik.gvt.AbstractGraphicsNode
 
changeSource - Variable in class org.apache.batik.gvt.event.GraphicsNodeChangeEvent
 
changeStarted(GraphicsNodeChangeEvent) - Method in class org.apache.batik.gvt.event.GraphicsNodeChangeAdapter
Invoked when a change has started on a graphics node, but before any changes occure in the graphics node it's self.
changeStarted(GraphicsNodeChangeEvent) - Method in interface org.apache.batik.gvt.event.GraphicsNodeChangeListener
Invoked when a change has started on a graphics node, but before any changes occure in the graphics node it's self.
changeStarted(GraphicsNodeChangeEvent) - Method in class org.apache.batik.gvt.UpdateTracker
Receives notification of a change to a GraphicsNode.
changeStartedEvent - Variable in class org.apache.batik.gvt.AbstractGraphicsNode
 
CHAR_CLASS_AI - Static variable in class org.apache.batik.gvt.flow.TextLineBreaks
 
CHAR_CLASS_AL - Static variable in class org.apache.batik.gvt.flow.TextLineBreaks
 
CHAR_CLASS_B2 - Static variable in class org.apache.batik.gvt.flow.TextLineBreaks
 
CHAR_CLASS_BA - Static variable in class org.apache.batik.gvt.flow.TextLineBreaks
 
CHAR_CLASS_BB - Static variable in class org.apache.batik.gvt.flow.TextLineBreaks
 
CHAR_CLASS_BK - Static variable in class org.apache.batik.gvt.flow.TextLineBreaks
 
CHAR_CLASS_CB - Static variable in class org.apache.batik.gvt.flow.TextLineBreaks
 
CHAR_CLASS_CL - Static variable in class org.apache.batik.gvt.flow.TextLineBreaks
 
CHAR_CLASS_CM - Static variable in class org.apache.batik.gvt.flow.TextLineBreaks
 
CHAR_CLASS_CR - Static variable in class org.apache.batik.gvt.flow.TextLineBreaks
 
CHAR_CLASS_EX - Static variable in class org.apache.batik.gvt.flow.TextLineBreaks
 
CHAR_CLASS_GL - Static variable in class org.apache.batik.gvt.flow.TextLineBreaks
 
CHAR_CLASS_HY - Static variable in class org.apache.batik.gvt.flow.TextLineBreaks
 
CHAR_CLASS_ID - Static variable in class org.apache.batik.gvt.flow.TextLineBreaks
 
CHAR_CLASS_IN - Static variable in class org.apache.batik.gvt.flow.TextLineBreaks
 
CHAR_CLASS_IS - Static variable in class org.apache.batik.gvt.flow.TextLineBreaks
 
CHAR_CLASS_LF - Static variable in class org.apache.batik.gvt.flow.TextLineBreaks
 
CHAR_CLASS_NS - Static variable in class org.apache.batik.gvt.flow.TextLineBreaks
 
CHAR_CLASS_NU - Static variable in class org.apache.batik.gvt.flow.TextLineBreaks
 
CHAR_CLASS_OP - Static variable in class org.apache.batik.gvt.flow.TextLineBreaks
 
CHAR_CLASS_PO - Static variable in class org.apache.batik.gvt.flow.TextLineBreaks
 
CHAR_CLASS_PR - Static variable in class org.apache.batik.gvt.flow.TextLineBreaks
 
CHAR_CLASS_QU - Static variable in class org.apache.batik.gvt.flow.TextLineBreaks
 
CHAR_CLASS_SA - Static variable in class org.apache.batik.gvt.flow.TextLineBreaks
 
CHAR_CLASS_SG - Static variable in class org.apache.batik.gvt.flow.TextLineBreaks
 
CHAR_CLASS_SP - Static variable in class org.apache.batik.gvt.flow.TextLineBreaks
 
CHAR_CLASS_SY - Static variable in class org.apache.batik.gvt.flow.TextLineBreaks
 
CHAR_CLASS_XX - Static variable in class org.apache.batik.gvt.flow.TextLineBreaks
 
CHAR_CLASS_ZW - Static variable in class org.apache.batik.gvt.flow.TextLineBreaks
 
CHAR_INDEX - Static variable in class org.apache.batik.gvt.text.GVTAttributedCharacterIterator.TextAttribute
 
CHAR_ZERO_WIDTH_JOINER - Static variable in class org.apache.batik.gvt.flow.TextLineBreaks
 
charStartsLigature(char) - Static method in class org.apache.batik.gvt.text.ArabicTextHandler
Returns true if a ligature exists that starts with the specified character.
children - Variable in class org.apache.batik.gvt.CompositeGraphicsNode
The children of this composite graphics node.
clear() - Method in class org.apache.batik.gvt.CompositeGraphicsNode
Not supported - Throws UnsupportedOperationException exception.
clear() - Method in class org.apache.batik.gvt.font.AWTGlyphGeometryCache
Clears the table.
clear() - Method in class org.apache.batik.gvt.UpdateTracker
Clears the tracker.
clearCache() - Method in class org.apache.batik.gvt.filter.GraphicsNodeRable8Bit
Clear any cached Red.
clearOffScreen() - Method in interface org.apache.batik.gvt.renderer.ImageRenderer
Tells renderer to clear current contents of offscreen buffer
clearOffScreen() - Method in class org.apache.batik.gvt.renderer.MacRenderer
Sets up and clears the current offscreen buffer.
clearOffScreen() - Method in class org.apache.batik.gvt.renderer.StaticRenderer
Sets up and clears the current offscreen buffer.
clip - Variable in class org.apache.batik.gvt.AbstractGraphicsNode
The clipping filter for this graphics node.
clone() - Method in class org.apache.batik.gvt.text.AttributedCharacterSpanIterator
Create a copy of this iterator
clone() - Method in class org.apache.batik.gvt.text.BidiAttributedCharacterIterator
Creates a copy of this iterator.
clone() - Method in class org.apache.batik.gvt.text.GVTACIImpl
Create a copy of this iterator
clone() - Method in interface org.apache.batik.gvt.text.GVTAttributedCharacterIterator
Create a copy of this iterator
clsStrs - Static variable in class org.apache.batik.gvt.flow.TextLineBreaks
 
composite - Variable in class org.apache.batik.gvt.AbstractGraphicsNode
The compositing operation to be used when a graphics node is painted on top of another one.
composite - Variable in class org.apache.batik.gvt.text.TextPaintInfo
 
CompositeGraphicsNode - Class in org.apache.batik.gvt
A CompositeGraphicsNode is a graphics node that can contain graphics nodes.
CompositeGraphicsNode() - Constructor for class org.apache.batik.gvt.CompositeGraphicsNode
Constructs a new empty CompositeGraphicsNode.
CompositeShapePainter - Class in org.apache.batik.gvt
A shape painter which consists of multiple shape painters.
CompositeShapePainter(Shape) - Constructor for class org.apache.batik.gvt.CompositeShapePainter
Constructs a new empty CompositeShapePainter.
ConcreteGraphicsNodeRableFactory - Class in org.apache.batik.gvt.filter
This interface lets GraphicsNode create instances of GraphicsNodeRable appropriate for the filter module implementation.
ConcreteGraphicsNodeRableFactory() - Constructor for class org.apache.batik.gvt.filter.ConcreteGraphicsNodeRableFactory
 
ConcreteImageRendererFactory - Class in org.apache.batik.gvt.renderer
This class provides a factory for renderers.
ConcreteImageRendererFactory() - Constructor for class org.apache.batik.gvt.renderer.ConcreteImageRendererFactory
 
consume() - Method in class org.apache.batik.gvt.event.GraphicsNodeEvent
Consumes this event so that it will not be processed in the default manner by the source which originated it.
contains(Point2D) - Method in class org.apache.batik.gvt.AbstractGraphicsNode
Returns true if the specified Point2D is inside the boundary of this node, false otherwise.
contains(Point2D) - Method in class org.apache.batik.gvt.CompositeGraphicsNode
Returns true if the specified Point2D is inside the boundary of this node, false otherwise.
contains(Object) - Method in class org.apache.batik.gvt.CompositeGraphicsNode
Returns true if this composite graphics node contains the specified graphics node, false otherwise.
contains(String) - Method in class org.apache.batik.gvt.font.UnicodeRange
Returns true if the specified unicode value is within this range.
contains(int) - Method in class org.apache.batik.gvt.font.UnicodeRange
 
contains(Point2D) - Method in interface org.apache.batik.gvt.GraphicsNode
Returns true if the specified Point2D is inside the boundary of this node, false otherwise.
contains(Point2D) - Method in class org.apache.batik.gvt.ImageNode
Returns true if the specified Point2D is inside the boundary of this node, false otherwise.
contains(Point2D) - Method in class org.apache.batik.gvt.ShapeNode
Returns true if the specified Point2D is inside the boundary of this node, false otherwise.
containsAll(Collection) - Method in class org.apache.batik.gvt.CompositeGraphicsNode
Returns true if this composite graphics node contains all the graphics node in the specified collection, false otherwise.
containsArabic(AttributedString) - Static method in class org.apache.batik.gvt.text.ArabicTextHandler
Returns true if the string contains any arabic characters.
containsArabic(AttributedCharacterIterator) - Static method in class org.apache.batik.gvt.text.ArabicTextHandler
Returns true if the ACI contains any arabic characters.
copyData(WritableRaster) - Method in class org.apache.batik.gvt.filter.GraphicsNodeRed8Bit
 
count - Variable in class org.apache.batik.gvt.CompositeGraphicsNode
The number of children of this composite graphics node.
count - Variable in class org.apache.batik.gvt.CompositeShapePainter
The number of shape painter.
count - Variable in class org.apache.batik.gvt.font.AWTGlyphGeometryCache
The number of entries
createColorModel() - Method in class org.apache.batik.gvt.filter.GraphicsNodeRed8Bit
 
createContext(ColorModel, Rectangle, Rectangle2D, AffineTransform, RenderingHints) - Method in class org.apache.batik.gvt.PatternPaint
Creates and returns a context used to generate the pattern.
createDynamicImageRenderer() - Method in class org.apache.batik.gvt.renderer.ConcreteImageRendererFactory
Creates a new dynamic image renderer.
createDynamicImageRenderer() - Method in interface org.apache.batik.gvt.renderer.ImageRendererFactory
Creates a new dynamic renderer.
createGlyphVector(FontRenderContext, float, AttributedCharacterIterator) - Method in interface org.apache.batik.gvt.font.AltGlyphHandler
Creates a glyph vector containing the alternate glyphs.
createGlyphVector(FontRenderContext, char[]) - Method in class org.apache.batik.gvt.font.AWTGVTFont
Returns a new GlyphVector object created with the specified array of characters and the specified FontRenderContext.
createGlyphVector(FontRenderContext, CharacterIterator) - Method in class org.apache.batik.gvt.font.AWTGVTFont
Returns a new GlyphVector object created with the specified CharacterIterator and the specified FontRenderContext.
createGlyphVector(FontRenderContext, int[], CharacterIterator) - Method in class org.apache.batik.gvt.font.AWTGVTFont
Returns a new GlyphVector object created with the specified integer array and the specified FontRenderContext.
createGlyphVector(FontRenderContext, String) - Method in class org.apache.batik.gvt.font.AWTGVTFont
Returns a new GlyphVector object created with the specified String and the specified FontRenderContext.
createGlyphVector(FontRenderContext, char[]) - Method in interface org.apache.batik.gvt.font.GVTFont
Returns a new GlyphVector object created with the specified array of characters and the specified FontRenderContext.
createGlyphVector(FontRenderContext, CharacterIterator) - Method in interface org.apache.batik.gvt.font.GVTFont
Returns a new GlyphVector object created with the specified CharacterIterator and the specified FontRenderContext.
createGlyphVector(FontRenderContext, int[], CharacterIterator) - Method in interface org.apache.batik.gvt.font.GVTFont
Returns a new GlyphVector object created with the specified integer array and the specified FontRenderContext.
createGlyphVector(FontRenderContext, String) - Method in interface org.apache.batik.gvt.font.GVTFont
Returns a new GlyphVector object created with the specified String and the specified FontRenderContext.
createGraphicsNodeRable(GraphicsNode) - Method in class org.apache.batik.gvt.filter.ConcreteGraphicsNodeRableFactory
Returns a GraphicsNodeRable initialized with the input GraphicsNode.
createGraphicsNodeRable(GraphicsNode) - Method in interface org.apache.batik.gvt.filter.GraphicsNodeRableFactory
Returns a GraphicsNodeRable initialized with the input GraphicsNode.
createRenderer() - Method in class org.apache.batik.gvt.renderer.ConcreteImageRendererFactory
Creates a new renderer.
createRenderer() - Method in interface org.apache.batik.gvt.renderer.RendererFactory
Creates a new renderer.
createRendering(RenderContext) - Method in class org.apache.batik.gvt.filter.BackgroundRable8Bit
Creates a RenderedImage that represented a rendering of this image using a given RenderContext.
createRendering(RenderContext) - Method in class org.apache.batik.gvt.filter.GraphicsNodeRable8Bit
Creates a RenderedImage that represented a rendering of this image using a given RenderContext.
createRendering(RenderContext) - Method in class org.apache.batik.gvt.filter.MaskRable8Bit
 
createStaticImageRenderer() - Method in class org.apache.batik.gvt.renderer.ConcreteImageRendererFactory
Creates a new static image renderer.
createStaticImageRenderer() - Method in interface org.apache.batik.gvt.renderer.ImageRendererFactory
Creates a new static renderer.
createSubstituteString(AttributedCharacterIterator) - Static method in class org.apache.batik.gvt.text.ArabicTextHandler
Where possible substitues plain arabic glyphs with their shaped forms.
CTRL_MASK - Static variable in class org.apache.batik.gvt.event.GraphicsNodeInputEvent
The control key modifier constant.
current() - Method in class org.apache.batik.gvt.text.AttributedCharacterSpanIterator
Get the character at the current position (as returned by getIndex()).
current() - Method in class org.apache.batik.gvt.text.BidiAttributedCharacterIterator
Gets the character at the current position (as returned by getIndex()).
current() - Method in class org.apache.batik.gvt.text.GVTACIImpl
Get the character at the current position (as returned by getIndex()).
current() - Method in interface org.apache.batik.gvt.text.GVTAttributedCharacterIterator
Get the character at the current position (as returned by getIndex()).
currentBaseRaster - Variable in class org.apache.batik.gvt.renderer.StaticRenderer
Offscreen image where the Renderer does its rendering
currentKeyEventTarget - Variable in class org.apache.batik.gvt.event.AWTEventDispatcher
The current GraphicsNode targeted by an key events.
currentNode - Variable in class org.apache.batik.gvt.GVTTreeWalker
The current GraphicsNode.
currentOffScreen - Variable in class org.apache.batik.gvt.renderer.StaticRenderer
 
currentRaster - Variable in class org.apache.batik.gvt.renderer.StaticRenderer
 
currImg - Variable in class org.apache.batik.gvt.renderer.MacRenderer
 
CUSTOM_SPACING - Static variable in class org.apache.batik.gvt.text.GVTAttributedCharacterIterator.TextAttribute
Convenience flag indicating that non-default glyph spacing is needed.

D

damagedAreas - Variable in class org.apache.batik.gvt.renderer.MacRenderer
 
defaultRenderingHints - Static variable in class org.apache.batik.gvt.renderer.MacRenderer
 
defaultRenderingHints - Static variable in class org.apache.batik.gvt.renderer.StaticRenderer
 
deriveFont(float, AttributedCharacterIterator) - Method in class org.apache.batik.gvt.font.AWTFontFamily
Derives a GVTFont object of the correct size.
deriveFont(float, Map) - Method in class org.apache.batik.gvt.font.AWTFontFamily
Derives a GVTFont object of the correct size from an attribute Map.
deriveFont(float) - Method in class org.apache.batik.gvt.font.AWTGVTFont
Creates a new Font object by replicating the current Font object and applying a new size to it.
deriveFont(float) - Method in interface org.apache.batik.gvt.font.GVTFont
Creates a new Font object by replicating the current Font object and applying a new size to it.
deriveFont(float, AttributedCharacterIterator) - Method in interface org.apache.batik.gvt.font.GVTFontFamily
Derives a GVTFont object of the correct size.
deriveFont(float, Map) - Method in interface org.apache.batik.gvt.font.GVTFontFamily
Derives a GVTFont object of the correct size from an attribute Map.
deriveFont(float, AttributedCharacterIterator) - Method in class org.apache.batik.gvt.font.UnresolvedFontFamily
Derives a GVTFont object of the correct size.
deriveFont(float, Map) - Method in class org.apache.batik.gvt.font.UnresolvedFontFamily
Derives a GVTFont object of the correct size from an attribute Map.
descent - Variable in class org.apache.batik.gvt.flow.BlockInfo
 
descent - Variable in class org.apache.batik.gvt.font.GVTFontFace
 
descent - Variable in class org.apache.batik.gvt.font.GVTLineMetrics
 
dispatchEvent(EventObject) - Method in class org.apache.batik.gvt.event.AWTEventDispatcher
Dispatches the specified AWT event.
dispatchEvent(EventObject) - Method in interface org.apache.batik.gvt.event.EventDispatcher
Dispatched the specified event object.
dispatchKeyEvent(KeyEvent) - Method in class org.apache.batik.gvt.event.AWTEventDispatcher
Dispatches the specified AWT key event.
dispatchMouseEvent(MouseEvent) - Method in class org.apache.batik.gvt.event.AWTEventDispatcher
Dispatches the specified AWT mouse event.
dispatchMouseWheelEvent(MouseWheelEvent) - Method in class org.apache.batik.gvt.event.AWTEventDispatcher
Dispatches the specified AWT mouse wheel event.
dispose() - Method in class org.apache.batik.gvt.PatternPaintContext
 
dispose() - Method in interface org.apache.batik.gvt.renderer.ImageRenderer
release resources associated with this object.
dispose() - Method in class org.apache.batik.gvt.renderer.MacRenderer
 
dispose() - Method in interface org.apache.batik.gvt.renderer.Renderer
Cause the renderer to ask to be removed from external reference lists, de-register as a listener to events, etc.
dispose() - Method in class org.apache.batik.gvt.renderer.StaticRenderer
Disposes all resources of this renderer.
done() - Method in class org.apache.batik.gvt.flow.FlowRegions
 
draw(Graphics2D, AttributedCharacterIterator) - Method in class org.apache.batik.gvt.font.AWTGVTGlyphVector
Draws this glyph vector.
draw(Graphics2D) - Method in class org.apache.batik.gvt.font.Glyph
Draws this glyph.
draw(Graphics2D, AttributedCharacterIterator) - Method in interface org.apache.batik.gvt.font.GVTGlyphVector
Draws the glyph vector.
draw(Graphics2D, AttributedCharacterIterator) - Method in class org.apache.batik.gvt.font.MultiGlyphVector
Draws the glyph vector.
draw(Graphics2D, AttributedCharacterIterator) - Method in class org.apache.batik.gvt.font.SVGGVTGlyphVector
Draws this glyph vector.
DX - Static variable in class org.apache.batik.gvt.text.GVTAttributedCharacterIterator.TextAttribute
User-space relative X coordinate for character.
DY - Static variable in class org.apache.batik.gvt.text.GVTAttributedCharacterIterator.TextAttribute
User-space relative Y coordinate for character.
DynamicRenderer - Class in org.apache.batik.gvt.renderer
Simple implementation of the Renderer that supports dynamic updates.
DynamicRenderer() - Constructor for class org.apache.batik.gvt.renderer.DynamicRenderer
Constructs a new dynamic renderer with the specified buffer image.
DynamicRenderer(RenderingHints, AffineTransform) - Constructor for class org.apache.batik.gvt.renderer.DynamicRenderer
 

E

enableBackgroundGraphicsNodeRable - Variable in class org.apache.batik.gvt.AbstractGraphicsNode
The GraphicsNodeRable for this node with all filtering applied
endChar - Variable in class org.apache.batik.gvt.text.TextPaintInfo
 
endLine() - Method in class org.apache.batik.gvt.flow.FlowRegions
 
endMarker - Variable in class org.apache.batik.gvt.MarkerShapePainter
End Marker
ensureCapacity(int) - Method in class org.apache.batik.gvt.CompositeGraphicsNode
Increases the capacity of the children list, if necessary, to ensure that it can hold at least the number of graphics nodes specified by the minimum capacity argument.
Entry(int, char, AWTGlyphGeometryCache.Value, AWTGlyphGeometryCache.Entry) - Constructor for class org.apache.batik.gvt.font.AWTGlyphGeometryCache.Entry
Creates a new entry
equivilent(TextPaintInfo, TextPaintInfo) - Static method in class org.apache.batik.gvt.text.TextPaintInfo
 
eventDispatchEnabled - Variable in class org.apache.batik.gvt.event.AWTEventDispatcher
 
EventDispatcher - Interface in org.apache.batik.gvt.event
Interface for receiving and dispatching events down to a GVT tree.
eventQueue - Variable in class org.apache.batik.gvt.event.AWTEventDispatcher
These are used to queue events while a rendering event is in progress.
eventQueueMaxSize - Variable in class org.apache.batik.gvt.event.AWTEventDispatcher
 
EXPLICIT_LAYOUT - Static variable in class org.apache.batik.gvt.text.GVTAttributedCharacterIterator.TextAttribute
Marker attribute indicating explicit glyph layout.
extShape - Variable in class org.apache.batik.gvt.MarkerShapePainter
The Shape to be painted.

F

familyName - Variable in class org.apache.batik.gvt.font.GVTFontFace
 
FILL - Static variable in interface org.apache.batik.gvt.GraphicsNode
Indicates that this graphics node can be the target for events when the mouse is over the filled area whatever or not it is the visible.
fillPaint - Variable in class org.apache.batik.gvt.text.TextPaintInfo
 
FillShapePainter - Class in org.apache.batik.gvt
A shape painter that can be used to fill a shape.
FillShapePainter(Shape) - Constructor for class org.apache.batik.gvt.FillShapePainter
Constructs a new FillShapePainter that can be used to fill a Shape.
filter - Variable in class org.apache.batik.gvt.AbstractGraphicsNode
The filter of this graphics node.
filterRegion - Variable in class org.apache.batik.gvt.filter.MaskRable8Bit
Region to which the mask applies
findLineBrk(AttributedString) - Static method in class org.apache.batik.gvt.flow.TextLineBreaks
 
fireGraphicsNodeChangeCompleted() - Method in class org.apache.batik.gvt.AbstractGraphicsNode
 
fireGraphicsNodeChangeStarted(GraphicsNode) - Method in class org.apache.batik.gvt.AbstractGraphicsNode
 
fireGraphicsNodeChangeStarted() - Method in class org.apache.batik.gvt.AbstractGraphicsNode
 
fireGraphicsNodeChangeStarted(GraphicsNodeChangeEvent) - Method in class org.apache.batik.gvt.AbstractGraphicsNode
 
first() - Method in class org.apache.batik.gvt.text.AttributedCharacterSpanIterator
Sets the position to getBeginIndex().
first() - Method in class org.apache.batik.gvt.text.BidiAttributedCharacterIterator
Sets the position to getBeginIndex() and returns the character at that position.
first() - Method in class org.apache.batik.gvt.text.GVTACIImpl
Sets the position to getBeginIndex().
first() - Method in interface org.apache.batik.gvt.text.GVTAttributedCharacterIterator
Sets the position to getBeginIndex().
firstChild() - Method in class org.apache.batik.gvt.GVTTreeWalker
Returns the first child of the current GraphicsNode.
FLOW_EMPTY_PARAGRAPH - Static variable in class org.apache.batik.gvt.text.GVTAttributedCharacterIterator.TextAttribute
 
FLOW_LINE_BREAK - Static variable in class org.apache.batik.gvt.flow.TextLineBreaks
 
FLOW_LINE_BREAK - Static variable in class org.apache.batik.gvt.text.GVTAttributedCharacterIterator.TextAttribute
 
FLOW_PARAGRAPH - Static variable in class org.apache.batik.gvt.flow.TextLineBreaks
 
FLOW_PARAGRAPH - Static variable in class org.apache.batik.gvt.text.GVTAttributedCharacterIterator.TextAttribute
 
FLOW_REGIONS - Static variable in class org.apache.batik.gvt.text.GVTAttributedCharacterIterator.TextAttribute
 
flowRegionBreak - Variable in class org.apache.batik.gvt.flow.BlockInfo
 
flowRegionBreak - Variable in class org.apache.batik.gvt.flow.MarginInfo
 
FlowRegions - Class in org.apache.batik.gvt.flow
A class to hold flow region information for a given shape.
FlowRegions(Shape) - Constructor for class org.apache.batik.gvt.flow.FlowRegions
 
FlowRegions(Shape, double) - Constructor for class org.apache.batik.gvt.flow.FlowRegions
 
flush(Rectangle) - Method in class org.apache.batik.gvt.renderer.DynamicRenderer
 
flush(Collection) - Method in class org.apache.batik.gvt.renderer.DynamicRenderer
Flush a list of rectangles of cached image data.
flush() - Method in interface org.apache.batik.gvt.renderer.ImageRenderer
Flush any cached image data (preliminary interface).
flush(Rectangle) - Method in interface org.apache.batik.gvt.renderer.ImageRenderer
Flush a rectangle of cached image data (preliminary interface).
flush(Collection) - Method in interface org.apache.batik.gvt.renderer.ImageRenderer
Flush a list of rectangles of cached image data (preliminary interface).
flush() - Method in class org.apache.batik.gvt.renderer.MacRenderer
 
flush(Rectangle) - Method in class org.apache.batik.gvt.renderer.MacRenderer
 
flush(Collection) - Method in class org.apache.batik.gvt.renderer.MacRenderer
Flush a list of rectangles of cached image data.
flush() - Method in class org.apache.batik.gvt.renderer.StaticRenderer
Flush any cached image data.
flush(Collection) - Method in class org.apache.batik.gvt.renderer.StaticRenderer
Flush a list of rectangles of cached image data.
flush(Rectangle) - Method in class org.apache.batik.gvt.renderer.StaticRenderer
Flush a rectangle of cached image data.
FOCUS_GAINED - Static variable in class org.apache.batik.gvt.event.GraphicsNodeFocusEvent
The id for the "focusGained" event.
FOCUS_LOST - Static variable in class org.apache.batik.gvt.event.GraphicsNodeFocusEvent
The id for the "focusLoses" event.
focusGained(GraphicsNodeFocusEvent) - Method in interface org.apache.batik.gvt.event.GraphicsNodeFocusListener
Invoked when a graphics node gains the keyboard focus.
focusLost(GraphicsNodeFocusEvent) - Method in interface org.apache.batik.gvt.event.GraphicsNodeFocusListener
Invoked when a graphics node loses the keyboard focus.
font - Variable in class org.apache.batik.gvt.font.AWTFontFamily
 
FONT_SIZE - Static variable in class org.apache.batik.gvt.font.AWTGVTFont
 
FONT_VARIANT - Static variable in class org.apache.batik.gvt.text.GVTAttributedCharacterIterator.TextAttribute
Font variant to be used for this character span.
fontAttrs - Variable in class org.apache.batik.gvt.flow.BlockInfo
 
fontFace - Variable in class org.apache.batik.gvt.font.AWTFontFamily
 
fontFace - Variable in class org.apache.batik.gvt.font.UnresolvedFontFamily
 
fontList - Variable in class org.apache.batik.gvt.flow.BlockInfo
 
fontSizeRelative - Variable in class org.apache.batik.gvt.flow.MarginInfo
 
fontStretch - Variable in class org.apache.batik.gvt.font.GVTFontFace
 
fontStyle - Variable in class org.apache.batik.gvt.font.GVTFontFace
 
fontVariant - Variable in class org.apache.batik.gvt.font.GVTFontFace
 
fontWeight - Variable in class org.apache.batik.gvt.font.GVTFontFace
 
FULL_ADV - Static variable in class org.apache.batik.gvt.flow.LineInfo
 
FULL_WORD - Static variable in class org.apache.batik.gvt.flow.LineInfo
 

G

genRect(WritableRaster) - Method in class org.apache.batik.gvt.filter.GraphicsNodeRed8Bit
 
get(int) - Method in class org.apache.batik.gvt.CompositeGraphicsNode
Returns the graphics node at the specified position in the children list.
get(char) - Method in class org.apache.batik.gvt.font.AWTGlyphGeometryCache
Gets the value of a variable
getAdjustValue() - Method in class org.apache.batik.gvt.font.Kern
Returns the kerning adjustment value for this kerning entry (a positive value means the space between characters should decrease).
getAdvance() - Method in class org.apache.batik.gvt.flow.GlyphGroupInfo
returns the advance to use when this glyphGroup is not the last glyph group in a span.
getAllAttributeKeys() - Method in class org.apache.batik.gvt.text.AttributedCharacterSpanIterator
Get the keys of all attributes defined on the iterator's text range.
getAllAttributeKeys() - Method in class org.apache.batik.gvt.text.BidiAttributedCharacterIterator
Get the keys of all attributes defined on the iterator's text range.
getAllAttributeKeys() - Method in class org.apache.batik.gvt.text.GVTACIImpl
Get the keys of all attributes defined on the iterator's text range.
getAllAttributeKeys() - Method in interface org.apache.batik.gvt.text.GVTAttributedCharacterIterator
Get the keys of all attributes defined on the iterator's text range.
getArabicForm() - Method in class org.apache.batik.gvt.font.Glyph
Returns which of the four possible arabic forms this glyph represents.
getAscent() - Method in class org.apache.batik.gvt.flow.BlockInfo
 
getAscent() - Method in class org.apache.batik.gvt.flow.WordInfo
 
getAscent() - Method in class org.apache.batik.gvt.font.GVTFontFace
Returns the maximum unaccented height of the font within the font coordinate system.
getAscent() - Method in class org.apache.batik.gvt.font.GVTLineMetrics
Returns the ascent of the text.
getAttribute(AttributedCharacterIterator.Attribute) - Method in class org.apache.batik.gvt.text.AttributedCharacterSpanIterator
Get the value of the named attribute for the current character.
getAttribute(AttributedCharacterIterator.Attribute) - Method in class org.apache.batik.gvt.text.BidiAttributedCharacterIterator
Get the value of the named attribute for the current character.
getAttribute(AttributedCharacterIterator.Attribute) - Method in class org.apache.batik.gvt.text.GVTACIImpl
Get the value of the named attribute for the current character.
getAttribute(AttributedCharacterIterator.Attribute) - Method in interface org.apache.batik.gvt.text.GVTAttributedCharacterIterator
Get the value of the named attribute for the current character.
getAttributes() - Method in class org.apache.batik.gvt.text.AttributedCharacterSpanIterator
Returns a map with the attributes defined on the current character.
getAttributes() - Method in class org.apache.batik.gvt.text.BidiAttributedCharacterIterator
Returns a map with the attributes defined on the current character.
getAttributes() - Method in class org.apache.batik.gvt.text.GVTACIImpl
Returns a map with the attributes defined on the current character.
getAttributes() - Method in interface org.apache.batik.gvt.text.GVTAttributedCharacterIterator
Returns a map with the attributes defined on the current character.
getBackground(GraphicsNode, GraphicsNode, Rectangle2D) - Method in class org.apache.batik.gvt.filter.BackgroundRable8Bit
Returns a filter that represents the background image for child.
getBackgroundEnable() - Method in class org.apache.batik.gvt.CompositeGraphicsNode
Returns the region defining the background enable property.
getBackgroundPaint() - Method in class org.apache.batik.gvt.CanvasGraphicsNode
Returns the background paint of this canvas graphics node.
getBaselineIndex() - Method in class org.apache.batik.gvt.font.GVTLineMetrics
Returns the baseline index of the text.
getBaselineOffsets() - Method in class org.apache.batik.gvt.font.GVTLineMetrics
Returns the baseline offsets of the text, relative to the baseline of the text.
getBaseTransform() - Method in class org.apache.batik.gvt.event.AWTEventDispatcher
Returns the base transform applied to MouseEvent coordinates prior to dispatch.
getBaseTransform() - Method in interface org.apache.batik.gvt.event.EventDispatcher
Returns the base transform applied to MouseEvent coordinates prior to dispatch.
getBeginIndex() - Method in class org.apache.batik.gvt.text.AttributedCharacterSpanIterator
Get the start index of the text.
getBeginIndex() - Method in class org.apache.batik.gvt.text.BidiAttributedCharacterIterator
Returns the start index of the text.
getBeginIndex() - Method in class org.apache.batik.gvt.text.GVTACIImpl
Get the start index of the text.
getBeginIndex() - Method in interface org.apache.batik.gvt.text.GVTAttributedCharacterIterator
Get the start index of the text.
getBottomMargin() - Method in class org.apache.batik.gvt.flow.BlockInfo
 
getBottomMargin() - Method in class org.apache.batik.gvt.flow.MarginInfo
 
getBounds() - Method in class org.apache.batik.gvt.AbstractGraphicsNode
Returns the bounds of this node in user space.
getBounds() - Method in interface org.apache.batik.gvt.GraphicsNode
Returns the bounds of this node in user space.
getBounds2D() - Method in class org.apache.batik.gvt.filter.BackgroundRable8Bit
Returns the bounds of this Rable in the user coordinate system.
getBounds2D() - Method in class org.apache.batik.gvt.filter.GraphicsNodeRable8Bit
Returns the bounds of this Rable in the user coordinate system.
getBounds2D() - Method in class org.apache.batik.gvt.filter.MaskRable8Bit
Pass-through: returns the source's bounds
getBounds2D() - Method in class org.apache.batik.gvt.font.AWTGlyphGeometryCache.Value
Returns the bounds of the glyph according to its glyph metrics.
getBounds2D(AttributedCharacterIterator) - Method in class org.apache.batik.gvt.font.AWTGVTGlyphVector
Returns a tight bounds on the GlyphVector including stroking.
getBounds2D() - Method in class org.apache.batik.gvt.font.Glyph
 
getBounds2D() - Method in class org.apache.batik.gvt.font.GVTGlyphMetrics
Returns the black box bounds of the glyph.
getBounds2D(AttributedCharacterIterator) - Method in interface org.apache.batik.gvt.font.GVTGlyphVector
Returns a tight bounds on the GylphVector including stroking.
getBounds2D(AttributedCharacterIterator) - Method in class org.apache.batik.gvt.font.MultiGlyphVector
Returns the bounds of this GlyphVector.
getBounds2D(AttributedCharacterIterator) - Method in class org.apache.batik.gvt.font.SVGGVTGlyphVector
Returns a tight bounds on the GylphVector including stroking.
getBounds2D() - Method in interface org.apache.batik.gvt.Mask
Returns the bounds of this mask.
getButton() - Method in class org.apache.batik.gvt.event.GraphicsNodeMouseEvent
Returns the mouse button that changed state.
getChangeSrc() - Method in class org.apache.batik.gvt.event.GraphicsNodeChangeEvent
 
getCharacterCount(int, int) - Method in class org.apache.batik.gvt.font.AWTGVTGlyphVector
Returns the number of chars represented by the glyphs within the specified range.
getCharacterCount(int, int) - Method in interface org.apache.batik.gvt.font.GVTGlyphVector
Returns the number of chars represented by the glyphs within the specified range.
getCharacterCount(int, int) - Method in class org.apache.batik.gvt.font.MultiGlyphVector
Returns the number of chars represented by the glyphs within the specified range.
getCharacterCount(int, int) - Method in class org.apache.batik.gvt.font.SVGGVTGlyphVector
Returns the number of chars represented by the glyphs within the specified range.
getCharCharClass(char) - Static method in class org.apache.batik.gvt.flow.TextLineBreaks
 
getCharMap() - Method in class org.apache.batik.gvt.text.BidiAttributedCharacterIterator
 
getChildren() - Method in class org.apache.batik.gvt.CompositeGraphicsNode
Returns the list of children.
getClickCount() - Method in class org.apache.batik.gvt.event.GraphicsNodeMouseEvent
Returns the number of mouse clicks associated with this event.
getClientPoint() - Method in class org.apache.batik.gvt.event.GraphicsNodeMouseEvent
Returns the (x, y) position of the event relative to the screen.
getClientX() - Method in class org.apache.batik.gvt.event.GraphicsNodeMouseEvent
Returns the horizontal x position of the event relative to the source graphics node.
getClientY() - Method in class org.apache.batik.gvt.event.GraphicsNodeMouseEvent
Returns the vertical y position of the event relative to the source node.
getClip() - Method in class org.apache.batik.gvt.AbstractGraphicsNode
Returns the clipping filter of this node or null if any.
getClip() - Method in interface org.apache.batik.gvt.GraphicsNode
Returns the clipping filter of this node or null if any.
getColorModel() - Method in class org.apache.batik.gvt.PatternPaintContext
 
getComposite() - Method in class org.apache.batik.gvt.AbstractGraphicsNode
Returns the composite of this node or null if any.
getComposite() - Method in interface org.apache.batik.gvt.GraphicsNode
Returns the composite of this node or null if any.
getCurrentGraphicsNode() - Method in class org.apache.batik.gvt.GVTTreeWalker
Returns the current GraphicsNode.
getCurrentLockState() - Method in class org.apache.batik.gvt.event.AWTEventDispatcher
Returns a bitmask representing the state of the key locks.
getCurrentY() - Method in class org.apache.batik.gvt.flow.FlowRegions
 
getCurrentY() - Method in class org.apache.batik.gvt.flow.LineInfo
 
getDescent() - Method in class org.apache.batik.gvt.flow.BlockInfo
 
getDescent() - Method in class org.apache.batik.gvt.flow.WordInfo
 
getDescent() - Method in class org.apache.batik.gvt.font.GVTFontFace
Returns the maximum unaccented depth of the font within the font coordinate system.
getDescent() - Method in class org.apache.batik.gvt.font.GVTLineMetrics
Returns the descent of the text.
getDirtyAreas() - Method in class org.apache.batik.gvt.UpdateTracker
Returns the list of dirty areas on GVT.
getEnableBackgroundGraphicsNodeRable(boolean) - Method in class org.apache.batik.gvt.AbstractGraphicsNode
Returns the GraphicsNodeRable for this node.
getEnableBackgroundGraphicsNodeRable(boolean) - Method in interface org.apache.batik.gvt.GraphicsNode
Returns the GraphicsNodeRable for this node.
getEnd() - Method in class org.apache.batik.gvt.flow.GlyphGroupInfo
get the end glyph index for this glyph group.
getEndIndex() - Method in class org.apache.batik.gvt.text.AttributedCharacterSpanIterator
Get the end index of the text.
getEndIndex() - Method in class org.apache.batik.gvt.text.BidiAttributedCharacterIterator
Returns the end index of the text.
getEndIndex() - Method in class org.apache.batik.gvt.text.GVTACIImpl
Get the end index of the text.
getEndIndex() - Method in interface org.apache.batik.gvt.text.GVTAttributedCharacterIterator
Get the end index of the text.
getEndMarker() - Method in class org.apache.batik.gvt.MarkerShapePainter
Returns the marker that shall be drawn at the last vertex of the given shape.
getExtShape() - Method in class org.apache.batik.gvt.MarkerShapePainter
Gets the Shape this shape painter is associated with as an Extended Shape.
getFamilyName() - Method in class org.apache.batik.gvt.font.AWTFontFamily
Returns the font family name.
getFamilyName() - Method in class org.apache.batik.gvt.font.AWTGVTFont
 
getFamilyName() - Method in interface org.apache.batik.gvt.font.GVTFont
Returns the font family name of this font.
getFamilyName() - Method in class org.apache.batik.gvt.font.GVTFontFace
Returns the family name of this font, it may contain more than one.
getFamilyName() - Method in interface org.apache.batik.gvt.font.GVTFontFamily
Returns the font family name.
getFamilyName() - Method in class org.apache.batik.gvt.font.UnresolvedFontFamily
Returns the font family name.
getFilter() - Method in class org.apache.batik.gvt.AbstractGraphicsNode
Returns the filter of this node or null if any.
getFilter() - Method in interface org.apache.batik.gvt.GraphicsNode
Returns the filter of this node or null if any.
getFilterRegion() - Method in interface org.apache.batik.gvt.filter.Mask
The region to which this mask applies
getFilterRegion() - Method in class org.apache.batik.gvt.filter.MaskRable8Bit
The region to which this mask applies
getFirstChild(GraphicsNode) - Static method in class org.apache.batik.gvt.GVTTreeWalker
 
getFlowLine() - Method in class org.apache.batik.gvt.flow.WordInfo
 
getFont() - Method in class org.apache.batik.gvt.font.AWTGVTGlyphVector
Returns the GVTFont associated with this GVTGlyphVector.
getFont() - Method in interface org.apache.batik.gvt.font.GVTGlyphVector
Returns the Font associated with this GlyphVector.
getFont() - Method in class org.apache.batik.gvt.font.MultiGlyphVector
Returns the Font associated with this GlyphVector.
getFont() - Method in class org.apache.batik.gvt.font.SVGGVTGlyphVector
Returns the Font associated with this GlyphVector.
getFontAttrs() - Method in class org.apache.batik.gvt.flow.BlockInfo
 
getFontFace() - Method in class org.apache.batik.gvt.font.AWTFontFamily
Returns the font-face information for this font family.
getFontFace() - Method in interface org.apache.batik.gvt.font.GVTFontFamily
Returns the FontFace for this fontFamily instance.
getFontFace() - Method in class org.apache.batik.gvt.font.UnresolvedFontFamily
Returns the font-face information for this font family.
getFontList() - Method in class org.apache.batik.gvt.flow.BlockInfo
 
getFontRenderContext() - Method in class org.apache.batik.gvt.font.AWTGVTGlyphVector
Returns the FontRenderContext associated with this GlyphVector.
getFontRenderContext() - Method in interface org.apache.batik.gvt.font.GVTGlyphVector
Returns the FontRenderContext associated with this GlyphVector.
getFontRenderContext() - Method in class org.apache.batik.gvt.font.MultiGlyphVector
Returns the FontRenderContext associated with this GlyphVector.
getFontRenderContext() - Method in class org.apache.batik.gvt.font.SVGGVTGlyphVector
Returns the FontRenderContext associated with this GlyphVector.
getFontStyle() - Method in class org.apache.batik.gvt.font.GVTFontFace
Returns the font-style.
getFontWeight() - Method in class org.apache.batik.gvt.font.GVTFontFace
Returns the font-weight.
getGeometricBounds() - Method in class org.apache.batik.gvt.font.AWTGVTGlyphVector
Returns the visual bounds of this GlyphVector The visual bounds is the tightest rectangle enclosing all non-background pixels in the rendered representation of this GlyphVector.
getGeometricBounds() - Method in interface org.apache.batik.gvt.font.GVTGlyphVector
Returns the visual bounds of this GlyphVector The visual bounds is the tightest rectangle enclosing all non-background pixels in the rendered representation of this GlyphVector.
getGeometricBounds() - Method in class org.apache.batik.gvt.font.MultiGlyphVector
Returns the geometric bounds of this GlyphVector.
getGeometricBounds() - Method in class org.apache.batik.gvt.font.SVGGVTGlyphVector
Returns the geometric bounds of this GlyphVector.
getGeometryBounds() - Method in class org.apache.batik.gvt.CompositeGraphicsNode
Returns the bounds of the area covered by this node, without taking any of its rendering attributes into account.
getGeometryBounds() - Method in class org.apache.batik.gvt.font.Glyph
 
getGeometryBounds() - Method in interface org.apache.batik.gvt.GraphicsNode
Returns the bounds of the area covered by this node, without taking any of its rendering attribute into account.
getGeometryBounds() - Method in class org.apache.batik.gvt.ProxyGraphicsNode
Returns the bounds of the area covered by this node, without taking any of its rendering attribute into account.
getGeometryBounds() - Method in class org.apache.batik.gvt.RasterImageNode
Returns the bounds of the area covered by this node, without taking any of its rendering attribute into account.
getGeometryBounds() - Method in class org.apache.batik.gvt.ShapeNode
Returns the bounds of the area covered by this node, without taking any of its rendering attribute into account.
getGlobalTransform() - Method in class org.apache.batik.gvt.AbstractGraphicsNode
Returns the concatenated transform of this node.
getGlobalTransform() - Method in interface org.apache.batik.gvt.GraphicsNode
Returns the concatenated transform of this node.
getGlyphCellBounds(int) - Method in class org.apache.batik.gvt.font.AWTGVTGlyphVector
Returns the bounding box of the specified glyph, considering only the glyph's metrics (ascent, descent, advance) rather than the actual glyph shape.
getGlyphCellBounds(int) - Method in interface org.apache.batik.gvt.font.GVTGlyphVector
Returns the bounding box of the specified glyph, considering only the glyph's metrics (ascent, descent, advance) rather than the actual glyph shape.
getGlyphCellBounds(int) - Method in class org.apache.batik.gvt.font.MultiGlyphVector
Returns the bounding box of the specified glyph, considering only the glyph's metrics (ascent, descent, advance) rather than the actual glyph shape.
getGlyphCellBounds(int) - Method in class org.apache.batik.gvt.font.SVGGVTGlyphVector
Returns the bounding box of the specified glyph, considering only the glyph's metrics (ascent, descent, advance) rather than the actual glyph shape.
getGlyphCode(int) - Method in class org.apache.batik.gvt.font.AWTGVTGlyphVector
Returns the glyphcode of the specified glyph.
getGlyphCode() - Method in class org.apache.batik.gvt.font.Glyph
Returns the glyphs unique code with resect to its font.
getGlyphCode(int) - Method in interface org.apache.batik.gvt.font.GVTGlyphVector
Returns the glyphcode of the specified glyph.
getGlyphCode(int) - Method in class org.apache.batik.gvt.font.MultiGlyphVector
Returns the glyphcode of the specified glyph.
getGlyphCode(int) - Method in class org.apache.batik.gvt.font.SVGGVTGlyphVector
Returns the glyphcode of the specified glyph.
getGlyphCodes(int, int, int[]) - Method in class org.apache.batik.gvt.font.AWTGVTGlyphVector
Returns an array of glyphcodes for the specified glyphs.
getGlyphCodes(int, int, int[]) - Method in interface org.apache.batik.gvt.font.GVTGlyphVector
Returns an array of glyphcodes for the specified glyphs.
getGlyphCodes(int, int, int[]) - Method in class org.apache.batik.gvt.font.MultiGlyphVector
Returns an array of glyphcodes for the specified glyphs.
getGlyphCodes(int, int, int[]) - Method in class org.apache.batik.gvt.font.SVGGVTGlyphVector
Returns an array of glyphcodes for the specified glyphs.
getGlyphCount() - Method in class org.apache.batik.gvt.flow.GlyphGroupInfo
get the number of glyphs that count when it's not the last in the line (basically end-start+1-sum(hide) ).
getGlyphGeometry(AWTGVTFont, char, GlyphVector, int, Point2D) - Static method in class org.apache.batik.gvt.font.AWTGVTFont
Returns the geometry of the specified character.
getGlyphGroup(int) - Method in class org.apache.batik.gvt.flow.WordInfo
 
getGlyphJustificationInfo(int) - Method in class org.apache.batik.gvt.font.AWTGVTGlyphVector
Returns the justification information for the glyph at the specified index into this GlyphVector.
getGlyphJustificationInfo(int) - Method in interface org.apache.batik.gvt.font.GVTGlyphVector
Returns the justification information for the glyph at the specified index into this GlyphVector.
getGlyphJustificationInfo(int) - Method in class org.apache.batik.gvt.font.MultiGlyphVector
Returns the justification information for the glyph at the specified index into this GlyphVector.
getGlyphJustificationInfo(int) - Method in class org.apache.batik.gvt.font.SVGGVTGlyphVector
Returns the justification information for the glyph at the specified index into this GlyphVector.
getGlyphLogicalBounds(int) - Method in class org.apache.batik.gvt.font.AWTGVTGlyphVector
Returns the logical bounds of the specified glyph within this GlyphVector.
getGlyphLogicalBounds(int) - Method in interface org.apache.batik.gvt.font.GVTGlyphVector
Returns the logical bounds of the specified glyph within this GlyphVector.
getGlyphLogicalBounds(int) - Method in class org.apache.batik.gvt.font.MultiGlyphVector
Returns the logical bounds of the specified glyph within this GlyphVector.
getGlyphLogicalBounds(int) - Method in class org.apache.batik.gvt.font.SVGGVTGlyphVector
Returns the logical bounds of the specified glyph within this GlyphVector.
getGlyphMetrics(int) - Method in class org.apache.batik.gvt.font.AWTGVTGlyphVector
Returns the metrics of the glyph at the specified index into this GVTGlyphVector.
getGlyphMetrics() - Method in class org.apache.batik.gvt.font.Glyph
Returns the metrics of this Glyph if it is used in a horizontal layout.
getGlyphMetrics(float, float) - Method in class org.apache.batik.gvt.font.Glyph
Returns the metrics of this Glyph with the specified kerning value applied.
getGlyphMetrics(int) - Method in interface org.apache.batik.gvt.font.GVTGlyphVector
Returns the metrics of the glyph at the specified index into this GlyphVector.
getGlyphMetrics(int) - Method in class org.apache.batik.gvt.font.MultiGlyphVector
Returns the metrics of the glyph at the specified index into this GlyphVector.
getGlyphMetrics(int) - Method in class org.apache.batik.gvt.font.SVGGVTGlyphVector
Returns the metrics of the glyph at the specified index into this GlyphVector.
getGlyphOutline(int) - Method in class org.apache.batik.gvt.font.AWTGVTGlyphVector
Returns a Shape whose interior corresponds to the visual representation of the specified glyph within this GlyphVector.
getGlyphOutline(int) - Method in interface org.apache.batik.gvt.font.GVTGlyphVector
Returns a Shape whose interior corresponds to the visual representation of the specified glyph within this GlyphVector.
getGlyphOutline(int) - Method in class org.apache.batik.gvt.font.MultiGlyphVector
Returns a Shape whose interior corresponds to the visual representation of the specified glyph within this GlyphVector.
getGlyphOutline(int) - Method in class org.apache.batik.gvt.font.SVGGVTGlyphVector
Returns a Shape whose interior corresponds to the visual representation of the specified glyph within this GlyphVector.
getGlyphPosition(int) - Method in class org.apache.batik.gvt.font.AWTGVTGlyphVector
Returns the position of the specified glyph within this GlyphVector.
getGlyphPosition(int) - Method in interface org.apache.batik.gvt.font.GVTGlyphVector
Returns the position of the specified glyph within this GlyphVector.
getGlyphPosition(int) - Method in class org.apache.batik.gvt.font.MultiGlyphVector
Returns the position of the specified glyph within this GlyphVector.
getGlyphPosition(int) - Method in class org.apache.batik.gvt.font.SVGGVTGlyphVector
Returns the position of the specified glyph within this GlyphVector.
getGlyphPositions(int, int, float[]) - Method in class org.apache.batik.gvt.font.AWTGVTGlyphVector
Returns an array of glyph positions for the specified glyphs
getGlyphPositions(int, int, float[]) - Method in interface org.apache.batik.gvt.font.GVTGlyphVector
Returns an array of glyph positions for the specified glyphs
getGlyphPositions(int, int, float[]) - Method in class org.apache.batik.gvt.font.MultiGlyphVector
Returns an array of glyph positions for the specified glyphs
getGlyphPositions(int, int, float[]) - Method in class org.apache.batik.gvt.font.SVGGVTGlyphVector
Returns an array of glyph positions for the specified glyphs
getGlyphTransform(int) - Method in class org.apache.batik.gvt.font.AWTGVTGlyphVector
Gets the transform of the specified glyph within this GlyphVector.
getGlyphTransform(int) - Method in interface org.apache.batik.gvt.font.GVTGlyphVector
Gets the transform of the specified glyph within this GlyphVector.
getGlyphTransform(int) - Method in class org.apache.batik.gvt.font.MultiGlyphVector
Gets the transform of the specified glyph within this GlyphVector.
getGlyphTransform(int) - Method in class org.apache.batik.gvt.font.SVGGVTGlyphVector
Gets the transform of the specified glyph within this GlyphVector.
getGlyphVector() - Method in class org.apache.batik.gvt.flow.GlyphGroupInfo
Get the GlyphVector for this GlyphGroup.
getGlyphVisualBounds(int) - Method in class org.apache.batik.gvt.font.AWTGVTGlyphVector
Returns the visual bounds of the specified glyph within the GlyphVector.
getGlyphVisualBounds(int) - Method in interface org.apache.batik.gvt.font.GVTGlyphVector
Returns the visual bounds of the specified glyph within the GlyphVector.
getGlyphVisualBounds(int) - Method in class org.apache.batik.gvt.font.MultiGlyphVector
Returns the visual bounds of the specified glyph within the GlyphVector.
getGlyphVisualBounds(int) - Method in class org.apache.batik.gvt.font.SVGGVTGlyphVector
Returns the visual bounds of the specified glyph within the GlyphVector.
getGraphicsNode() - Method in class org.apache.batik.gvt.event.GraphicsNodeEvent
Returns the graphics node where the event is originated.
getGraphicsNode() - Method in class org.apache.batik.gvt.filter.BackgroundRable8Bit
Returns the GraphicsNode rendered by this image
getGraphicsNode() - Method in interface org.apache.batik.gvt.filter.GraphicsNodeRable
Returns the GraphicsNode for which a rendering can be obtained
getGraphicsNode() - Method in class org.apache.batik.gvt.filter.GraphicsNodeRable8Bit
Returns the GraphicsNode rendered by this image
getGraphicsNode() - Method in class org.apache.batik.gvt.PatternPaint
Returns the graphics node that define the pattern.
getGraphicsNodeRable(boolean) - Method in class org.apache.batik.gvt.AbstractGraphicsNode
Returns the GraphicsNodeRable for this node.
getGraphicsNodeRable(boolean) - Method in interface org.apache.batik.gvt.GraphicsNode
Returns the GraphicsNodeRable for this node.
getGraphicsNodeRable() - Method in class org.apache.batik.gvt.RasterImageNode
Returns the RenderableImage for this node.
getGVTRoot() - Method in class org.apache.batik.gvt.GVTTreeWalker
Returns the GVT root graphics node.
getHeight() - Method in class org.apache.batik.gvt.font.GVTLineMetrics
Returns the height of the text.
getHide() - Method in class org.apache.batik.gvt.flow.GlyphGroupInfo
 
getHideLast() - Method in class org.apache.batik.gvt.flow.GlyphGroupInfo
return true if 'end' glyph should be hidden in cases where this is not the last glyph group in a span
getHighlightShape() - Method in class org.apache.batik.gvt.event.SelectionEvent
Returns a shape in user space that encloses the current selection.
getHighlightShape() - Method in interface org.apache.batik.gvt.Selectable
Return a shape in user coords which encloses the current selection.
getHitCheckChildren() - Method in class org.apache.batik.gvt.ImageNode
 
getHKern(int, int) - Method in class org.apache.batik.gvt.font.AWTGVTFont
Returns the horizontal kerning value for this glyph pair.
getHKern(int, int) - Method in interface org.apache.batik.gvt.font.GVTFont
Returns the vertical kerning value of this glyph pair.
getHorizAdvX() - Method in class org.apache.batik.gvt.font.Glyph
Returns the horizontal advance value.
getHorizontalAdvance() - Method in class org.apache.batik.gvt.font.GVTGlyphMetrics
Returns the horizontal advance of the glyph.
getHorizOrigin() - Method in class org.apache.batik.gvt.font.Glyph
Returns the horizontal origin of this glyph.
getID() - Method in class org.apache.batik.gvt.event.GraphicsNodeEvent
Returns the ID of this event.
getID() - Method in class org.apache.batik.gvt.event.SelectionEvent
Returns the event's selection event type.
getImage() - Method in class org.apache.batik.gvt.ImageNode
Returns the graphics node that represents the image.
getImage() - Method in class org.apache.batik.gvt.RasterImageNode
Returns the raster image of this raster image node.
getImageBounds() - Method in class org.apache.batik.gvt.RasterImageNode
Returns the bounds of this raster image node.
getIndent() - Method in class org.apache.batik.gvt.flow.BlockInfo
 
getIndent() - Method in class org.apache.batik.gvt.flow.MarginInfo
 
getIndex() - Method in class org.apache.batik.gvt.flow.WordInfo
 
getIndex() - Method in class org.apache.batik.gvt.text.AttributedCharacterSpanIterator
Get the current index.
getIndex() - Method in class org.apache.batik.gvt.text.BidiAttributedCharacterIterator
Returns the current index.
getIndex() - Method in class org.apache.batik.gvt.text.GVTACIImpl
Get the current index.
getIndex() - Method in interface org.apache.batik.gvt.text.GVTAttributedCharacterIterator
Get the current index.
getInverseTransform() - Method in class org.apache.batik.gvt.AbstractGraphicsNode
Returns the inverse transform for this node.
getInverseTransform() - Method in interface org.apache.batik.gvt.GraphicsNode
Returns the inverse transform for this node.
getKerningValue(int, int, String, String) - Method in class org.apache.batik.gvt.font.KerningTable
Returns the amount of kerning that should be added between the given glyphs.
getKeyChar() - Method in class org.apache.batik.gvt.event.GraphicsNodeKeyEvent
Return a character corresponding to physical key pressed.
getKeyCode() - Method in class org.apache.batik.gvt.event.GraphicsNodeKeyEvent
Return the integer code for the physical key pressed.
getKeyLocation() - Method in class org.apache.batik.gvt.event.GraphicsNodeKeyEvent
Returns the key location.
getLang() - Method in class org.apache.batik.gvt.font.Glyph
Returns a comma separated list of languages this glyph can be used in.
getLastAdvance() - Method in class org.apache.batik.gvt.flow.GlyphGroupInfo
returns the advance to use when this glyphGroup is the last glyph group in a span.
getLastChild(GraphicsNode) - Static method in class org.apache.batik.gvt.GVTTreeWalker
 
getLastGlyphCount() - Method in class org.apache.batik.gvt.flow.GlyphGroupInfo
get the number of glyphs that 'cout' when it is the last in the line.
getLeading() - Method in class org.apache.batik.gvt.font.GVTLineMetrics
Returns the leading of the text.
getLeftMargin() - Method in class org.apache.batik.gvt.flow.BlockInfo
 
getLeftMargin() - Method in class org.apache.batik.gvt.flow.MarginInfo
 
getLineHeight() - Method in class org.apache.batik.gvt.flow.BlockInfo
 
getLineHeight() - Method in class org.apache.batik.gvt.flow.FlowRegions
 
getLineHeight() - Method in class org.apache.batik.gvt.flow.MarginInfo
 
getLineHeight() - Method in class org.apache.batik.gvt.flow.WordInfo
 
getLineMetrics(char[], int, int, FontRenderContext) - Method in class org.apache.batik.gvt.font.AWTGVTFont
Returns a LineMetrics object created with the specified arguments.
getLineMetrics(CharacterIterator, int, int, FontRenderContext) - Method in class org.apache.batik.gvt.font.AWTGVTFont
Returns a GVTLineMetrics object created with the specified arguments.
getLineMetrics(String, FontRenderContext) - Method in class org.apache.batik.gvt.font.AWTGVTFont
Returns a GVTLineMetrics object created with the specified String and FontRenderContext.
getLineMetrics(String, int, int, FontRenderContext) - Method in class org.apache.batik.gvt.font.AWTGVTFont
Returns a GVTLineMetrics object created with the specified arguments.
getLineMetrics(char[], int, int, FontRenderContext) - Method in interface org.apache.batik.gvt.font.GVTFont
Returns a GVTLineMetrics object created with the specified arguments.
getLineMetrics(CharacterIterator, int, int, FontRenderContext) - Method in interface org.apache.batik.gvt.font.GVTFont
Returns a GVTLineMetrics object created with the specified arguments.
getLineMetrics(String, FontRenderContext) - Method in interface org.apache.batik.gvt.font.GVTFont
Returns a GVTLineMetrics object created with the specified String and FontRenderContext.
getLineMetrics(String, int, int, FontRenderContext) - Method in interface org.apache.batik.gvt.font.GVTFont
Returns a GVTLineMetrics object created with the specified arguments.
getListeners(Class) - Method in class org.apache.batik.gvt.event.AWTEventDispatcher
Returns an array of listeners that were added to this event dispatcher and of the specified type.
getListeners(Class) - Method in interface org.apache.batik.gvt.event.EventDispatcher
Returns an array of listeners that were added to this event dispatcher and of the specified type.
getLockState() - Method in class org.apache.batik.gvt.event.GraphicsNodeInputEvent
Returns the lock state flags for this event.
getLogicalBounds() - Method in class org.apache.batik.gvt.font.AWTGVTGlyphVector
Returns the logical bounds of this GlyphVector.
getLogicalBounds() - Method in interface org.apache.batik.gvt.font.GVTGlyphVector
Returns the logical bounds of this GlyphVector.
getLogicalBounds() - Method in class org.apache.batik.gvt.font.MultiGlyphVector
Returns the logical bounds of this GlyphVector.
getLogicalBounds() - Method in class org.apache.batik.gvt.font.SVGGVTGlyphVector
Returns the logical bounds of this GlyphVector.
getLSB() - Method in class org.apache.batik.gvt.font.GVTGlyphMetrics
Returns the left (top) side bearing of the glyph.
getMarkerNode() - Method in class org.apache.batik.gvt.Marker
Returns the GraphicsNode that draws this marker.
getMask() - Method in class org.apache.batik.gvt.AbstractGraphicsNode
Returns the mask of this node or null if any.
getMask() - Method in interface org.apache.batik.gvt.GraphicsNode
Returns the mask of this node or null if any.
getMaskNode() - Method in interface org.apache.batik.gvt.filter.Mask
Returns the Graphics node that the mask operation will use to define the masking image.
getMaskNode() - Method in class org.apache.batik.gvt.filter.MaskRable8Bit
Returns the Graphics node that the mask operation will use to define the masking image.
getMiddleMarker() - Method in class org.apache.batik.gvt.MarkerShapePainter
Returns the marker that shall be drawn at every other vertex (not the first or the last one) of the given shape.
getModifiers() - Method in class org.apache.batik.gvt.event.GraphicsNodeInputEvent
Returns the modifiers flag for this event.
getNames() - Method in class org.apache.batik.gvt.font.Glyph
Returns the names of this glyph.
getNextGraphicsNode(GraphicsNode) - Method in class org.apache.batik.gvt.GVTTreeWalker
 
getNextSibling() - Method in class org.apache.batik.gvt.GVTTreeWalker
Returns the next sibling of the current GraphicsNode.
getNextSibling(GraphicsNode) - Static method in class org.apache.batik.gvt.GVTTreeWalker
 
getNodeDirtyRegion(GraphicsNode, AffineTransform) - Method in class org.apache.batik.gvt.UpdateTracker
This returns the dirty region for gn in the coordinate system given by at.
getNodeDirtyRegion(GraphicsNode) - Method in class org.apache.batik.gvt.UpdateTracker
 
getNumChars() - Method in class org.apache.batik.gvt.font.GVTLineMetrics
Returns the number of characters in the text whose metrics are encapsulated by this LineMetrics object.
getNumChars(char) - Static method in class org.apache.batik.gvt.text.ArabicTextHandler
Returns the number of characters the glyph for the specified character represents.
getNumGlyphGroups() - Method in class org.apache.batik.gvt.flow.WordInfo
 
getNumGlyphs() - Method in class org.apache.batik.gvt.font.AWTGVTGlyphVector
Returns the number of glyphs in this GlyphVector.
getNumGlyphs() - Method in interface org.apache.batik.gvt.font.GVTGlyphVector
Returns the number of glyphs in this GlyphVector.
getNumGlyphs() - Method in class org.apache.batik.gvt.font.MultiGlyphVector
Returns the number of glyphs in this GlyphVector.
getNumGlyphs() - Method in class org.apache.batik.gvt.font.SVGGVTGlyphVector
Returns the number of glyphs in this GlyphVector.
getNumRangeOnLine() - Method in class org.apache.batik.gvt.flow.FlowRegions
 
getOffScreen() - Method in interface org.apache.batik.gvt.renderer.ImageRenderer
Get the Current offscreen buffer used for rendering
getOffScreen() - Method in class org.apache.batik.gvt.renderer.MacRenderer
Returns the current offscreen image.
getOffScreen() - Method in class org.apache.batik.gvt.renderer.StaticRenderer
Returns the current offscreen image.
getOrient() - Method in class org.apache.batik.gvt.Marker
Returns the orientation of this marker.
getOrientation() - Method in class org.apache.batik.gvt.font.Glyph
Returns the orientation of this glyph.
getOutline() - Method in class org.apache.batik.gvt.CompositeGraphicsNode
Returns the outline of this node.
getOutline() - Method in class org.apache.batik.gvt.font.AWTGlyphGeometryCache.Value
Returns the outline of the glyph.
getOutline() - Method in class org.apache.batik.gvt.font.AWTGVTGlyphVector
Returns a Shape whose interior corresponds to the visual representation of this GlyphVector.
getOutline(float, float) - Method in class org.apache.batik.gvt.font.AWTGVTGlyphVector
Returns a Shape whose interior corresponds to the visual representation of this GlyphVector, offset to x, y.
getOutline() - Method in class org.apache.batik.gvt.font.Glyph
Returns the outline of this glyph.
getOutline() - Method in interface org.apache.batik.gvt.font.GVTGlyphVector
Returns a Shape whose interior corresponds to the visual representation of this GlyphVector.
getOutline(float, float) - Method in interface org.apache.batik.gvt.font.GVTGlyphVector
Returns a Shape whose interior corresponds to the visual representation of this GlyphVector, offset to x, y.
getOutline() - Method in class org.apache.batik.gvt.font.MultiGlyphVector
Returns a Shape whose interior corresponds to the visual representation of this GlyphVector.
getOutline(float, float) - Method in class org.apache.batik.gvt.font.MultiGlyphVector
Returns a Shape whose interior corresponds to the visual representation of this GlyphVector, offset to x, y.
getOutline() - Method in class org.apache.batik.gvt.font.SVGGVTGlyphVector
Returns a Shape whose interior corresponds to the visual representation of this GlyphVector.
getOutline(float, float) - Method in class org.apache.batik.gvt.font.SVGGVTGlyphVector
Returns a Shape whose interior corresponds to the visual representation of this GlyphVector, offset to x, y.
getOutline() - Method in interface org.apache.batik.gvt.GraphicsNode
Returns the outline of this node.
getOutline() - Method in class org.apache.batik.gvt.ProxyGraphicsNode
Returns the outline of this node.
getOutline() - Method in class org.apache.batik.gvt.RasterImageNode
Returns the outline of this node.
getOutline() - Method in class org.apache.batik.gvt.ShapeNode
Returns the outline of this node.
getOutlineBounds2D() - Method in class org.apache.batik.gvt.font.AWTGlyphGeometryCache.Value
Returns the bounds of the outline.
getOverflow() - Method in class org.apache.batik.gvt.PatternPaint
 
getOverlineOffset() - Method in class org.apache.batik.gvt.font.GVTLineMetrics
Returns the position of the overline relative to the baseline.
getOverlinePosition() - Method in class org.apache.batik.gvt.font.GVTFontFace
Returns the position of the overline decoration.
getOverlineThickness() - Method in class org.apache.batik.gvt.font.GVTFontFace
Returns the stroke thickness to use when drawing a overline.
getOverlineThickness() - Method in class org.apache.batik.gvt.font.GVTLineMetrics
Returns the thickness of the overline.
getPaint() - Method in class org.apache.batik.gvt.FillShapePainter
Gets the paint used to draw the outline of the shape.
getPaint() - Method in class org.apache.batik.gvt.StrokeShapePainter
Gets the paint used to draw the outline of the shape.
getPaintedArea() - Method in class org.apache.batik.gvt.CompositeShapePainter
Returns the area painted by this shape painter.
getPaintedArea() - Method in class org.apache.batik.gvt.FillShapePainter
Returns the area painted by this shape painter.
getPaintedArea() - Method in class org.apache.batik.gvt.MarkerShapePainter
Returns the area painted by this shape painter.
getPaintedArea() - Method in interface org.apache.batik.gvt.ShapePainter
Returns the area painted by this shape painter.
getPaintedArea() - Method in class org.apache.batik.gvt.StrokeShapePainter
Returns the area painted by this shape painter.
getPaintedBounds2D() - Method in class org.apache.batik.gvt.CompositeShapePainter
Returns the bounds of the area painted by this shape painter
getPaintedBounds2D() - Method in class org.apache.batik.gvt.FillShapePainter
Returns the bounds of the area painted by this shape painter
getPaintedBounds2D() - Method in class org.apache.batik.gvt.MarkerShapePainter
Returns the bounds of the area painted by this shape painter
getPaintedBounds2D() - Method in interface org.apache.batik.gvt.ShapePainter
Returns the bounds of the area painted by this shape painter
getPaintedBounds2D() - Method in class org.apache.batik.gvt.StrokeShapePainter
Returns the bounds of the area painted by this shape painter
getParent() - Method in class org.apache.batik.gvt.AbstractGraphicsNode
Returns the parent of this node or null if any.
getParent() - Method in interface org.apache.batik.gvt.GraphicsNode
Returns the parent of this node or null if any.
getPatternRect() - Method in class org.apache.batik.gvt.PatternPaint
Returns the pattern region.
getPatternTransform() - Method in class org.apache.batik.gvt.PatternPaint
Returns the additional transform of the pattern paint.
getPoint2D() - Method in class org.apache.batik.gvt.event.GraphicsNodeMouseEvent
Returns the (x, y) position of the event relative to the source node.
getPointerEventType() - Method in class org.apache.batik.gvt.AbstractGraphicsNode
Returns the type that describes how this graphics node reacts to events.
getPointerEventType() - Method in interface org.apache.batik.gvt.GraphicsNode
Returns the type that describes how this graphics node reacts to events.
getPosition() - Method in class org.apache.batik.gvt.font.Glyph
Returns the position of this glyph.
getPositionTransform() - Method in class org.apache.batik.gvt.CanvasGraphicsNode
 
getPreviousGraphicsNode(GraphicsNode) - Method in class org.apache.batik.gvt.GVTTreeWalker
 
getPreviousSibling() - Method in class org.apache.batik.gvt.GVTTreeWalker
Returns the next previous of the current GraphicsNode.
getPreviousSibling(GraphicsNode) - Static method in class org.apache.batik.gvt.GVTTreeWalker
 
getPrimitiveBounds() - Method in class org.apache.batik.gvt.CompositeGraphicsNode
Returns the bounds of the area covered by this node's primitive paint.
getPrimitiveBounds() - Method in interface org.apache.batik.gvt.GraphicsNode
Returns the bounds of the area covered by this node's primitive paint.
getPrimitiveBounds() - Method in class org.apache.batik.gvt.ImageNode
 
getPrimitiveBounds() - Method in class org.apache.batik.gvt.ProxyGraphicsNode
Returns the bounds of the area covered by this node's primitive paint.
getPrimitiveBounds() - Method in class org.apache.batik.gvt.RasterImageNode
Returns the bounds of the area covered by this node's primitive paint.
getPrimitiveBounds() - Method in class org.apache.batik.gvt.ShapeNode
Returns the bounds of the area covered by this node's primitive paint.
getRange() - Method in class org.apache.batik.gvt.flow.GlyphGroupInfo
 
getRaster(int, int, int, int) - Method in class org.apache.batik.gvt.PatternPaintContext
 
getRef() - Method in class org.apache.batik.gvt.Marker
Returns the reference point of this marker.
getRelatedNode() - Method in class org.apache.batik.gvt.event.GraphicsNodeMouseEvent
Returns the related node for this GraphicsNodeMouseEvent.
getRenderingHints() - Method in class org.apache.batik.gvt.AbstractGraphicsNode
Returns the rendering hints of this node or null if any.
getRenderingHints() - Method in interface org.apache.batik.gvt.GraphicsNode
Returns the rendering hints of this node or null if any.
getRenderingHints() - Method in interface org.apache.batik.gvt.renderer.ImageRenderer
Returns the rendering hints this ImageRenderer is using for its rendering.
getRenderingHints() - Method in class org.apache.batik.gvt.renderer.MacRenderer
 
getRenderingHints() - Method in class org.apache.batik.gvt.renderer.StaticRenderer
 
getRightMargin() - Method in class org.apache.batik.gvt.flow.BlockInfo
 
getRightMargin() - Method in class org.apache.batik.gvt.flow.MarginInfo
 
getRoot() - Method in class org.apache.batik.gvt.AbstractGraphicsNode
Returns the root of the GVT tree or null if the node is not part of a GVT tree.
getRoot() - Method in interface org.apache.batik.gvt.GraphicsNode
Returns the root of the GVT tree or null if the node is not part of a GVT tree.
getRoot() - Method in class org.apache.batik.gvt.GVTTreeWalker
Returns the root graphics node.
getRoot() - Method in class org.apache.batik.gvt.RootGraphicsNode
Returns the root of the GVT tree or null if the node is not part of a GVT tree.
getRootNode() - Method in class org.apache.batik.gvt.event.AWTEventDispatcher
Returns the root node for MouseEvent dispatch containment searches and field selections.
getRootNode() - Method in interface org.apache.batik.gvt.event.EventDispatcher
Returns the root node for MouseEvent dispatch containment searches and field selections.
getRSB() - Method in class org.apache.batik.gvt.font.GVTGlyphMetrics
Returns the right (bottom) side bearing of the glyph.
getRunLimit() - Method in class org.apache.batik.gvt.text.AttributedCharacterSpanIterator
Get the index of the first character following the run with respect to all attributes containing the current character.
getRunLimit(AttributedCharacterIterator.Attribute) - Method in class org.apache.batik.gvt.text.AttributedCharacterSpanIterator
Get the index of the first character following the run with respect to the given attribute containing the current character.
getRunLimit(Set) - Method in class org.apache.batik.gvt.text.AttributedCharacterSpanIterator
Get the index of the first character following the run with respect to the given attributes containing the current character.
getRunLimit() - Method in class org.apache.batik.gvt.text.BidiAttributedCharacterIterator
Get the index of the first character following the run with respect to all attributes containing the current character.
getRunLimit(AttributedCharacterIterator.Attribute) - Method in class org.apache.batik.gvt.text.BidiAttributedCharacterIterator
Get the index of the first character following the run with respect to the given attribute containing the current character.
getRunLimit(Set) - Method in class org.apache.batik.gvt.text.BidiAttributedCharacterIterator
Get the index of the first character following the run with respect to the given attributes containing the current character.
getRunLimit() - Method in class org.apache.batik.gvt.text.GVTACIImpl
Get the index of the first character following the run with respect to all attributes containing the current character.
getRunLimit(AttributedCharacterIterator.Attribute) - Method in class org.apache.batik.gvt.text.GVTACIImpl
Get the index of the first character following the run with respect to the given attribute containing the current character.
getRunLimit(Set) - Method in class org.apache.batik.gvt.text.GVTACIImpl
Get the index of the first character following the run with respect to the given attributes containing the current character.
getRunLimit() - Method in interface org.apache.batik.gvt.text.GVTAttributedCharacterIterator
Get the index of the first character following the run with respect to all attributes containing the current character.
getRunLimit(AttributedCharacterIterator.Attribute) - Method in interface org.apache.batik.gvt.text.GVTAttributedCharacterIterator
Get the index of the first character following the run with respect to the given attribute containing the current character.
getRunLimit(Set) - Method in interface org.apache.batik.gvt.text.GVTAttributedCharacterIterator
Get the index of the first character following the run with respect to the given attributes containing the current character.
getRunStart() - Method in class org.apache.batik.gvt.text.AttributedCharacterSpanIterator
Get the index of the first character of the run with respect to all attributes containing the current character.
getRunStart(AttributedCharacterIterator.Attribute) - Method in class org.apache.batik.gvt.text.AttributedCharacterSpanIterator
Get the index of the first character of the run with respect to the given attribute containing the current character.
getRunStart(Set) - Method in class org.apache.batik.gvt.text.AttributedCharacterSpanIterator
Get the index of the first character of the run with respect to the given attributes containing the current character.
getRunStart() - Method in class org.apache.batik.gvt.text.BidiAttributedCharacterIterator
Get the index of the first character of the run with respect to all attributes containing the current character.
getRunStart(AttributedCharacterIterator.Attribute) - Method in class org.apache.batik.gvt.text.BidiAttributedCharacterIterator
Get the index of the first character of the run with respect to the given attribute containing the current character.
getRunStart(Set) - Method in class org.apache.batik.gvt.text.BidiAttributedCharacterIterator
Get the index of the first character of the run with respect to the given attributes containing the current character.
getRunStart() - Method in class org.apache.batik.gvt.text.GVTACIImpl
Get the index of the first character of the run with respect to all attributes containing the current character.
getRunStart(AttributedCharacterIterator.Attribute) - Method in class org.apache.batik.gvt.text.GVTACIImpl
Get the index of the first character of the run with respect to the given attribute containing the current character.
getRunStart(Set) - Method in class org.apache.batik.gvt.text.GVTACIImpl
Get the index of the first character of the run with respect to the given attributes containing the current character.
getRunStart() - Method in interface org.apache.batik.gvt.text.GVTAttributedCharacterIterator
Get the index of the first character of the run with respect to all attributes containing the current character.
getRunStart(AttributedCharacterIterator.Attribute) - Method in interface org.apache.batik.gvt.text.GVTAttributedCharacterIterator
Get the index of the first character of the run with respect to the given attribute containing the current character.
getRunStart(Set) - Method in interface org.apache.batik.gvt.text.GVTAttributedCharacterIterator
Get the index of the first character of the run with respect to the given attributes containing the current character.
getScreenPoint() - Method in class org.apache.batik.gvt.event.GraphicsNodeMouseEvent
Returns the (x, y) position of the event relative to the screen.
getScreenX() - Method in class org.apache.batik.gvt.event.GraphicsNodeMouseEvent
Returns the horizontal x position of the event relative to the screen.
getScreenY() - Method in class org.apache.batik.gvt.event.GraphicsNodeMouseEvent
Returns the vertical y position of the event relative to the screen.
getSegmentTerminatingPoint(double[], int) - Method in class org.apache.batik.gvt.MarkerShapePainter
Extracts the terminating point, depending on the segment type.
getSelection() - Method in class org.apache.batik.gvt.event.SelectionEvent
Returns the selection associated with this event.
getSelection() - Method in interface org.apache.batik.gvt.Selectable
Get the current text selection.
getSelection() - Method in interface org.apache.batik.gvt.Selector
Get the contents of the current selection buffer.
getSensitiveArea() - Method in class org.apache.batik.gvt.CompositeShapePainter
Returns the area covered by this shape painter (even if nothing is painted there).
getSensitiveArea() - Method in class org.apache.batik.gvt.FillShapePainter
Returns the area covered by this shape painter (even if not painted).
getSensitiveArea() - Method in class org.apache.batik.gvt.MarkerShapePainter
Returns the area covered by this shape painter (even if not painted).
getSensitiveArea() - Method in class org.apache.batik.gvt.ShapeNode
Returns the shape that represents the sensitive area of this graphics node.
getSensitiveArea() - Method in interface org.apache.batik.gvt.ShapePainter
Returns the area covered by this shape painter (even if nothing is painted there).
getSensitiveArea() - Method in class org.apache.batik.gvt.StrokeShapePainter
Returns the area covered by this shape painter (even if not painted).
getSensitiveBounds() - Method in class org.apache.batik.gvt.CompositeGraphicsNode
Returns the bounds of the sensitive area covered by this node, This includes the stroked area but does not include the effects of clipping, masking or filtering.
getSensitiveBounds() - Method in interface org.apache.batik.gvt.GraphicsNode
Returns the bounds of the sensitive area covered by this node, This includes the stroked area but does not include the effects of clipping, masking or filtering.
getSensitiveBounds() - Method in class org.apache.batik.gvt.ProxyGraphicsNode
Returns the bounds of the sensitive area covered by this node, This includes the stroked area but does not include the effects of clipping, masking or filtering.
getSensitiveBounds() - Method in class org.apache.batik.gvt.RasterImageNode
Returns the bounds of the sensitive area covered by this node, This includes the stroked area but does not include the effects of clipping, masking or filtering.
getSensitiveBounds() - Method in class org.apache.batik.gvt.ShapeNode
Returns the bounds of the sensitive area covered by this node, This includes the stroked area but does not include the effects of clipping, masking or filtering.
getSensitiveBounds2D() - Method in class org.apache.batik.gvt.CompositeShapePainter
Returns the bounds of the area painted by this shape painter
getSensitiveBounds2D() - Method in class org.apache.batik.gvt.FillShapePainter
Returns the bounds of the area covered by this shape painte (even if not painted).
getSensitiveBounds2D() - Method in class org.apache.batik.gvt.MarkerShapePainter
Returns the bounds of the area covered by this shape painte (even if not painted).
getSensitiveBounds2D() - Method in interface org.apache.batik.gvt.ShapePainter
Returns the bounds of the area covered by this shape painter (even if nothing is painted there).
getSensitiveBounds2D() - Method in class org.apache.batik.gvt.StrokeShapePainter
Returns the bounds of the area covered by this shape painter (even if not painted).
getShape() - Method in class org.apache.batik.gvt.CompositeShapePainter
Gets the Shape this shape painter is associated with.
getShape() - Method in class org.apache.batik.gvt.FillShapePainter
Gets the Shape this shape painter is associated with.
getShape() - Method in class org.apache.batik.gvt.flow.RegionInfo
Returns the flow region shape.
getShape() - Method in class org.apache.batik.gvt.MarkerShapePainter
Gets the Shape this shape painter is associated with.
getShape() - Method in class org.apache.batik.gvt.ShapeNode
Returns the shape of this ShapeNode.
getShape() - Method in interface org.apache.batik.gvt.ShapePainter
Gets the shape this shape painter is associated with.
getShape() - Method in class org.apache.batik.gvt.StrokeShapePainter
Gets the Shape this shape painter is associated with.
getShapePainter(int) - Method in class org.apache.batik.gvt.CompositeShapePainter
Returns the shape painter at the specified index.
getShapePainter() - Method in class org.apache.batik.gvt.ShapeNode
Returns the ShapePainter used by this shape node to render its shape.
getShapePainterCount() - Method in class org.apache.batik.gvt.CompositeShapePainter
Returns the number of shape painter of this composite shape painter.
getSize() - Method in class org.apache.batik.gvt.font.AWTGVTFont
Returns the size of this font.
getSize() - Method in interface org.apache.batik.gvt.font.GVTFont
Returns the size of this font.
getSource() - Method in interface org.apache.batik.gvt.filter.Mask
This returns the current image being masked by the mask node.
getSource() - Method in class org.apache.batik.gvt.filter.MaskRable8Bit
This returns the current image being masked by the mask node.
getSource() - Method in class org.apache.batik.gvt.ProxyGraphicsNode
Returns the proxied graphics node.
getStart() - Method in class org.apache.batik.gvt.flow.GlyphGroupInfo
get the start glyph index for this glyph group.
getStartMarker() - Method in class org.apache.batik.gvt.MarkerShapePainter
Returns the marker that shall be drawn at the first vertex of the given shape.
getStartOffset() - Method in class org.apache.batik.gvt.text.TextPath
Returns the start offset of this text path.
getStrikethroughOffset() - Method in class org.apache.batik.gvt.font.GVTLineMetrics
Returns the position of the strike-through line relative to the baseline.
getStrikethroughPosition() - Method in class org.apache.batik.gvt.font.GVTFontFace
Returns the position of the strikethrough decoration.
getStrikethroughThickness() - Method in class org.apache.batik.gvt.font.GVTFontFace
Returns the stroke thickness to use when drawing a strikethrough.
getStrikethroughThickness() - Method in class org.apache.batik.gvt.font.GVTLineMetrics
Returns the thickness of the strike-through line.
getStroke() - Method in class org.apache.batik.gvt.StrokeShapePainter
Gets the stroke used to draw the outline of the shape.
getSubstituteChar(char, char, int) - Static method in class org.apache.batik.gvt.text.ArabicTextHandler
Will try and find a substitute character of the specified form.
getSubstituteChar(char, int) - Static method in class org.apache.batik.gvt.text.ArabicTextHandler
 
getTextAlignment() - Method in class org.apache.batik.gvt.flow.BlockInfo
 
getTextAlignment() - Method in class org.apache.batik.gvt.flow.MarginInfo
 
getTopMargin() - Method in class org.apache.batik.gvt.flow.BlockInfo
 
getTopMargin() - Method in class org.apache.batik.gvt.flow.MarginInfo
 
getTransform() - Method in class org.apache.batik.gvt.AbstractGraphicsNode
Returns the transform of this node or null if any.
getTransform() - Method in class org.apache.batik.gvt.font.Glyph
Returns the glpyh's transform.
getTransform() - Method in interface org.apache.batik.gvt.GraphicsNode
Returns the transform of this node or null if any.
getTransform() - Method in interface org.apache.batik.gvt.renderer.ImageRenderer
Returns the transform from the current user space (as defined by the top node of the GVT tree) to the device space.
getTransform() - Method in class org.apache.batik.gvt.renderer.MacRenderer
Returns the transform from the current user space (as defined by the top node of the GVT tree) to the device space.
getTransform() - Method in interface org.apache.batik.gvt.renderer.Renderer
Returns a copy of the transform from the current user space (as defined by the top node of the GVT tree) to the device space (1 unit = 1/72nd of an inch / 1 pixel, roughly speaking
getTransform() - Method in class org.apache.batik.gvt.renderer.StaticRenderer
Returns the transform from the current user space (as defined by the top node of the GVT tree) to the device space.
getTransformedBBox(Rectangle2D, AffineTransform) - Static method in class org.apache.batik.gvt.CompositeGraphicsNode
Transforms a Rectangle 2D by an affine transform.
getTransformedBounds(AffineTransform) - Method in class org.apache.batik.gvt.AbstractGraphicsNode
Returns the bounds of this node after applying the input transform (if any), concatenated with this node's transform (if any).
getTransformedBounds(AffineTransform) - Method in interface org.apache.batik.gvt.GraphicsNode
Returns the bounds of this node after applying the input transform (if any), concatenated with this node's transform (if any).
getTransformedGeometryBounds(AffineTransform) - Method in class org.apache.batik.gvt.AbstractGraphicsNode
Returns the bounds of the area covered by this node, without taking any of its rendering attribute into accoun.
getTransformedGeometryBounds(AffineTransform) - Method in class org.apache.batik.gvt.CompositeGraphicsNode
Returns the bounds of the area covered by this node, without taking any of its rendering attribute into accoun.
getTransformedGeometryBounds(AffineTransform) - Method in interface org.apache.batik.gvt.GraphicsNode
Returns the bounds of the area covered by this node, without taking any of its rendering attribute into accoun.
getTransformedGeometryBounds(AffineTransform) - Method in class org.apache.batik.gvt.ProxyGraphicsNode
Returns the bounds of the sensitive area covered by this node, This includes the stroked area but does not include the effects of clipping, masking or filtering.
getTransformedPrimitiveBounds(AffineTransform) - Method in class org.apache.batik.gvt.AbstractGraphicsNode
Returns the bounds of this node's primitivePaint after applying the input transform (if any), concatenated with this node's transform (if any).
getTransformedPrimitiveBounds(AffineTransform) - Method in class org.apache.batik.gvt.CompositeGraphicsNode
Returns the bounds of this node's primitivePaint after applying the input transform (if any), concatenated with this node's transform (if any).
getTransformedPrimitiveBounds(AffineTransform) - Method in interface org.apache.batik.gvt.GraphicsNode
Returns the bounds of this node's primitivePaint after applying the input transform (if any), concatenated with this node's transform (if any).
getTransformedPrimitiveBounds(AffineTransform) - Method in class org.apache.batik.gvt.ProxyGraphicsNode
Returns the bounds of this node's primitivePaint after applying the input transform (if any), concatenated with this node's transform (if any).
getTransformedSensitiveBounds(AffineTransform) - Method in class org.apache.batik.gvt.AbstractGraphicsNode
Returns the bounds of the sensitive area covered by this node, This includes the stroked area but does not include the effects of clipping, masking or filtering.
getTransformedSensitiveBounds(AffineTransform) - Method in class org.apache.batik.gvt.CompositeGraphicsNode
Returns the bounds of the sensitive area covered by this node, This includes the stroked area but does not include the effects of clipping, masking or filtering.
getTransformedSensitiveBounds(AffineTransform) - Method in interface org.apache.batik.gvt.GraphicsNode
Returns the bounds of the sensitive area covered by this node, This includes the stroked area but does not include the effects of clipping, masking or filtering.
getTransparency() - Method in class org.apache.batik.gvt.PatternPaint
Returns the transparency mode for this pattern paint.
getTree() - Method in class org.apache.batik.gvt.renderer.MacRenderer
Returns the GVT tree associated with this renderer
getTree() - Method in interface org.apache.batik.gvt.renderer.Renderer
Returns the GVT tree associated with this renderer
getTree() - Method in class org.apache.batik.gvt.renderer.StaticRenderer
 
getTreeGraphicsNodeChangeListeners() - Method in class org.apache.batik.gvt.RootGraphicsNode
 
getType() - Method in class org.apache.batik.gvt.font.GVTGlyphMetrics
Returns the raw glyph type code.
getUnderlineOffset() - Method in class org.apache.batik.gvt.font.GVTLineMetrics
Returns the position of the underline relative to the baseline.
getUnderlinePosition() - Method in class org.apache.batik.gvt.font.GVTFontFace
Returns the position of the underline decoration.
getUnderlineThickness() - Method in class org.apache.batik.gvt.font.GVTFontFace
Returns the stroke thickness to use when drawing a underline.
getUnderlineThickness() - Method in class org.apache.batik.gvt.font.GVTLineMetrics
Returns the thickness of the underline.
getUnicode() - Method in class org.apache.batik.gvt.font.Glyph
Returns the unicode char or chars this glyph represents.
getUnitsPerEm() - Method in class org.apache.batik.gvt.font.GVTFontFace
The number of coordinate units on the em square for this font.
getUsePrimitivePaint() - Method in interface org.apache.batik.gvt.filter.GraphicsNodeRable
Returns true if this Rable get's it's contents by calling primitivePaint on the associated GraphicsNode or false if it uses paint.
getUsePrimitivePaint() - Method in class org.apache.batik.gvt.filter.GraphicsNodeRable8Bit
Returns true if this Rable get's it's contents by calling primitivePaint on the associated GraphicsNode or false if it uses paint.
getUsr2Dev() - Method in class org.apache.batik.gvt.PatternPaintContext
 
getVertAdvY() - Method in class org.apache.batik.gvt.font.Glyph
Returns the vertical advance value.
getVerticalAdvance() - Method in class org.apache.batik.gvt.font.GVTGlyphMetrics
Returns the vertical advance of the glyph.
getVerticalAlignment() - Method in class org.apache.batik.gvt.flow.RegionInfo
Gets the vertical alignment for this flow region.
getVertOrigin() - Method in class org.apache.batik.gvt.font.Glyph
Returns the vertical origin of this glyph.
getViewingTransform() - Method in class org.apache.batik.gvt.CanvasGraphicsNode
 
getVKern(int, int) - Method in class org.apache.batik.gvt.font.AWTGVTFont
Returns the vertical kerning value for this glyph pair.
getVKern(int, int) - Method in interface org.apache.batik.gvt.font.GVTFont
Returns the horizontal kerning value of this glyph pair.
getWeakReference() - Method in class org.apache.batik.gvt.AbstractGraphicsNode
Returns a canonical WeakReference to this GraphicsNode.
getWeakReference() - Method in interface org.apache.batik.gvt.GraphicsNode
Returns a canonical WeakReference to this GraphicsNode.
getWheelDelta() - Method in class org.apache.batik.gvt.event.GraphicsNodeMouseWheelEvent
Returns the number of clicks the wheel has been moved.
getWhen() - Method in class org.apache.batik.gvt.event.GraphicsNodeInputEvent
Returns the timestamp of when this event occurred.
getX() - Method in class org.apache.batik.gvt.event.GraphicsNodeMouseEvent
Returns the horizontal x position of the event relative to the source graphics node.
getY() - Method in class org.apache.batik.gvt.event.GraphicsNodeMouseEvent
Returns the vertical y position of the event relative to the source node.
glisteners - Variable in class org.apache.batik.gvt.event.AWTEventDispatcher
The global listener list.
Glyph - Class in org.apache.batik.gvt.font
A Glyph describes a graphics node with some specific glyph rendering attributes.
Glyph(String, List, String, String, String, Point2D, Point2D, float, float, int, TextPaintInfo, Shape, GraphicsNode) - Constructor for class org.apache.batik.gvt.font.Glyph
Constructs a Glyph with the specified parameters.
GlyphGroupInfo - Class in org.apache.batik.gvt.flow
One line Class Desc Complete Class Desc
GlyphGroupInfo(GVTGlyphVector, int, int, boolean[], boolean, float[], float[], float[], boolean[]) - Constructor for class org.apache.batik.gvt.flow.GlyphGroupInfo
 
gmB - Variable in class org.apache.batik.gvt.font.AWTGlyphGeometryCache.Value
 
gotoY(double) - Method in class org.apache.batik.gvt.flow.FlowRegions
 
gotoY(double) - Method in class org.apache.batik.gvt.flow.LineInfo
 
GraphicsNode - Interface in org.apache.batik.gvt
The base class for all graphics nodes.
GraphicsNodeChangeAdapter - Class in org.apache.batik.gvt.event
An abstract adapter class for receiving graphics node change events.
GraphicsNodeChangeAdapter() - Constructor for class org.apache.batik.gvt.event.GraphicsNodeChangeAdapter
 
GraphicsNodeChangeEvent - Class in org.apache.batik.gvt.event
An event which indicates that a change action occurred on a graphics node.
GraphicsNodeChangeEvent(GraphicsNode, int) - Constructor for class org.apache.batik.gvt.event.GraphicsNodeChangeEvent
Constructs a new graphics node event with the specified source and ID.
GraphicsNodeChangeListener - Interface in org.apache.batik.gvt.event
The interface for listening to changes on graphics nodes.
GraphicsNodeEvent - Class in org.apache.batik.gvt.event
A low-level event for GraphicsNode.
GraphicsNodeEvent(GraphicsNode, int) - Constructor for class org.apache.batik.gvt.event.GraphicsNodeEvent
Constructs a new graphics node event with the specified source and ID.
GraphicsNodeFocusEvent - Class in org.apache.batik.gvt.event
A low-level event which indicates that a graphics node has gained or lost the keyboard focus.
GraphicsNodeFocusEvent(GraphicsNode, int) - Constructor for class org.apache.batik.gvt.event.GraphicsNodeFocusEvent
Constructs a new graphics node focus event.
GraphicsNodeFocusListener - Interface in org.apache.batik.gvt.event
The listener interface for receiving keyboard focus events on a graphics node.
GraphicsNodeInputEvent - Class in org.apache.batik.gvt.event
The root event class for all graphics node-level input events.
GraphicsNodeInputEvent(GraphicsNode, int, long, int, int) - Constructor for class org.apache.batik.gvt.event.GraphicsNodeInputEvent
Constructs a new graphics node input event.
GraphicsNodeInputEvent(GraphicsNode, InputEvent, int) - Constructor for class org.apache.batik.gvt.event.GraphicsNodeInputEvent
Constructs a new graphics node input event from an AWT InputEvent.
GraphicsNodeKeyAdapter - Class in org.apache.batik.gvt.event
An abstract adapter class for receiving graphics node key events.
GraphicsNodeKeyAdapter() - Constructor for class org.apache.batik.gvt.event.GraphicsNodeKeyAdapter
 
GraphicsNodeKeyEvent - Class in org.apache.batik.gvt.event
An event which indicates that a keystroke occurred in a graphics node.
GraphicsNodeKeyEvent(GraphicsNode, int, long, int, int, int, char, int) - Constructor for class org.apache.batik.gvt.event.GraphicsNodeKeyEvent
Constructs a new graphics node key event.
GraphicsNodeKeyListener - Interface in org.apache.batik.gvt.event
The listener interface for receiving graphics node key events.
GraphicsNodeMouseAdapter - Class in org.apache.batik.gvt.event
An abstract adapter class for receiving graphics node mouse events.
GraphicsNodeMouseAdapter() - Constructor for class org.apache.batik.gvt.event.GraphicsNodeMouseAdapter
 
GraphicsNodeMouseEvent - Class in org.apache.batik.gvt.event
An event which indicates that a mouse action occurred in a graphics node.
GraphicsNodeMouseEvent(GraphicsNode, int, long, int, int, int, float, float, int, int, int, int, int, GraphicsNode) - Constructor for class org.apache.batik.gvt.event.GraphicsNodeMouseEvent
Constructs a new graphics node mouse event.
GraphicsNodeMouseEvent(GraphicsNode, MouseEvent, int, int) - Constructor for class org.apache.batik.gvt.event.GraphicsNodeMouseEvent
Constructs a new graphics node mouse event from an AWT MouseEvent.
GraphicsNodeMouseListener - Interface in org.apache.batik.gvt.event
The listener interface for receiving graphics node mouse events.
GraphicsNodeMouseWheelEvent - Class in org.apache.batik.gvt.event
An event which indicates that a mouse whwel action occurred in a graphics node.
GraphicsNodeMouseWheelEvent(GraphicsNode, int, long, int, int, int) - Constructor for class org.apache.batik.gvt.event.GraphicsNodeMouseWheelEvent
Constructs a new graphics node mouse wheel event.
GraphicsNodeMouseWheelListener - Interface in org.apache.batik.gvt.event
The listener interface for receiving graphics node mouse wheel events.
graphicsNodeRable - Variable in class org.apache.batik.gvt.AbstractGraphicsNode
The GraphicsNodeRable for this node.
GraphicsNodeRable - Interface in org.apache.batik.gvt.filter
This interface allows GraphicsNode to be seen as RenderableImages, which can be used for operations such as filtering, masking or compositing.
GraphicsNodeRable8Bit - Class in org.apache.batik.gvt.filter
This implementation of RenderableImage will render its input GraphicsNode into a BufferedImage upon invokation of one of its createRendering methods.
GraphicsNodeRable8Bit(GraphicsNode) - Constructor for class org.apache.batik.gvt.filter.GraphicsNodeRable8Bit
 
GraphicsNodeRable8Bit(GraphicsNode, Map) - Constructor for class org.apache.batik.gvt.filter.GraphicsNodeRable8Bit
 
GraphicsNodeRable8Bit(GraphicsNode, boolean) - Constructor for class org.apache.batik.gvt.filter.GraphicsNodeRable8Bit
 
GraphicsNodeRableFactory - Interface in org.apache.batik.gvt.filter
This interface lets GraphicsNode create instances of GraphicsNodeRable appropriate for the filter module implementation.
GraphicsNodeRed8Bit - Class in org.apache.batik.gvt.filter
This implementation of RenderableImage will render its input GraphicsNode on demand for tiles.
GraphicsNodeRed8Bit(GraphicsNode, AffineTransform, boolean, RenderingHints) - Constructor for class org.apache.batik.gvt.filter.GraphicsNodeRed8Bit
 
GVT_FONT - Static variable in class org.apache.batik.gvt.text.GVTAttributedCharacterIterator.TextAttribute
 
GVT_FONT_FAMILIES - Static variable in class org.apache.batik.gvt.text.GVTAttributedCharacterIterator.TextAttribute
 
GVT_FONTS - Static variable in class org.apache.batik.gvt.text.GVTAttributedCharacterIterator.TextAttribute
 
GVTACIImpl - Class in org.apache.batik.gvt.text
GVTACIImpl Used to implement SVG <tspan> and <text> attributes.
GVTACIImpl() - Constructor for class org.apache.batik.gvt.text.GVTACIImpl
Constructs a new GVTAttributedCharacterIterator with no attributes and a null string.
GVTACIImpl(AttributedCharacterIterator) - Constructor for class org.apache.batik.gvt.text.GVTACIImpl
Constructs a GVTACIImpl whose contents are equivalent to those of aci.
GVTACIImpl.TransformAttributeFilter - Class in org.apache.batik.gvt.text
AttributeFilter which converts (extended) location attributes SVGAttributedCharacterIterator.TextAttribute.X, TextAttribute.Y, TextAttribute.ROTATE attributes to TextAttribute.TRANSFORM attributes.
GVTAttributedCharacterIterator - Interface in org.apache.batik.gvt.text
GVTAttributedCharacterIterator Used to implement SVG <tspan> and <text> attributes.
GVTAttributedCharacterIterator.AttributeFilter - Interface in org.apache.batik.gvt.text
Interface for helper class which mutates the attributes of an AttributedCharacterIterator.
GVTAttributedCharacterIterator.TextAttribute - Class in org.apache.batik.gvt.text
Attribute keys that identify SVG text attributes.
GVTFont - Interface in org.apache.batik.gvt.font
An interface for all GVT font classes.
GVTFontFace - Class in org.apache.batik.gvt.font
One line Class Desc Complete Class Desc
GVTFontFace(String, float, String, String, String, String, float, String, float, float, float, float, float, float, float, float) - Constructor for class org.apache.batik.gvt.font.GVTFontFace
Constructes an GVTFontFace with the specfied font-face attributes.
GVTFontFace(String) - Constructor for class org.apache.batik.gvt.font.GVTFontFace
Constructs an SVGFontFace with default values for all the font-face attributes other than familyName
GVTFontFamily - Interface in org.apache.batik.gvt.font
An interface for all font family classes.
GVTGlyphMetrics - Class in org.apache.batik.gvt.font
GVTGlyphMetrics is essentially a wrapper class for java.awt.font.GlyphMetrics with the addition of horizontal and vertical advance values.
GVTGlyphMetrics(GlyphMetrics, float) - Constructor for class org.apache.batik.gvt.font.GVTGlyphMetrics
Constructs a new GVTGlyphMetrics object based upon the specified GlyphMetrics object and an additional vertical advance value.
GVTGlyphMetrics(float, float, Rectangle2D, byte) - Constructor for class org.apache.batik.gvt.font.GVTGlyphMetrics
Constructs a new GVTGlyphMetrics object using the specified parameters.
GVTGlyphVector - Interface in org.apache.batik.gvt.font
An interface for all GVT GlyphVector classes.
GVTLineMetrics - Class in org.apache.batik.gvt.font
GVTLineMetrics is a GVT version of java.awt.font.LineMetrics.
GVTLineMetrics(LineMetrics) - Constructor for class org.apache.batik.gvt.font.GVTLineMetrics
Constructs a GVTLineMetrics object based on the specified line metrics.
GVTLineMetrics(LineMetrics, float) - Constructor for class org.apache.batik.gvt.font.GVTLineMetrics
Constructs a GVTLineMetrics object based on the specified line metrics with a scale factor applied.
GVTLineMetrics(float, int, float[], float, float, float, int, float, float, float, float, float, float) - Constructor for class org.apache.batik.gvt.font.GVTLineMetrics
Constructs a GVTLineMetrics object with the specified attributes.
gvtRoot - Variable in class org.apache.batik.gvt.GVTTreeWalker
The GVT root into which text is searched.
GVTTreeWalker - Class in org.apache.batik.gvt
GVTTreeWalker objects are used to navigate a GVT tree or subtree.
GVTTreeWalker(GraphicsNode) - Constructor for class org.apache.batik.gvt.GVTTreeWalker
Constructs a new GVTTreeWalker.

H

hasChanged() - Method in class org.apache.batik.gvt.UpdateTracker
Tells whether the GVT tree has changed.
hasFamilyName(String) - Method in class org.apache.batik.gvt.font.GVTFontFace
 
hash - Variable in class org.apache.batik.gvt.font.AWTGlyphGeometryCache.Entry
The hash code
hashCode(char) - Method in class org.apache.batik.gvt.font.AWTGlyphGeometryCache
Computes a hash code corresponding to the given objects.
hasSubstitute(char, char) - Static method in class org.apache.batik.gvt.text.ArabicTextHandler
 
height - Variable in class org.apache.batik.gvt.font.GVTLineMetrics
 
highlightShape - Variable in class org.apache.batik.gvt.event.SelectionEvent
The shape enclosing the selection
hints - Variable in class org.apache.batik.gvt.AbstractGraphicsNode
The rendering hints that control the quality to use when rendering this graphics node.
hitCheckChildren - Variable in class org.apache.batik.gvt.ImageNode
 
HORIZONTAL_ORIENTATION_ANGLE - Static variable in class org.apache.batik.gvt.text.GVTAttributedCharacterIterator.TextAttribute
 

I

id - Variable in class org.apache.batik.gvt.event.GraphicsNodeEvent
The ID of this event.
id - Variable in class org.apache.batik.gvt.event.SelectionEvent
The event type of the current selection event
IDENTITY - Static variable in interface org.apache.batik.gvt.GraphicsNode
The identity affine transform matrix used to draw renderable images.
image - Variable in class org.apache.batik.gvt.RasterImageNode
The renderable image that represents this image node.
IMAGE_TYPE - Static variable in class org.apache.batik.gvt.renderer.MacRenderer
 
ImageNode - Class in org.apache.batik.gvt
A graphics node that represents an image described as a graphics node.
ImageNode() - Constructor for class org.apache.batik.gvt.ImageNode
Constructs a new empty ImageNode.
ImageRenderer - Interface in org.apache.batik.gvt.renderer
Interface for GVT Renderers that render into raster images.
ImageRendererFactory - Interface in org.apache.batik.gvt.renderer
Interface for a factory of ImageRenderers
indent - Variable in class org.apache.batik.gvt.flow.BlockInfo
 
indent - Variable in class org.apache.batik.gvt.flow.MarginInfo
 
indexOf(Object) - Method in class org.apache.batik.gvt.CompositeGraphicsNode
Returns the index in the children list of the specified graphics node or -1 if the children list does not contain this graphics node.
INITIAL_CAPACITY - Static variable in class org.apache.batik.gvt.font.AWTGlyphGeometryCache
The initial capacity
initLineInfo(FontRenderContext) - Method in class org.apache.batik.gvt.flow.BlockInfo
 
inPaintedArea(Point2D) - Method in class org.apache.batik.gvt.CompositeShapePainter
Returns true if pt is in the area painted by this shape painter
inPaintedArea(Point2D) - Method in class org.apache.batik.gvt.FillShapePainter
Returns true if pt is in the area painted by this shape painter
inPaintedArea(Point2D) - Method in class org.apache.batik.gvt.MarkerShapePainter
Returns true if pt is in the area painted by this shape painter
inPaintedArea(Point2D) - Method in interface org.apache.batik.gvt.ShapePainter
Returns true if pt is in the painted area.
inPaintedArea(Point2D) - Method in class org.apache.batik.gvt.StrokeShapePainter
Returns the bounds of the area covered by this shape painter
inSensitiveArea(Point2D) - Method in class org.apache.batik.gvt.CompositeShapePainter
Returns true if pt is in the area painted by this shape painter
inSensitiveArea(Point2D) - Method in class org.apache.batik.gvt.FillShapePainter
Returns true if pt is in the area painted by this shape painter
inSensitiveArea(Point2D) - Method in class org.apache.batik.gvt.MarkerShapePainter
Returns true if pt is in the sensitive area.
inSensitiveArea(Point2D) - Method in class org.apache.batik.gvt.ShapeNode
 
inSensitiveArea(Point2D) - Method in interface org.apache.batik.gvt.ShapePainter
Returns true if pt is in the sensitive area.
inSensitiveArea(Point2D) - Method in class org.apache.batik.gvt.StrokeShapePainter
Returns the bounds of the area covered by this shape painter (even if not painted).
insertWord(WordInfo) - Method in class org.apache.batik.gvt.flow.LineInfo
 
intersects(Rectangle2D) - Method in class org.apache.batik.gvt.AbstractGraphicsNode
Returns true if the interior of this node intersects the interior of a specified Rectangle2D, false otherwise.
intersects(Rectangle2D) - Method in interface org.apache.batik.gvt.GraphicsNode
Returns true if the interior of this node intersects the interior of a specified Rectangle2D, false otherwise.
intersects(Rectangle2D) - Method in class org.apache.batik.gvt.ShapeNode
Returns true if the interior of this node intersects the interior of a specified Rectangle2D, false otherwise.
invalidateGeometryCache() - Method in class org.apache.batik.gvt.AbstractGraphicsNode
Invalidates the cached geometric bounds.
invalidateGeometryCache() - Method in class org.apache.batik.gvt.CompositeGraphicsNode
Invalidates the cached geometric bounds.
invalidateGeometryCache() - Method in class org.apache.batik.gvt.ShapeNode
Invalidates this ShapeNode.
inverseTransform - Variable in class org.apache.batik.gvt.AbstractGraphicsNode
The inverse transform for this node, i.e., from parent node to this node.
isAltDown() - Method in class org.apache.batik.gvt.event.GraphicsNodeInputEvent
Returns whether or not the Alt modifier is down on this event.
isAltGraphDown() - Method in class org.apache.batik.gvt.event.GraphicsNodeInputEvent
Returns whether or not the Alt-Graph modifier is down on this event.
isAntialiasedClip(AffineTransform, RenderingHints, Shape) - Method in class org.apache.batik.gvt.AbstractGraphicsNode
Returns true if there is a clip and it should be antialiased
isCombining() - Method in class org.apache.batik.gvt.font.GVTGlyphMetrics
Returns true if this is a combining glyph.
isComplex() - Method in class org.apache.batik.gvt.font.AWTFontFamily
 
isComplex() - Method in interface org.apache.batik.gvt.font.GVTFontFamily
This method returns true iff the font is a complex SVG font
isComplex() - Method in class org.apache.batik.gvt.font.UnresolvedFontFamily
 
isComponent() - Method in class org.apache.batik.gvt.font.GVTGlyphMetrics
Returns true if this is a component glyph.
isConsumed() - Method in class org.apache.batik.gvt.event.GraphicsNodeEvent
Returns whether or not this event has been consumed.
isControlDown() - Method in class org.apache.batik.gvt.event.GraphicsNodeInputEvent
Returns whether or not the Control modifier is down on this event.
isDoubleBuffered - Variable in class org.apache.batik.gvt.renderer.MacRenderer
 
isDoubleBuffered() - Method in class org.apache.batik.gvt.renderer.MacRenderer
Returns true if the Renderer is currently doubleBuffering is rendering requests.
isDoubleBuffered() - Method in interface org.apache.batik.gvt.renderer.Renderer
Returns true if the Renderer is currently doubleBuffering is rendering requests.
isDoubleBuffered - Variable in class org.apache.batik.gvt.renderer.StaticRenderer
Flag for double buffering.
isDoubleBuffered() - Method in class org.apache.batik.gvt.renderer.StaticRenderer
Returns true if the Renderer is currently doubleBuffering is rendering requests.
isDynamic() - Method in class org.apache.batik.gvt.filter.BackgroundRable8Bit
Returns true if successive renderings (that is, calls to createRendering() or createScaledRendering()) with the same arguments may produce different results.
isDynamic() - Method in class org.apache.batik.gvt.filter.GraphicsNodeRable8Bit
Returns true if successive renderings (that is, calls to createRendering() or createScaledRendering()) with the same arguments may produce different results.
isEmpty() - Method in class org.apache.batik.gvt.CompositeGraphicsNode
Returns true if this composite graphics node does not contain graphics node, false otherwise.
isEmpty() - Method in interface org.apache.batik.gvt.Selector
Reports whether the current selection contains any objects.
isFlowRegionBreak() - Method in class org.apache.batik.gvt.flow.BlockInfo
 
isFlowRegionBreak() - Method in class org.apache.batik.gvt.flow.MarginInfo
 
isFontSizeRelative() - Method in class org.apache.batik.gvt.flow.MarginInfo
 
isGlyphVisible(int) - Method in class org.apache.batik.gvt.font.AWTGVTGlyphVector
Returns true if specified glyph will be rendered.
isGlyphVisible(int) - Method in interface org.apache.batik.gvt.font.GVTGlyphVector
Returns true if specified glyph will be drawn.
isGlyphVisible(int) - Method in class org.apache.batik.gvt.font.MultiGlyphVector
Returns true if specified glyph will be drawn.
isGlyphVisible(int) - Method in class org.apache.batik.gvt.font.SVGGVTGlyphVector
Returns true if specified glyph will be rendered.
isLigature() - Method in class org.apache.batik.gvt.font.GVTGlyphMetrics
Returns true if this is a ligature glyph.
isLigature(char) - Static method in class org.apache.batik.gvt.text.ArabicTextHandler
Returns true if the glyph for the specified character respresents a ligature.
isMetaDown(int) - Static method in class org.apache.batik.gvt.event.AWTEventDispatcher
Returns whether the meta key is down according to the given modifiers bitfield.
isMetaDown() - Method in class org.apache.batik.gvt.event.GraphicsNodeInputEvent
Returns whether or not the Meta modifier is down on this event.
isNodeDecrementEvent(InputEvent) - Method in class org.apache.batik.gvt.event.AWTEventDispatcher
Returns true if the input event e is a node decrement event, false otherwise.
isNodeIncrementEvent(InputEvent) - Method in class org.apache.batik.gvt.event.AWTEventDispatcher
Returns true if the input event e is a node increment event, false otherwise.
isOffscreenBufferNeeded() - Method in class org.apache.batik.gvt.AbstractGraphicsNode
Returns true of an offscreen buffer is needed to render this node, false otherwise.
isReversed() - Method in class org.apache.batik.gvt.font.AWTGVTGlyphVector
 
isReversed() - Method in interface org.apache.batik.gvt.font.GVTGlyphVector
Return true if glyphs have been reversed.
isReversed() - Method in class org.apache.batik.gvt.font.MultiGlyphVector
 
isReversed() - Method in class org.apache.batik.gvt.font.SVGGVTGlyphVector
 
isShiftDown() - Method in class org.apache.batik.gvt.event.GraphicsNodeInputEvent
Returns whether or not the Shift modifier is down on this event.
isStandard() - Method in class org.apache.batik.gvt.font.GVTGlyphMetrics
Returns true if this is a standard glyph.
isVisible - Variable in class org.apache.batik.gvt.AbstractGraphicsNode
This flag bit indicates whether or not this graphics node is visible.
isVisible() - Method in class org.apache.batik.gvt.AbstractGraphicsNode
Returns true if this node is visible, false otherwise.
isVisible() - Method in interface org.apache.batik.gvt.GraphicsNode
Returns true if this node is visible, false otherwise.
isWhitespace() - Method in class org.apache.batik.gvt.font.GVTGlyphMetrics
Returns true if this is a whitespace glyph.
iterator() - Method in class org.apache.batik.gvt.CompositeGraphicsNode
Returns an iterator over the children of this graphics node.

K

KANA_LOCK_MASK - Static variable in class org.apache.batik.gvt.event.GraphicsNodeInputEvent
The kana lock constant.
Kern - Class in org.apache.batik.gvt.font
The Kern class describes an entry in the "kerning table".
Kern(int[], int[], UnicodeRange[], UnicodeRange[], float) - Constructor for class org.apache.batik.gvt.font.Kern
Creates a Kern object with the given glyph arrays and kerning value.
KERNING - Static variable in class org.apache.batik.gvt.text.GVTAttributedCharacterIterator.TextAttribute
User-specified inter-glyph kerning value.
KerningTable - Class in org.apache.batik.gvt.font
The KerningTable class holds a kerning table (a collection of Kern elements).
KerningTable(Kern[]) - Constructor for class org.apache.batik.gvt.font.KerningTable
Creates a KerningTable from an array of Kern entries.
KEY_PRESSED - Static variable in class org.apache.batik.gvt.event.GraphicsNodeKeyEvent
The "key pressed" event.
KEY_RELEASED - Static variable in class org.apache.batik.gvt.event.GraphicsNodeKeyEvent
The "key released" event.
KEY_TYPED - Static variable in class org.apache.batik.gvt.event.GraphicsNodeKeyEvent
The "key typed" event.
keyChar - Variable in class org.apache.batik.gvt.event.GraphicsNodeKeyEvent
keyChar is a valid unicode character that is fired by a key or a key combination on a keyboard.
keyCode - Variable in class org.apache.batik.gvt.event.GraphicsNodeKeyEvent
The unique value assigned to each of the keys on the keyboard.
keyLocation - Variable in class org.apache.batik.gvt.event.GraphicsNodeKeyEvent
The key location.
keyPressed(KeyEvent) - Method in class org.apache.batik.gvt.event.AWTEventDispatcher
Dispatches the specified AWT key event down to the GVT tree.
keyPressed(GraphicsNodeKeyEvent) - Method in class org.apache.batik.gvt.event.GraphicsNodeKeyAdapter
 
keyPressed(GraphicsNodeKeyEvent) - Method in interface org.apache.batik.gvt.event.GraphicsNodeKeyListener
Invoked when a key has been pressed.
keyReleased(KeyEvent) - Method in class org.apache.batik.gvt.event.AWTEventDispatcher
Dispatches the specified AWT key event down to the GVT tree.
keyReleased(GraphicsNodeKeyEvent) - Method in class org.apache.batik.gvt.event.GraphicsNodeKeyAdapter
 
keyReleased(GraphicsNodeKeyEvent) - Method in interface org.apache.batik.gvt.event.GraphicsNodeKeyListener
Invoked when a key has been released.
keyTyped(KeyEvent) - Method in class org.apache.batik.gvt.event.AWTEventDispatcher
Dispatches the specified AWT key event down to the GVT tree.
keyTyped(GraphicsNodeKeyEvent) - Method in class org.apache.batik.gvt.event.GraphicsNodeKeyAdapter
 
keyTyped(GraphicsNodeKeyEvent) - Method in interface org.apache.batik.gvt.event.GraphicsNodeKeyListener
Invoked when a key has been typed.

L

LANGUAGE - Static variable in class org.apache.batik.gvt.text.GVTAttributedCharacterIterator.TextAttribute
 
last() - Method in class org.apache.batik.gvt.text.AttributedCharacterSpanIterator
Sets the position to getEndIndex()-1 (getEndIndex() if the text is empty) and returns the character at that position.
last() - Method in class org.apache.batik.gvt.text.BidiAttributedCharacterIterator
Sets the position to getEndIndex()-1 (getEndIndex() if the text is empty) and returns the character at that position.
last() - Method in class org.apache.batik.gvt.text.GVTACIImpl
Sets the position to getEndIndex()-1 (getEndIndex() if the text is empty) and returns the character at that position.
last() - Method in interface org.apache.batik.gvt.text.GVTAttributedCharacterIterator
Sets the position to getEndIndex()-1 (getEndIndex() if the text is empty) and returns the character at that position.
lastCache - Variable in class org.apache.batik.gvt.renderer.StaticRenderer
 
lastChild() - Method in class org.apache.batik.gvt.GVTTreeWalker
Returns the last child of the current GraphicsNode.
lastCR - Variable in class org.apache.batik.gvt.renderer.StaticRenderer
 
lastHit - Variable in class org.apache.batik.gvt.event.AWTEventDispatcher
The lastest node which has been targeted by an event.
lastIndexOf(Object) - Method in class org.apache.batik.gvt.CompositeGraphicsNode
Returns the index in this children list of the last occurence of the specified graphics node, or -1 if the list does not contain this graphics node.
layout() - Method in class org.apache.batik.gvt.flow.LineInfo
 
leading - Variable in class org.apache.batik.gvt.font.GVTLineMetrics
 
left - Variable in class org.apache.batik.gvt.flow.BlockInfo
 
left - Variable in class org.apache.batik.gvt.flow.MarginInfo
 
LENGTH_ADJUST - Static variable in class org.apache.batik.gvt.text.GVTAttributedCharacterIterator.TextAttribute
Method specified for adjusting text element layout size.
lengthOfPath() - Method in class org.apache.batik.gvt.text.TextPath
Returns the total length of the path.
LETTER_SPACING - Static variable in class org.apache.batik.gvt.text.GVTAttributedCharacterIterator.TextAttribute
User-specified inter-glyph spacing value.
LINE_HEIGHT - Static variable in class org.apache.batik.gvt.text.GVTAttributedCharacterIterator.TextAttribute
 
lineHeight - Variable in class org.apache.batik.gvt.flow.BlockInfo
 
lineHeight - Variable in class org.apache.batik.gvt.flow.MarginInfo
 
LineInfo - Class in org.apache.batik.gvt.flow
One line Class Desc Complete Class Desc
LineInfo(FlowRegions, BlockInfo, boolean) - Constructor for class org.apache.batik.gvt.flow.LineInfo
 
listeners - Variable in class org.apache.batik.gvt.AbstractGraphicsNode
The listeners list.
listIterator() - Method in class org.apache.batik.gvt.CompositeGraphicsNode
Returns an iterator over the children of this graphics node.
listIterator(int) - Method in class org.apache.batik.gvt.CompositeGraphicsNode
Returns an iterator over the children of this graphics node, starting at the specified position in the children list.

M

MacRenderer - Class in org.apache.batik.gvt.renderer
Simple implementation of the Renderer that supports dynamic updates.
MacRenderer() - Constructor for class org.apache.batik.gvt.renderer.MacRenderer
Constructs a new dynamic renderer with the specified buffer image.
MacRenderer(RenderingHints, AffineTransform) - Constructor for class org.apache.batik.gvt.renderer.MacRenderer
 
MarginInfo - Class in org.apache.batik.gvt.flow
 
MarginInfo(float, float, float, float, float, int, float, boolean, boolean) - Constructor for class org.apache.batik.gvt.flow.MarginInfo
 
MarginInfo(float, int) - Constructor for class org.apache.batik.gvt.flow.MarginInfo
 
Marker - Class in org.apache.batik.gvt
A Marker describes a GraphicsNode with a reference point that can be used to position the Marker at a particular location and a particular policy for rotating the marker when drawing it.
Marker(GraphicsNode, Point2D, double) - Constructor for class org.apache.batik.gvt.Marker
Constructs a new marker.
markerNode - Variable in class org.apache.batik.gvt.Marker
GraphicsNode this marker is associated to
MarkerShapePainter - Class in org.apache.batik.gvt
A shape painter that can be used to paint markers on a shape.
MarkerShapePainter(Shape) - Constructor for class org.apache.batik.gvt.MarkerShapePainter
Constructs a new MarkerShapePainter that can be used to markers on top of a shape.
mask - Variable in class org.apache.batik.gvt.AbstractGraphicsNode
The mask of this graphics node.
Mask - Interface in org.apache.batik.gvt.filter
Implements a masking operation.
mask - Variable in class org.apache.batik.gvt.filter.MaskRable8Bit
The node who's outline specifies our mask.
Mask - Interface in org.apache.batik.gvt
Describes a mask.
MaskRable8Bit - Class in org.apache.batik.gvt.filter
MaskRable implementation
MaskRable8Bit(Filter, GraphicsNode, Rectangle2D) - Constructor for class org.apache.batik.gvt.filter.MaskRable8Bit
 
match(char) - Method in class org.apache.batik.gvt.font.AWTGlyphGeometryCache.Entry
Whether this entry match the given keys.
matchesFirstGlyph(int, String) - Method in class org.apache.batik.gvt.font.Kern
Returns true if the specified glyph is one of the glyphs considered as first by this kerning entry.
matchesFirstGlyph(int, char) - Method in class org.apache.batik.gvt.font.Kern
Returns true if the specified glyph is one of the glyphs considered as first by this kerning entry.
matchesSecondGlyph(int, String) - Method in class org.apache.batik.gvt.font.Kern
Returns true if the specified glyph is one of the glyphs considered as second by this kerning entry.
matchesSecondGlyph(int, char) - Method in class org.apache.batik.gvt.font.Kern
Returns true if the specified glyph is one of the glyphs considered as second by this kerning entry.
maybeReverse(boolean) - Method in class org.apache.batik.gvt.font.AWTGVTGlyphVector
 
maybeReverse(boolean) - Method in interface org.apache.batik.gvt.font.GVTGlyphVector
Reverse (and optionally mirror) glyphs if not already reversed.
maybeReverse(boolean) - Method in class org.apache.batik.gvt.font.MultiGlyphVector
 
maybeReverse(boolean) - Method in class org.apache.batik.gvt.font.SVGGVTGlyphVector
 
mergeGlyphGroups(WordInfo) - Method in class org.apache.batik.gvt.flow.LineInfo
This function merges the glyph groups from wi into the glyph groups that are already on this line.
META_MASK - Static variable in class org.apache.batik.gvt.event.GraphicsNodeInputEvent
The meta key modifier constant.
middleMarker - Variable in class org.apache.batik.gvt.MarkerShapePainter
Middle Marker
mirrorChar(int) - Static method in class org.apache.batik.gvt.text.BidiAttributedCharacterIterator
 
modCount - Variable in class org.apache.batik.gvt.CompositeGraphicsNode
The number of times the children list has been structurally modified.
MOUSE_CLICKED - Static variable in class org.apache.batik.gvt.event.GraphicsNodeMouseEvent
The id for the "mouseClicked" event.
MOUSE_DRAGGED - Static variable in class org.apache.batik.gvt.event.GraphicsNodeMouseEvent
The id for the "mouseDragged" event.
MOUSE_ENTERED - Static variable in class org.apache.batik.gvt.event.GraphicsNodeMouseEvent
The id for the "mouseEntered" event.
MOUSE_EXITED - Static variable in class org.apache.batik.gvt.event.GraphicsNodeMouseEvent
The id for the "mouseExited" event.
MOUSE_MOVED - Static variable in class org.apache.batik.gvt.event.GraphicsNodeMouseEvent
The id for the "mouseMoved" event.
MOUSE_PRESSED - Static variable in class org.apache.batik.gvt.event.GraphicsNodeMouseEvent
The id for the "mousePressed" event.
MOUSE_RELEASED - Static variable in class org.apache.batik.gvt.event.GraphicsNodeMouseEvent
The id for the "mouseReleased" event.
MOUSE_WHEEL - Static variable in class org.apache.batik.gvt.event.GraphicsNodeMouseWheelEvent
The id for the "mouseWheelMoved" event.
mouseClicked(MouseEvent) - Method in class org.apache.batik.gvt.event.AWTEventDispatcher
Dispatches the specified AWT mouse event down to the GVT tree.
mouseClicked(GraphicsNodeMouseEvent) - Method in class org.apache.batik.gvt.event.GraphicsNodeMouseAdapter
 
mouseClicked(GraphicsNodeMouseEvent) - Method in interface org.apache.batik.gvt.event.GraphicsNodeMouseListener
Invoked when the mouse has been clicked on a graphics node.
mouseDragged(MouseEvent) - Method in class org.apache.batik.gvt.event.AWTEventDispatcher
Dispatches the specified AWT mouse event down to the GVT tree.
mouseDragged(GraphicsNodeMouseEvent) - Method in class org.apache.batik.gvt.event.GraphicsNodeMouseAdapter
 
mouseDragged(GraphicsNodeMouseEvent) - Method in interface org.apache.batik.gvt.event.GraphicsNodeMouseListener
Invoked when a mouse button is pressed on a graphics node and then dragged.
mouseEntered(MouseEvent) - Method in class org.apache.batik.gvt.event.AWTEventDispatcher
Dispatches the specified AWT mouse event down to the GVT tree.
mouseEntered(GraphicsNodeMouseEvent) - Method in class org.apache.batik.gvt.event.GraphicsNodeMouseAdapter
 
mouseEntered(GraphicsNodeMouseEvent) - Method in interface org.apache.batik.gvt.event.GraphicsNodeMouseListener
Invoked when the mouse enters a graphics node.
mouseExited(MouseEvent) - Method in class org.apache.batik.gvt.event.AWTEventDispatcher
Dispatches the specified AWT mouse event down to the GVT tree.
mouseExited(GraphicsNodeMouseEvent) - Method in class org.apache.batik.gvt.event.GraphicsNodeMouseAdapter
 
mouseExited(GraphicsNodeMouseEvent) - Method in interface org.apache.batik.gvt.event.GraphicsNodeMouseListener
Invoked when the mouse exits a graphics node.
mouseMoved(MouseEvent) - Method in class org.apache.batik.gvt.event.AWTEventDispatcher
Dispatches the specified AWT mouse event down to the GVT tree.
mouseMoved(GraphicsNodeMouseEvent) - Method in class org.apache.batik.gvt.event.GraphicsNodeMouseAdapter
 
mouseMoved(GraphicsNodeMouseEvent) - Method in interface org.apache.batik.gvt.event.GraphicsNodeMouseListener
Invoked when the mouse button has been moved on a node.
mousePressed(MouseEvent) - Method in class org.apache.batik.gvt.event.AWTEventDispatcher
Dispatches the specified AWT mouse event down to the GVT tree.
mousePressed(GraphicsNodeMouseEvent) - Method in class org.apache.batik.gvt.event.GraphicsNodeMouseAdapter
 
mousePressed(GraphicsNodeMouseEvent) - Method in interface org.apache.batik.gvt.event.GraphicsNodeMouseListener
Invoked when a mouse button has been pressed on a graphics node.
mouseReleased(MouseEvent) - Method in class org.apache.batik.gvt.event.AWTEventDispatcher
Dispatches the specified AWT mouse event down to the GVT tree.
mouseReleased(GraphicsNodeMouseEvent) - Method in class org.apache.batik.gvt.event.GraphicsNodeMouseAdapter
 
mouseReleased(GraphicsNodeMouseEvent) - Method in interface org.apache.batik.gvt.event.GraphicsNodeMouseListener
Invoked when a mouse button has been released on a graphics node.
mouseWheelMoved(MouseWheelEvent) - Method in class org.apache.batik.gvt.event.AWTEventDispatcher
Dispatches the specified AWT mouse wheel event down to the GVT tree.
mouseWheelMoved(GraphicsNodeMouseWheelEvent) - Method in interface org.apache.batik.gvt.event.GraphicsNodeMouseWheelListener
Invoked when the mouse wheel has been moved.
MultiGlyphVector - Class in org.apache.batik.gvt.font
 
MultiGlyphVector(List) - Constructor for class org.apache.batik.gvt.font.MultiGlyphVector
 
mutateAttributes(AttributedCharacterIterator) - Method in class org.apache.batik.gvt.text.GVTACIImpl.TransformAttributeFilter
Return a new AttributedCharacterIterator instance in which location attributes have been converted to TextAttribute.TRANSFORM attributes.
mutateAttributes(AttributedCharacterIterator) - Method in interface org.apache.batik.gvt.text.GVTAttributedCharacterIterator.AttributeFilter
Modify an AttributedCharacterIterator's attributes systematically.

N

newLine() - Method in class org.apache.batik.gvt.flow.FlowRegions
 
newLine(double) - Method in class org.apache.batik.gvt.flow.FlowRegions
 
newLineAt(double, double) - Method in class org.apache.batik.gvt.flow.FlowRegions
 
newLineHeight(double) - Method in class org.apache.batik.gvt.flow.FlowRegions
 
next - Variable in class org.apache.batik.gvt.font.AWTGlyphGeometryCache.Entry
The next entry
next() - Method in class org.apache.batik.gvt.text.AttributedCharacterSpanIterator
Increments the iterator's index by one, returning the next character.
next() - Method in class org.apache.batik.gvt.text.BidiAttributedCharacterIterator
Increments the iterator's index by one and returns the character at the new index.
next() - Method in class org.apache.batik.gvt.text.GVTACIImpl
Increments the iterator's index by one, returning the next character.
next() - Method in interface org.apache.batik.gvt.text.GVTAttributedCharacterIterator
Increments the iterator's index by one, returning the next character.
nextGraphicsNode() - Method in class org.apache.batik.gvt.GVTTreeWalker
Returns the next GraphicsNode.
nextRange() - Method in class org.apache.batik.gvt.flow.FlowRegions
 
nodeHitAt(Point2D) - Method in class org.apache.batik.gvt.AbstractGraphicsNode
Returns the GraphicsNode containing point p if this node or one of its children is sensitive to mouse events at p.
nodeHitAt(Point2D) - Method in class org.apache.batik.gvt.CompositeGraphicsNode
Returns the GraphicsNode containing point p if this node or one of its children is sensitive to mouse events at p.
nodeHitAt(Point2D) - Method in interface org.apache.batik.gvt.GraphicsNode
Returns the GraphicsNode containing point p if this node or one of its children is sensitive to mouse events at p.
nodeHitAt(Point2D) - Method in class org.apache.batik.gvt.ImageNode
Returns the GraphicsNode containing point p if this node or one of its children is sensitive to mouse events at p.
NONE - Static variable in interface org.apache.batik.gvt.GraphicsNode
Indicates that this graphics node can not be the target for events.
normalize(double[]) - Method in class org.apache.batik.gvt.MarkerShapePainter
Normalizes the input vector.
normalizeRectangle(Rectangle2D) - Method in class org.apache.batik.gvt.AbstractGraphicsNode
This method makes sure that neither the width nor height of the rectangle is zero.
NULL_RECT - Static variable in class org.apache.batik.gvt.CompositeGraphicsNode
 
NULL_RECT - Static variable in class org.apache.batik.gvt.UpdateTracker
 
NUM_LOCK_MASK - Static variable in class org.apache.batik.gvt.event.GraphicsNodeInputEvent
The num lock constant.
numChars - Variable in class org.apache.batik.gvt.font.GVTLineMetrics
 

O

offScreenHeight - Variable in class org.apache.batik.gvt.renderer.MacRenderer
 
offScreenHeight - Variable in class org.apache.batik.gvt.renderer.StaticRenderer
 
offScreenWidth - Variable in class org.apache.batik.gvt.renderer.MacRenderer
 
offScreenWidth - Variable in class org.apache.batik.gvt.renderer.StaticRenderer
 
org.apache.batik.gvt - package org.apache.batik.gvt
Contains all of the interfaces for describing and painting vector graphics as Java objects.
org.apache.batik.gvt.event - package org.apache.batik.gvt.event
Provides interfaces and classes for dealing with different types of events fired by GVT graphics nodes.
org.apache.batik.gvt.filter - package org.apache.batik.gvt.filter
Contains all of the interfaces for describing a set of standard image processing filters Java objects.
org.apache.batik.gvt.flow - package org.apache.batik.gvt.flow
 
org.apache.batik.gvt.font - package org.apache.batik.gvt.font
 
org.apache.batik.gvt.renderer - package org.apache.batik.gvt.renderer
 
org.apache.batik.gvt.text - package org.apache.batik.gvt.text
 
orient - Variable in class org.apache.batik.gvt.Marker
Rotation angle, about (0, 0) is user space.
ORIENTATION_ANGLE - Static variable in class org.apache.batik.gvt.text.GVTAttributedCharacterIterator.TextAttribute
Value for VERTICAL_ORIENTATION indicating an angle
ORIENTATION_AUTO - Static variable in class org.apache.batik.gvt.text.GVTAttributedCharacterIterator.TextAttribute
Value for VERTICAL_ORIENTATION indicating auto
outline - Variable in class org.apache.batik.gvt.font.AWTGlyphGeometryCache.Value
 
outlineBounds - Variable in class org.apache.batik.gvt.font.AWTGlyphGeometryCache.Value
 
OVERLINE_ON - Static variable in class org.apache.batik.gvt.text.GVTAttributedCharacterIterator.TextAttribute
Value for OVERLINE specifying overlining-on
overlineOffset - Variable in class org.apache.batik.gvt.font.GVTLineMetrics
 
overlinePaint - Variable in class org.apache.batik.gvt.text.TextPaintInfo
 
overlinePosition - Variable in class org.apache.batik.gvt.font.GVTFontFace
 
overlineStroke - Variable in class org.apache.batik.gvt.text.TextPaintInfo
 
overlineStrokePaint - Variable in class org.apache.batik.gvt.text.TextPaintInfo
 
overlineThickness - Variable in class org.apache.batik.gvt.font.GVTFontFace
 
overlineThickness - Variable in class org.apache.batik.gvt.font.GVTLineMetrics
 

P

paint(Graphics2D) - Method in class org.apache.batik.gvt.AbstractGraphicsNode
Paints this node.
paint(Graphics2D) - Method in class org.apache.batik.gvt.CompositeShapePainter
Paints the specified shape using the specified Graphics2D.
paint - Variable in class org.apache.batik.gvt.FillShapePainter
The paint attribute used to fill the shape.
paint(Graphics2D) - Method in class org.apache.batik.gvt.FillShapePainter
Paints the specified shape using the specified Graphics2D.
paint(Graphics2D) - Method in interface org.apache.batik.gvt.GraphicsNode
Paints this node.
paint(Graphics2D) - Method in class org.apache.batik.gvt.ImageNode
Paints this node.
paint(Graphics2D) - Method in class org.apache.batik.gvt.MarkerShapePainter
Paints the specified shape using the specified Graphics2D.
paint(Graphics2D) - Method in class org.apache.batik.gvt.ShapeNode
Paints this node.
paint(Graphics2D) - Method in interface org.apache.batik.gvt.ShapePainter
Paints the specified shape using the specified Graphics2D.
paint - Variable in class org.apache.batik.gvt.StrokeShapePainter
The paint attribute used to draw the outline of the shape.
paint(Graphics2D) - Method in class org.apache.batik.gvt.StrokeShapePainter
Paints the outline of the specified shape using the specified Graphics2D.
PAINT_INFO - Static variable in class org.apache.batik.gvt.font.AWTGVTGlyphVector
 
PAINT_INFO - Static variable in class org.apache.batik.gvt.font.SVGGVTGlyphVector
 
PAINT_INFO - Static variable in class org.apache.batik.gvt.text.GVTAttributedCharacterIterator.TextAttribute
All the paint attributes for the text.
PAINTED - Static variable in interface org.apache.batik.gvt.GraphicsNode
Indicates that this graphics node can be the target for events when the mouse is over the painted area whatever or not it is the visible.
painters - Variable in class org.apache.batik.gvt.CompositeShapePainter
The enclosed ShapePainters of this composite shape painter.
paintRable(Graphics2D) - Method in class org.apache.batik.gvt.filter.GraphicsNodeRable8Bit
Should perform the equivilent action as createRendering followed by drawing the RenderedImage to Graphics2D, or return false.
panose1 - Variable in class org.apache.batik.gvt.font.GVTFontFace
 
parent - Variable in class org.apache.batik.gvt.AbstractGraphicsNode
The parent of this graphics node.
parentGraphicsNode() - Method in class org.apache.batik.gvt.GVTTreeWalker
Returns the parent of the current GraphicsNode.
PatternPaint - Class in org.apache.batik.gvt
The PatternPaint class provides a way to fill a Shape with a a pattern defined as a GVT Tree.
PatternPaint(GraphicsNode, Rectangle2D, boolean, AffineTransform) - Constructor for class org.apache.batik.gvt.PatternPaint
Constructs a new PatternPaint.
PatternPaintContext - Class in org.apache.batik.gvt
PaintContext for the ConcretePatterPaint paint implementation.
PatternPaintContext(ColorModel, AffineTransform, RenderingHints, Filter, Rectangle2D, boolean) - Constructor for class org.apache.batik.gvt.PatternPaintContext
 
performDefaultLayout() - Method in class org.apache.batik.gvt.font.AWTGVTGlyphVector
Assigns default positions to each glyph in this GlyphVector.
performDefaultLayout() - Method in interface org.apache.batik.gvt.font.GVTGlyphVector
Assigns default positions to each glyph in this GlyphVector.
performDefaultLayout() - Method in class org.apache.batik.gvt.font.MultiGlyphVector
 
performDefaultLayout() - Method in class org.apache.batik.gvt.font.SVGGVTGlyphVector
Assigns default positions to each glyph in this GlyphVector.
pointAtLength(float) - Method in class org.apache.batik.gvt.text.TextPath
Returns the point that is at the specified length along the path.
pointerEventType - Variable in class org.apache.batik.gvt.AbstractGraphicsNode
Indicates how this graphics node reacts to events.
positionTransform - Variable in class org.apache.batik.gvt.CanvasGraphicsNode
This is the position transform for this graphics node.
PREFORMATTED - Static variable in class org.apache.batik.gvt.text.GVTAttributedCharacterIterator.TextAttribute
 
previous() - Method in class org.apache.batik.gvt.text.AttributedCharacterSpanIterator
Decrements the iterator's index by one and returns the character at the new index.
previous() - Method in class org.apache.batik.gvt.text.BidiAttributedCharacterIterator
Decrements the iterator's index by one and returns the character at the new index.
previous() - Method in class org.apache.batik.gvt.text.GVTACIImpl
Decrements the iterator's index by one and returns the character at the new index.
previous() - Method in interface org.apache.batik.gvt.text.GVTAttributedCharacterIterator
Decrements the iterator's index by one and returns the character at the new index.
previousGraphicsNode() - Method in class org.apache.batik.gvt.GVTTreeWalker
Returns the previous GraphicsNode.
primitivePaint(Graphics2D) - Method in class org.apache.batik.gvt.CanvasGraphicsNode
Paints this node without applying Filter, Mask, Composite, and clip.
primitivePaint(Graphics2D) - Method in class org.apache.batik.gvt.CompositeGraphicsNode
Paints this node without applying Filter, Mask, Composite, and clip.
primitivePaint(Graphics2D) - Method in interface org.apache.batik.gvt.GraphicsNode
Paints this node without applying Filter, Mask, Composite, and clip.
primitivePaint(Graphics2D) - Method in class org.apache.batik.gvt.ProxyGraphicsNode
Paints this node without applying Filter, Mask, Composite and clip.
primitivePaint(Graphics2D) - Method in class org.apache.batik.gvt.RasterImageNode
Paints this node without applying Filter, Mask, Composite and clip.
primitivePaint(Graphics2D) - Method in class org.apache.batik.gvt.ShapeNode
Paints this node without applying Filter, Mask, Composite, and clip.
processKeyEvent(GraphicsNodeKeyEvent) - Method in class org.apache.batik.gvt.event.AWTEventDispatcher
Dispatches a graphics node key event to by firing the 'global' listeners attached to this event dispatcher.
processMouseEvent(GraphicsNodeMouseEvent) - Method in class org.apache.batik.gvt.event.AWTEventDispatcher
Processes the specified event by firing the 'global' listeners attached to this event dispatcher.
processMouseWheelEvent(GraphicsNodeMouseWheelEvent) - Method in class org.apache.batik.gvt.event.AWTEventDispatcher
Processes the specified event by firing the 'global' listeners attached to this event dispatcher.
ProxyGraphicsNode - Class in org.apache.batik.gvt
A graphics node which provides a placeholder for another graphics node.
ProxyGraphicsNode() - Constructor for class org.apache.batik.gvt.ProxyGraphicsNode
Constructs a new empty proxy graphics node.
put(char, AWTGlyphGeometryCache.Value) - Method in class org.apache.batik.gvt.font.AWTGlyphGeometryCache
Sets a new value for the given variable

Q

QUICK_LUT_SIZE - Static variable in class org.apache.batik.gvt.flow.TextLineBreaks
 

R

RasterImageNode - Class in org.apache.batik.gvt
A graphics node that represents a raster image.
RasterImageNode() - Constructor for class org.apache.batik.gvt.RasterImageNode
Constructs a new empty RasterImageNode.
ref - Variable in class org.apache.batik.gvt.Marker
Reference point about which the marker should be drawn
referenceQueue - Variable in class org.apache.batik.gvt.font.AWTGlyphGeometryCache
The reference queue.
RegionInfo - Class in org.apache.batik.gvt.flow
This class holds the neccessary information to render a <batik:flowRegion> that is defined within the <batik:flowRoot> element.
RegionInfo(Shape, float) - Constructor for class org.apache.batik.gvt.flow.RegionInfo
Creates a new RegionInfo with the given shape and alignment.
rehash() - Method in class org.apache.batik.gvt.font.AWTGlyphGeometryCache
Rehash the table
remove(Object) - Method in class org.apache.batik.gvt.CompositeGraphicsNode
Removes the first instance of the specified graphics node from the children list.
remove(int) - Method in class org.apache.batik.gvt.CompositeGraphicsNode
Removes the graphics node at the specified position in the children list.
removeAll(Collection) - Method in class org.apache.batik.gvt.CompositeGraphicsNode
Not supported - Throws UnsupportedOperationException exception.
removeClearedEntries() - Method in class org.apache.batik.gvt.font.AWTGlyphGeometryCache
Removes the cleared entries.
removeGraphicsNodeKeyListener(GraphicsNodeKeyListener) - Method in class org.apache.batik.gvt.event.AWTEventDispatcher
Removes the specified 'global' GraphicsNodeKeyListener which is notified of all KeyEvents dispatched.
removeGraphicsNodeKeyListener(GraphicsNodeKeyListener) - Method in interface org.apache.batik.gvt.event.EventDispatcher
Removes the specified 'global' GraphicsNodeKeyListener which is notified of all KeyEvents dispatched.
removeGraphicsNodeMouseListener(GraphicsNodeMouseListener) - Method in class org.apache.batik.gvt.event.AWTEventDispatcher
Removes the specified 'global' GraphicsNodeMouseListener which is notified of all MouseEvents dispatched.
removeGraphicsNodeMouseListener(GraphicsNodeMouseListener) - Method in interface org.apache.batik.gvt.event.EventDispatcher
Removes the specified 'global' GraphicsNodeMouseListener which is notified of all MouseEvents dispatched.
removeGraphicsNodeMouseWheelListener(GraphicsNodeMouseWheelListener) - Method in class org.apache.batik.gvt.event.AWTEventDispatcher
Removes the specified 'global' GraphicsNodeMouseWheelListener which is notified of all MouseWheelEvents dispatched.
removeGraphicsNodeMouseWheelListener(GraphicsNodeMouseWheelListener) - Method in interface org.apache.batik.gvt.event.EventDispatcher
Removes the specified 'global' GraphicsNodeMouseWheelListener which is notified of all MouseWheelEvents dispatched.
removeSelectionListener(SelectionListener) - Method in interface org.apache.batik.gvt.Selector
Remove a SelectionListener from this Selector's notification list.
removeTreeGraphicsNodeChangeListener(GraphicsNodeChangeListener) - Method in class org.apache.batik.gvt.RootGraphicsNode
 
Renderer - Interface in org.apache.batik.gvt.renderer
Interface for GVT Renderers.
RendererFactory - Interface in org.apache.batik.gvt.renderer
Interface for GVT renderer factory.
renderGNR() - Method in class org.apache.batik.gvt.renderer.StaticRenderer
 
renderingHints - Variable in class org.apache.batik.gvt.renderer.MacRenderer
 
renderingHints - Variable in class org.apache.batik.gvt.renderer.StaticRenderer
Passed to the GVT tree to describe the rendering environment
repaint(RectListManager) - Method in class org.apache.batik.gvt.renderer.DynamicRenderer
Repaints the associated GVT tree under the list of areas.
repaint(Shape) - Method in class org.apache.batik.gvt.renderer.MacRenderer
 
repaint(RectListManager) - Method in class org.apache.batik.gvt.renderer.MacRenderer
Repaints the associated GVT tree under the list of areas.
repaint(Shape) - Method in interface org.apache.batik.gvt.renderer.Renderer
Repaints the associated GVT tree at least under area.
repaint(RectListManager) - Method in interface org.apache.batik.gvt.renderer.Renderer
Repaints the associated GVT tree at least in areas under the list of areas.
repaint(Shape) - Method in class org.apache.batik.gvt.renderer.StaticRenderer
Repaints the associated GVT tree under area.
repaint(RectListManager) - Method in class org.apache.batik.gvt.renderer.StaticRenderer
Repaints the associated GVT tree under the list of areas.
resetRange() - Method in class org.apache.batik.gvt.flow.FlowRegions
 
retainAll(Collection) - Method in class org.apache.batik.gvt.CompositeGraphicsNode
Not supported - Throws UnsupportedOperationException exception.
right - Variable in class org.apache.batik.gvt.flow.BlockInfo
 
right - Variable in class org.apache.batik.gvt.flow.MarginInfo
 
root - Variable in class org.apache.batik.gvt.AbstractGraphicsNode
The root of the GVT tree.
root - Variable in class org.apache.batik.gvt.event.AWTEventDispatcher
The root GraphicsNode as determined by setRootNode().
rootCR - Variable in class org.apache.batik.gvt.renderer.StaticRenderer
 
rootFilter - Variable in class org.apache.batik.gvt.renderer.StaticRenderer
 
rootGN - Variable in class org.apache.batik.gvt.renderer.MacRenderer
 
rootGN - Variable in class org.apache.batik.gvt.renderer.StaticRenderer
Tree this Renderer paints.
RootGraphicsNode - Class in org.apache.batik.gvt
The top-level graphics node of the GVT tree.
RootGraphicsNode() - Constructor for class org.apache.batik.gvt.RootGraphicsNode
Constructs a new empty RootGraphicsNode.
ROTATION - Static variable in class org.apache.batik.gvt.text.GVTAttributedCharacterIterator.TextAttribute
Rotation for character, in degrees.

S

scale - Variable in class org.apache.batik.gvt.font.AWTGVTFont
 
SCRIPT - Static variable in class org.apache.batik.gvt.text.GVTAttributedCharacterIterator.TextAttribute
 
SCROLL_LOCK_MASK - Static variable in class org.apache.batik.gvt.event.GraphicsNodeInputEvent
The scroll lock constant.
Selectable - Interface in org.apache.batik.gvt
Interface describing object that can be selected or have selections made on it.
selectAll(double, double) - Method in interface org.apache.batik.gvt.Selectable
Selects the entire contents of the GraphicsNode at (x, y).
selectAt(double, double) - Method in interface org.apache.batik.gvt.Selectable
Initializes the current selection to begin with the character at (x, y).
selection - Variable in class org.apache.batik.gvt.event.SelectionEvent
The object which composes the selection
SELECTION_CHANGED - Static variable in class org.apache.batik.gvt.event.SelectionEvent
The id for the "selection changing" event.
SELECTION_CLEARED - Static variable in class org.apache.batik.gvt.event.SelectionEvent
The id for the "selection cleared" event.
SELECTION_DONE - Static variable in class org.apache.batik.gvt.event.SelectionEvent
The id for the "selection completed" event.
SELECTION_STARTED - Static variable in class org.apache.batik.gvt.event.SelectionEvent
The id for the "selection started" event.
SelectionAdapter - Class in org.apache.batik.gvt.event
Adapter for the listener interface for receiving selection events.
SelectionAdapter() - Constructor for class org.apache.batik.gvt.event.SelectionAdapter
 
selectionChanged(SelectionEvent) - Method in class org.apache.batik.gvt.event.SelectionAdapter
Invoked when a selection has changed.
selectionChanged(SelectionEvent) - Method in interface org.apache.batik.gvt.event.SelectionListener
Invoked when a selection has changed.
selectionCleared(SelectionEvent) - Method in class org.apache.batik.gvt.event.SelectionAdapter
Invoked when a selection is cleared.
selectionCleared(SelectionEvent) - Method in interface org.apache.batik.gvt.event.SelectionListener
Invoked when a selection is cleared.
selectionDone(SelectionEvent) - Method in class org.apache.batik.gvt.event.SelectionAdapter
Invoked when a selection is done.
selectionDone(SelectionEvent) - Method in interface org.apache.batik.gvt.event.SelectionListener
Invoked when a selection is done.
SelectionEvent - Class in org.apache.batik.gvt.event
An event which indicates that a selection is being made or has been made.
SelectionEvent(Object, int, Shape) - Constructor for class org.apache.batik.gvt.event.SelectionEvent
Constructs a new graphics node paint event.
SelectionListener - Interface in org.apache.batik.gvt.event
The listener interface for receiving selection events.
selectionStarted(SelectionEvent) - Method in class org.apache.batik.gvt.event.SelectionAdapter
Invoked when a selection started.
selectionStarted(SelectionEvent) - Method in interface org.apache.batik.gvt.event.SelectionListener
Invoked when a selection started.
Selector - Interface in org.apache.batik.gvt
Interface which allows selection of GraphicsNodes and their contents.
selectTo(double, double) - Method in interface org.apache.batik.gvt.Selectable
Extends the current selection to the character at (x, y)..
set(int, Object) - Method in class org.apache.batik.gvt.CompositeGraphicsNode
Replaces the graphics node at the specified position in the children list with the specified graphics node.
set(TextPaintInfo) - Method in class org.apache.batik.gvt.text.TextPaintInfo
 
setAscent(float) - Method in class org.apache.batik.gvt.flow.WordInfo
 
setAttributeArray(GVTAttributedCharacterIterator.TextAttribute, Object[], int, int) - Method in class org.apache.batik.gvt.text.GVTACIImpl
Sets values of a per-character attribute associated with the content string.
setAttributeArray(GVTAttributedCharacterIterator.TextAttribute, Object[], int, int) - Method in interface org.apache.batik.gvt.text.GVTAttributedCharacterIterator
Sets values of a per-character attribute associated with the content string.
setBackgroundEnable(Rectangle2D) - Method in class org.apache.batik.gvt.CompositeGraphicsNode
Sets the enable background property to the specified rectangle.
setBackgroundPaint(Paint) - Method in class org.apache.batik.gvt.CanvasGraphicsNode
Sets the background paint of this canvas graphics node.
setBaseTransform(AffineTransform) - Method in class org.apache.batik.gvt.event.AWTEventDispatcher
Sets the base transform applied to MouseEvent coordinates prior to dispatch.
setBaseTransform(AffineTransform) - Method in interface org.apache.batik.gvt.event.EventDispatcher
Sets the base transform applied to MouseEvent coordinates prior to dispatch.
setChangeSrc(GraphicsNode) - Method in class org.apache.batik.gvt.event.GraphicsNodeChangeEvent
 
setClip(ClipRable) - Method in class org.apache.batik.gvt.AbstractGraphicsNode
 
setClip(ClipRable) - Method in interface org.apache.batik.gvt.GraphicsNode
Sets the clipping filter of this node.
setComposite(Composite) - Method in class org.apache.batik.gvt.AbstractGraphicsNode
Sets the composite of this node.
setComposite(Composite) - Method in interface org.apache.batik.gvt.GraphicsNode
Sets the composite of this node.
setCurrentGraphicsNode(GraphicsNode) - Method in class org.apache.batik.gvt.GVTTreeWalker
Sets the current GraphicsNode to the specified node.
setDescent(float) - Method in class org.apache.batik.gvt.flow.WordInfo
 
setDoubleBuffered(boolean) - Method in class org.apache.batik.gvt.renderer.MacRenderer
Turns on/off double buffering in renderer.
setDoubleBuffered(boolean) - Method in interface org.apache.batik.gvt.renderer.Renderer
Turns on/off double buffering in renderer.
setDoubleBuffered(boolean) - Method in class org.apache.batik.gvt.renderer.StaticRenderer
Turns on/off double buffering in renderer.
setEndMarker(Marker) - Method in class org.apache.batik.gvt.MarkerShapePainter
Sets the marker that shall be drawn at the last vertex of the given shape.
setEventDispatchEnabled(boolean) - Method in class org.apache.batik.gvt.event.AWTEventDispatcher
 
setEventQueueMaxSize(int) - Method in class org.apache.batik.gvt.event.AWTEventDispatcher
 
setFilter(Filter) - Method in class org.apache.batik.gvt.AbstractGraphicsNode
Sets the filter of this node.
setFilter(Filter) - Method in interface org.apache.batik.gvt.GraphicsNode
Sets the filter of this node.
setFilterRegion(Rectangle2D) - Method in interface org.apache.batik.gvt.filter.Mask
Returns the filter region to which this mask applies
setFilterRegion(Rectangle2D) - Method in class org.apache.batik.gvt.filter.MaskRable8Bit
Returns the filter region to which this mask applies
setFlowLine(Object) - Method in class org.apache.batik.gvt.flow.WordInfo
 
setGlyphGroups(GlyphGroupInfo[]) - Method in class org.apache.batik.gvt.flow.WordInfo
 
setGlyphPosition(int, Point2D) - Method in class org.apache.batik.gvt.font.AWTGVTGlyphVector
Sets the position of the specified glyph within this GlyphVector.
setGlyphPosition(int, Point2D) - Method in interface org.apache.batik.gvt.font.GVTGlyphVector
Sets the position of the specified glyph within this GlyphVector.
setGlyphPosition(int, Point2D) - Method in class org.apache.batik.gvt.font.MultiGlyphVector
Sets the position of the specified glyph within this GlyphVector.
setGlyphPosition(int, Point2D) - Method in class org.apache.batik.gvt.font.SVGGVTGlyphVector
Sets the position of the specified glyph within this GlyphVector.
setGlyphTransform(int, AffineTransform) - Method in class org.apache.batik.gvt.font.AWTGVTGlyphVector
Sets the transform of the specified glyph within this GlyphVector.
setGlyphTransform(int, AffineTransform) - Method in interface org.apache.batik.gvt.font.GVTGlyphVector
Sets the transform of the specified glyph within this GlyphVector.
setGlyphTransform(int, AffineTransform) - Method in class org.apache.batik.gvt.font.MultiGlyphVector
Sets the transform of the specified glyph within this GlyphVector.
setGlyphTransform(int, AffineTransform) - Method in class org.apache.batik.gvt.font.SVGGVTGlyphVector
Sets the transform of the specified glyph within this GlyphVector.
setGlyphVisible(int, boolean) - Method in class org.apache.batik.gvt.font.AWTGVTGlyphVector
Tells the glyph vector whether or not to draw the specified glyph.
setGlyphVisible(int, boolean) - Method in interface org.apache.batik.gvt.font.GVTGlyphVector
Tells the glyph vector whether or not to draw the specified glyph.
setGlyphVisible(int, boolean) - Method in class org.apache.batik.gvt.font.MultiGlyphVector
Tells the glyph vector whether or not to draw the specified glyph.
setGlyphVisible(int, boolean) - Method in class org.apache.batik.gvt.font.SVGGVTGlyphVector
Tells the glyph vector whether or not to draw the specified glyph.
setGraphicsNode(GraphicsNode) - Method in class org.apache.batik.gvt.filter.BackgroundRable8Bit
Sets the GraphicsNode this image should render
setGraphicsNode(GraphicsNode) - Method in interface org.apache.batik.gvt.filter.GraphicsNodeRable
Sets the GraphicsNode associated with this image.
setGraphicsNode(GraphicsNode) - Method in class org.apache.batik.gvt.filter.GraphicsNodeRable8Bit
Sets the GraphicsNode this image should render
setHitCheckChildren(boolean) - Method in class org.apache.batik.gvt.ImageNode
If hitCheckChildren is true then nodeHitAt will return child nodes of this image.
setImage(GraphicsNode) - Method in class org.apache.batik.gvt.ImageNode
Sets the graphics node that represents the image.
setImage(Filter) - Method in class org.apache.batik.gvt.RasterImageNode
Sets the raster image of this raster image node.
setIndex(int) - Method in class org.apache.batik.gvt.text.AttributedCharacterSpanIterator
Sets the position to the specified position in the text.
setIndex(int) - Method in class org.apache.batik.gvt.text.BidiAttributedCharacterIterator
Sets the position to the specified position in the text and returns that character.
setIndex(int) - Method in class org.apache.batik.gvt.text.GVTACIImpl
Sets the position to the specified position in the text.
setIndex(int) - Method in interface org.apache.batik.gvt.text.GVTAttributedCharacterIterator
Sets the position to the specified position in the text.
setLineHeight(double) - Method in class org.apache.batik.gvt.flow.LineInfo
This method updates the line height and recalculates the available flow ranges for the line.
setLineHeight(float) - Method in class org.apache.batik.gvt.flow.WordInfo
 
setMargin(float) - Method in class org.apache.batik.gvt.flow.BlockInfo
 
setMargin(float) - Method in class org.apache.batik.gvt.flow.MarginInfo
 
setMask(Mask) - Method in class org.apache.batik.gvt.AbstractGraphicsNode
Sets the mask of this node.
setMask(Mask) - Method in interface org.apache.batik.gvt.GraphicsNode
Sets the mask of this node.
setMaskNode(GraphicsNode) - Method in interface org.apache.batik.gvt.filter.Mask
Set the masking image to that described by gn.
setMaskNode(GraphicsNode) - Method in class org.apache.batik.gvt.filter.MaskRable8Bit
Set the masking image to that described by gn.
setMiddleMarker(Marker) - Method in class org.apache.batik.gvt.MarkerShapePainter
Sets the marker that shall be drawn at every other vertex (not the first or the last one) of the given shape.
setNodeDecrementEvent(InputEvent) - Method in class org.apache.batik.gvt.event.AWTEventDispatcher
Associates all InputEvents of type e.getID() with "decrementing" of the currently selected GraphicsNode.
setNodeDecrementEvent(InputEvent) - Method in interface org.apache.batik.gvt.event.EventDispatcher
Associates all InputEvents of type e.getID() with "decrementing" of the currently selected GraphicsNode.
setNodeIncrementEvent(InputEvent) - Method in class org.apache.batik.gvt.event.AWTEventDispatcher
Associates all InputEvents of type e.getID() with "incrementing" of the currently selected GraphicsNode.
setNodeIncrementEvent(InputEvent) - Method in interface org.apache.batik.gvt.event.EventDispatcher
Associates all InputEvents of type e.getID() with "incrementing" of the currently selected GraphicsNode.
setPaint(Paint) - Method in class org.apache.batik.gvt.FillShapePainter
Sets the paint used to fill a shape.
setPaint(Paint) - Method in class org.apache.batik.gvt.StrokeShapePainter
Sets the paint used to fill a shape.
setParaEnd(boolean) - Method in class org.apache.batik.gvt.flow.LineInfo
 
setParent(CompositeGraphicsNode) - Method in class org.apache.batik.gvt.AbstractGraphicsNode
Sets the parent node of this graphics node.
setPointerEventType(int) - Method in class org.apache.batik.gvt.AbstractGraphicsNode
Sets the type that describes how this graphics node reacts to events.
setPointerEventType(int) - Method in interface org.apache.batik.gvt.GraphicsNode
Sets the type that describes how this graphics node reacts to events.
setPointerEventType(int) - Method in class org.apache.batik.gvt.ShapeNode
 
setPosition(Point2D) - Method in class org.apache.batik.gvt.font.Glyph
Sets the position of the glyph.
setPositionTransform(AffineTransform) - Method in class org.apache.batik.gvt.CanvasGraphicsNode
 
setRange(int) - Method in class org.apache.batik.gvt.flow.GlyphGroupInfo
 
setRenderingHint(RenderingHints.Key, Object) - Method in class org.apache.batik.gvt.AbstractGraphicsNode
Maps the specified key to the specified value in the rendering hints of this node.
setRenderingHint(RenderingHints.Key, Object) - Method in interface org.apache.batik.gvt.GraphicsNode
Maps the specified key to the specified value in the rendering hints of this node.
setRenderingHints(Map) - Method in class org.apache.batik.gvt.AbstractGraphicsNode
Copies all of the mappings from the specified Map to the rendering hints of this node.
setRenderingHints(RenderingHints) - Method in class org.apache.batik.gvt.AbstractGraphicsNode
Sets the rendering hints of this node.
setRenderingHints(Map) - Method in interface org.apache.batik.gvt.GraphicsNode
Copies all of the mappings from the specified Map to the rendering hints of this node.
setRenderingHints(RenderingHints) - Method in interface org.apache.batik.gvt.GraphicsNode
Sets the rendering hints of this node.
setRenderingHints(RenderingHints) - Method in interface org.apache.batik.gvt.renderer.ImageRenderer
Sets the specified rendering hints to be used for future renderings.
setRenderingHints(RenderingHints) - Method in class org.apache.batik.gvt.renderer.MacRenderer
 
setRenderingHints(RenderingHints) - Method in class org.apache.batik.gvt.renderer.StaticRenderer
 
setRoot(RootGraphicsNode) - Method in class org.apache.batik.gvt.AbstractGraphicsNode
Sets the root node of this graphics node.
setRoot(RootGraphicsNode) - Method in class org.apache.batik.gvt.CompositeGraphicsNode
Sets the root node of this grahics node and modify all its children.
setRootNode(GraphicsNode) - Method in class org.apache.batik.gvt.event.AWTEventDispatcher
Sets the root node for MouseEvent dispatch containment searches and field selections.
setRootNode(GraphicsNode) - Method in interface org.apache.batik.gvt.event.EventDispatcher
Sets the root node for MouseEvent dispatch containment searches and field selections.
setShape(Shape) - Method in class org.apache.batik.gvt.CompositeShapePainter
Sets the Shape this shape painter is associated with.
setShape(Shape) - Method in class org.apache.batik.gvt.FillShapePainter
Sets the Shape this shape painter is associated with.
setShape(Shape) - Method in class org.apache.batik.gvt.flow.RegionInfo
Sets the flow region shape.
setShape(Shape) - Method in class org.apache.batik.gvt.MarkerShapePainter
Sets the Shape this shape painter is associated with.
setShape(Shape) - Method in class org.apache.batik.gvt.ShapeNode
Sets the shape of this ShapeNode.
setShape(Shape) - Method in interface org.apache.batik.gvt.ShapePainter
Sets the Shape this shape painter is associated with.
setShape(Shape) - Method in class org.apache.batik.gvt.StrokeShapePainter
Sets the Shape this shape painter is associated with.
setShapePainter(ShapePainter) - Method in class org.apache.batik.gvt.ShapeNode
Sets the ShapePainter used by this shape node to render its shape.
setSource(Filter) - Method in interface org.apache.batik.gvt.filter.Mask
The source to be masked by the mask node.
setSource(Filter) - Method in class org.apache.batik.gvt.filter.MaskRable8Bit
The source to be masked by the mask node.
setSource(GraphicsNode) - Method in class org.apache.batik.gvt.ProxyGraphicsNode
Sets the graphics node to proxy to the specified graphics node.
setStartMarker(Marker) - Method in class org.apache.batik.gvt.MarkerShapePainter
Sets the marker that shall be drawn at the first vertex of the given shape.
setStartOffset(float) - Method in class org.apache.batik.gvt.text.TextPath
Sets the offset along the path where the first glyph should be rendered.
setString(String) - Method in class org.apache.batik.gvt.text.GVTACIImpl
Sets this iterator's contents to an unattributed copy of String s.
setString(AttributedString) - Method in class org.apache.batik.gvt.text.GVTACIImpl
Assigns this iterator's contents to be equivalent to AttributedString s.
setString(String) - Method in interface org.apache.batik.gvt.text.GVTAttributedCharacterIterator
Sets this iterator's contents to an unattributed copy of String s.
setString(AttributedString) - Method in interface org.apache.batik.gvt.text.GVTAttributedCharacterIterator
Assigns this iterator's contents to be equivalent to AttributedString s.
setStroke(Stroke) - Method in class org.apache.batik.gvt.StrokeShapePainter
Sets the stroke used to draw the outline of a shape.
setTransform(AffineTransform) - Method in class org.apache.batik.gvt.AbstractGraphicsNode
Sets the transform of this node.
setTransform(AffineTransform) - Method in class org.apache.batik.gvt.font.Glyph
Sets the transform to be applied to this glyph.
setTransform(AffineTransform) - Method in interface org.apache.batik.gvt.GraphicsNode
Sets the transform of this node.
setTransform(AffineTransform) - Method in interface org.apache.batik.gvt.renderer.ImageRenderer
Sets the transform from the current user space (as defined by the top node of the GVT tree, to the associated device space.
setTransform(AffineTransform) - Method in class org.apache.batik.gvt.renderer.MacRenderer
Sets the transform from the current user space (as defined by the top node of the GVT tree, to the associated device space.
setTransform(AffineTransform) - Method in interface org.apache.batik.gvt.renderer.Renderer
Sets the transform from the current user space (as defined by the top node of the GVT tree, to the associated device space.
setTransform(AffineTransform) - Method in class org.apache.batik.gvt.renderer.StaticRenderer
Sets the transform from the current user space (as defined by the top node of the GVT tree, to the associated device space.
setTree(GraphicsNode) - Method in class org.apache.batik.gvt.renderer.MacRenderer
This associates the given GVT Tree with this renderer.
setTree(GraphicsNode) - Method in interface org.apache.batik.gvt.renderer.Renderer
This associates the given GVT Tree with this renderer.
setTree(GraphicsNode) - Method in class org.apache.batik.gvt.renderer.StaticRenderer
This associates the given GVT Tree with this renderer.
setupCache(CachableRed) - Method in class org.apache.batik.gvt.renderer.DynamicRenderer
 
setupCache(CachableRed) - Method in class org.apache.batik.gvt.renderer.StaticRenderer
 
setUsePrimitivePaint(boolean) - Method in interface org.apache.batik.gvt.filter.GraphicsNodeRable
Set to true if this Rable should get it's contents by calling primitivePaint on the associated GraphicsNode or false if it should use paint.
setUsePrimitivePaint(boolean) - Method in class org.apache.batik.gvt.filter.GraphicsNodeRable8Bit
Set to true if this Rable should get it's contents by calling primitivePaint on the associated GraphicsNode or false if it should use paint.
setVerticalAlignment(float) - Method in class org.apache.batik.gvt.flow.RegionInfo
Sets the alignment position of the text within this flow region.
setViewingTransform(AffineTransform) - Method in class org.apache.batik.gvt.CanvasGraphicsNode
 
setVisible(boolean) - Method in class org.apache.batik.gvt.AbstractGraphicsNode
Sets if this node is visible or not depending on the specified value.
setVisible(boolean) - Method in class org.apache.batik.gvt.CompositeGraphicsNode
Sets if this node is visible or not depending on the specified value.
setVisible(boolean) - Method in interface org.apache.batik.gvt.GraphicsNode
Sets if this node is visible or not depending on the specified value.
setVisible(boolean) - Method in class org.apache.batik.gvt.ImageNode
 
shape - Variable in class org.apache.batik.gvt.CompositeShapePainter
The shape associated with this painter
shape - Variable in class org.apache.batik.gvt.FillShapePainter
The Shape to be painted.
shape - Variable in class org.apache.batik.gvt.ShapeNode
The shape that describes this ShapeNode.
shape - Variable in class org.apache.batik.gvt.StrokeShapePainter
Shape painted by this painter.
ShapeNode - Class in org.apache.batik.gvt
A graphics node that represents a shape.
ShapeNode() - Constructor for class org.apache.batik.gvt.ShapeNode
Constructs a new empty ShapeNode.
shapePainter - Variable in class org.apache.batik.gvt.ShapeNode
The shape painter used to paint the shape of this shape node.
ShapePainter - Interface in org.apache.batik.gvt
Renders the shape of a ShapeNode.
SHIFT_MASK - Static variable in class org.apache.batik.gvt.event.GraphicsNodeInputEvent
The shift key modifier constant.
size() - Method in class org.apache.batik.gvt.CompositeGraphicsNode
Returns the number of children of this composite graphics node.
size() - Method in class org.apache.batik.gvt.font.AWTGlyphGeometryCache
Returns the size of this table.
size - Variable in class org.apache.batik.gvt.font.AWTGVTFont
 
slope - Variable in class org.apache.batik.gvt.font.GVTFontFace
 
SMALL_CAPS - Static variable in class org.apache.batik.gvt.text.GVTAttributedCharacterIterator.TextAttribute
Value for FONT_VARIANT specifying small caps
sortRow(SegmentList) - Method in class org.apache.batik.gvt.flow.FlowRegions
 
source - Variable in class org.apache.batik.gvt.ProxyGraphicsNode
The graphics node to proxy.
startChar - Variable in class org.apache.batik.gvt.text.TextPaintInfo
 
startMarker - Variable in class org.apache.batik.gvt.MarkerShapePainter
Start Marker
StaticRenderer - Class in org.apache.batik.gvt.renderer
Simple implementation of the Renderer that simply does static rendering in an offscreen buffer image.
StaticRenderer(RenderingHints, AffineTransform) - Constructor for class org.apache.batik.gvt.renderer.StaticRenderer
 
StaticRenderer() - Constructor for class org.apache.batik.gvt.renderer.StaticRenderer
Creates a new StaticRenderer object.
STRIKETHROUGH_ON - Static variable in class org.apache.batik.gvt.text.GVTAttributedCharacterIterator.TextAttribute
Value for STRIKETHROUGH specifying strikethrough-on
strikethroughOffset - Variable in class org.apache.batik.gvt.font.GVTLineMetrics
 
strikethroughPaint - Variable in class org.apache.batik.gvt.text.TextPaintInfo
 
strikethroughPosition - Variable in class org.apache.batik.gvt.font.GVTFontFace
 
strikethroughStroke - Variable in class org.apache.batik.gvt.text.TextPaintInfo
 
strikethroughStrokePaint - Variable in class org.apache.batik.gvt.text.TextPaintInfo
 
strikethroughThickness - Variable in class org.apache.batik.gvt.font.GVTFontFace
 
strikethroughThickness - Variable in class org.apache.batik.gvt.font.GVTLineMetrics
 
stringToLineBreakClasses(String) - Static method in class org.apache.batik.gvt.flow.TextLineBreaks
 
STROKE - Static variable in interface org.apache.batik.gvt.GraphicsNode
Indicates that this graphics node can be the target for events when the mouse is over the stroked area whatever or not it is the visible.
stroke - Variable in class org.apache.batik.gvt.StrokeShapePainter
The stroke attribute used to draw the outline of the shape.
strokedShape - Variable in class org.apache.batik.gvt.StrokeShapePainter
Stroked version of the shape.
strokePaint - Variable in class org.apache.batik.gvt.text.TextPaintInfo
 
StrokeShapePainter - Class in org.apache.batik.gvt
A shape painter that can be used to draw the outline of a shape.
StrokeShapePainter(Shape) - Constructor for class org.apache.batik.gvt.StrokeShapePainter
Constructs a new ShapePainter that can be used to draw the outline of a Shape.
strokeStroke - Variable in class org.apache.batik.gvt.text.TextPaintInfo
 
subList(int, int) - Method in class org.apache.batik.gvt.CompositeGraphicsNode
Not supported - Throws UnsupportedOperationException exception.
SVGGVTGlyphVector - Class in org.apache.batik.gvt.font
A GVTGlyphVector class for SVG fonts.
SVGGVTGlyphVector(GVTFont, Glyph[], FontRenderContext) - Constructor for class org.apache.batik.gvt.font.SVGGVTGlyphVector
Constructs an SVGGVTGlyphVector.
swapGlyphGroupInfo() - Method in class org.apache.batik.gvt.flow.LineInfo
 

T

table - Variable in class org.apache.batik.gvt.font.AWTGlyphGeometryCache
The underlying array
TEXT_COMPOUND_DELIMITER - Static variable in class org.apache.batik.gvt.font.AWTFontFamily
 
TEXT_COMPOUND_DELIMITER - Static variable in class org.apache.batik.gvt.text.GVTAttributedCharacterIterator.TextAttribute
Attribute span delimiter - new tspan, tref, or textelement.
TEXT_COMPOUND_ID - Static variable in class org.apache.batik.gvt.text.GVTAttributedCharacterIterator.TextAttribute
Element identifier all chars from same element will share an ID.
TextAttribute(String) - Constructor for class org.apache.batik.gvt.text.GVTAttributedCharacterIterator.TextAttribute
Construct a TextAttribute key with name s
TextLineBreaks - Class in org.apache.batik.gvt.flow
 
TextLineBreaks() - Constructor for class org.apache.batik.gvt.flow.TextLineBreaks
 
TextPaintInfo - Class in org.apache.batik.gvt.text
One line Class Desc Complete Class Desc
TextPaintInfo() - Constructor for class org.apache.batik.gvt.text.TextPaintInfo
 
TextPaintInfo(TextPaintInfo) - Constructor for class org.apache.batik.gvt.text.TextPaintInfo
 
TEXTPATH - Static variable in class org.apache.batik.gvt.text.GVTAttributedCharacterIterator.TextAttribute
Path along which text is to be laid out
TextPath - Class in org.apache.batik.gvt.text
A text path describes a path along which some text will be rendered.
TextPath(GeneralPath) - Constructor for class org.apache.batik.gvt.text.TextPath
Constructs a TextPath based on the specified path.
toArray() - Method in class org.apache.batik.gvt.CompositeGraphicsNode
Returns an array containing all of the graphics node in the children list of this composite graphics node in the correct order.
toArray(Object[]) - Method in class org.apache.batik.gvt.CompositeGraphicsNode
Returns an array containing all of the graphics node in the children list of this composite graphics node in the correct order.
top - Variable in class org.apache.batik.gvt.flow.BlockInfo
 
top - Variable in class org.apache.batik.gvt.flow.MarginInfo
 
toString() - Method in interface org.apache.batik.gvt.font.GVTFont
 
transform - Variable in class org.apache.batik.gvt.AbstractGraphicsNode
The transform of this graphics node.
TransformAttributeFilter() - Constructor for class org.apache.batik.gvt.text.GVTACIImpl.TransformAttributeFilter
 
TRANSPARENT_WHITE - Static variable in class org.apache.batik.gvt.renderer.MacRenderer
 
treeRoot - Variable in class org.apache.batik.gvt.GVTTreeWalker
The root of the subtree of the GVT which is traversed.

U

UNDERLINE_ON - Static variable in class org.apache.batik.gvt.text.GVTAttributedCharacterIterator.TextAttribute
Value for UNDERLINE specifying underlining-on
underlineOffset - Variable in class org.apache.batik.gvt.font.GVTLineMetrics
 
underlinePaint - Variable in class org.apache.batik.gvt.text.TextPaintInfo
 
underlinePosition - Variable in class org.apache.batik.gvt.font.GVTFontFace
 
underlineStroke - Variable in class org.apache.batik.gvt.text.TextPaintInfo
 
underlineStrokePaint - Variable in class org.apache.batik.gvt.text.TextPaintInfo
 
underlineThickness - Variable in class org.apache.batik.gvt.font.GVTFontFace
 
underlineThickness - Variable in class org.apache.batik.gvt.font.GVTLineMetrics
 
UnicodeRange - Class in org.apache.batik.gvt.font
A class that represents a CSS unicode range.
UnicodeRange(String) - Constructor for class org.apache.batik.gvt.font.UnicodeRange
Constructs a unicode range from a CSS unicode range string.
unitsPerEm - Variable in class org.apache.batik.gvt.font.GVTFontFace
 
UnresolvedFontFamily - Class in org.apache.batik.gvt.font
A font family class for unresolved fonts.
UnresolvedFontFamily(GVTFontFace) - Constructor for class org.apache.batik.gvt.font.UnresolvedFontFamily
Constructs an UnresolvedFontFamily with the specified familyName.
UnresolvedFontFamily(String) - Constructor for class org.apache.batik.gvt.font.UnresolvedFontFamily
Constructs an UnresolvedFontFamily with the specified familyName.
updateOffScreen(int, int) - Method in interface org.apache.batik.gvt.renderer.ImageRenderer
Update the required size of the offscreen buffer.
updateOffScreen(int, int) - Method in class org.apache.batik.gvt.renderer.MacRenderer
Update the size of the image to be returned by getOffScreen.
updateOffScreen(int, int) - Method in class org.apache.batik.gvt.renderer.StaticRenderer
Update the size of the image to be returned by getOffScreen.
updateRangeInfo() - Method in class org.apache.batik.gvt.flow.LineInfo
 
UpdateTracker - Class in org.apache.batik.gvt
This class tracks the changes on a GVT tree
UpdateTracker() - Constructor for class org.apache.batik.gvt.UpdateTracker
 
updateWorkingBuffers() - Method in class org.apache.batik.gvt.renderer.DynamicRenderer
 
updateWorkingBuffers() - Method in class org.apache.batik.gvt.renderer.MacRenderer
 
updateWorkingBuffers() - Method in class org.apache.batik.gvt.renderer.StaticRenderer
Internal method used to synchronize local state in response to various set methods.
usr2dev - Variable in class org.apache.batik.gvt.PatternPaintContext
 
usr2dev - Variable in class org.apache.batik.gvt.renderer.MacRenderer
 
usr2dev - Variable in class org.apache.batik.gvt.renderer.StaticRenderer
 

V

Value(Shape, Rectangle2D) - Constructor for class org.apache.batik.gvt.font.AWTGlyphGeometryCache.Value
Constructs a new Value with the specified parameter.
VERTICAL_ORIENTATION - Static variable in class org.apache.batik.gvt.text.GVTAttributedCharacterIterator.TextAttribute
 
VERTICAL_ORIENTATION_ANGLE - Static variable in class org.apache.batik.gvt.text.GVTAttributedCharacterIterator.TextAttribute
 
viewingTransform - Variable in class org.apache.batik.gvt.CanvasGraphicsNode
This is the viewing transform for this graphics node.
VIEWPORT - Static variable in class org.apache.batik.gvt.CompositeGraphicsNode
 
VISIBLE - Static variable in interface org.apache.batik.gvt.GraphicsNode
Indicates that this graphics node can be the target for events when it is visible and whatever is the filled and stroked area.
visible - Variable in class org.apache.batik.gvt.text.TextPaintInfo
 
VISIBLE_FILL - Static variable in interface org.apache.batik.gvt.GraphicsNode
Indicates that this graphics node can be the target for events when it is visible and when the mouse is over the filled area if any.
VISIBLE_PAINTED - Static variable in interface org.apache.batik.gvt.GraphicsNode
Indicates that this graphics node can be the target for events when it is visible and when the mouse is over the "painted" area.
VISIBLE_STROKE - Static variable in interface org.apache.batik.gvt.GraphicsNode
Indicates that this graphics node can be the target for events when it is visible and when the mouse is over the stroked area if any.

W

weakRef - Variable in class org.apache.batik.gvt.AbstractGraphicsNode
A Weak Reference to this.
wheelDelta - Variable in class org.apache.batik.gvt.event.GraphicsNodeMouseWheelEvent
Indicates the number of wheel notches have been moved.
WORD_LIMIT - Static variable in class org.apache.batik.gvt.flow.TextLineBreaks
 
WORD_SPACING - Static variable in class org.apache.batik.gvt.text.GVTAttributedCharacterIterator.TextAttribute
User-specified width for whitespace characters.
WordInfo - Class in org.apache.batik.gvt.flow
One line Class Desc Complete Class Desc
WordInfo(int) - Constructor for class org.apache.batik.gvt.flow.WordInfo
 
workImg - Variable in class org.apache.batik.gvt.renderer.MacRenderer
 
workingBaseRaster - Variable in class org.apache.batik.gvt.renderer.StaticRenderer
 
workingOffScreen - Variable in class org.apache.batik.gvt.renderer.StaticRenderer
 
workingRaster - Variable in class org.apache.batik.gvt.renderer.StaticRenderer
 
WRITING_MODE - Static variable in class org.apache.batik.gvt.text.GVTAttributedCharacterIterator.TextAttribute
Directional writing mode applied to this character span.
WRITING_MODE_LTR - Static variable in class org.apache.batik.gvt.text.GVTAttributedCharacterIterator.TextAttribute
Value for WRITING_MODE indicating left-to-right
WRITING_MODE_RTL - Static variable in class org.apache.batik.gvt.text.GVTAttributedCharacterIterator.TextAttribute
Value for WRITING_MODE indicating right-to-left
WRITING_MODE_TTB - Static variable in class org.apache.batik.gvt.text.GVTAttributedCharacterIterator.TextAttribute
Value for WRITING_MODE indicating top-to-botton

X

X - Static variable in class org.apache.batik.gvt.text.GVTAttributedCharacterIterator.TextAttribute
User-space X coordinate for character.

Y

Y - Static variable in class org.apache.batik.gvt.text.GVTAttributedCharacterIterator.TextAttribute
User-space Y coordinate for character.
A B C D E F G H I K L M N O P Q R S T U V W X Y 
Skip navigation links

Copyright © 2000–2020 Apache Software Foundation. All rights reserved.