Serialized Form
Package org.apache.batik.apps.svgbrowser |
buttonFactory
ButtonFactory buttonFactory
- The button factory
gvtRoot
GraphicsNode gvtRoot
- The GVT root into which text is searched.
walker
GVTTreeWalker walker
- The GVTTreeWalker used to scan the GVT Tree.
search
javax.swing.JTextField search
- The TextField that owns the text to search.
next
javax.swing.JButton next
- The next button.
previous
javax.swing.JButton previous
- The next button.
close
javax.swing.JButton close
- The cancel button.
caseSensitive
javax.swing.JCheckBox caseSensitive
- The case sensitive button.
enableZoom
javax.swing.JCheckBox enableZoom
- The zoom button.
svgCanvas
JSVGCanvas svgCanvas
- The canvas.
listeners
java.util.Map listeners
- The map that contains the listeners
this$0
FindDialog this$0
this$0
FindDialog this$0
this$0
FindDialog this$0
application
Application application
- The current application.
svgCanvas
JSVGCanvas svgCanvas
- The JSVGCanvas.
currentPath
java.io.File currentPath
- The current path.
currentExportPath
java.io.File currentExportPath
- The current export path.
backAction
JSVGViewerFrame.BackAction backAction
- The back action
forwardAction
JSVGViewerFrame.ForwardAction forwardAction
- The forward action
stopAction
JSVGViewerFrame.StopAction stopAction
- The stop action
previousTransformAction
JSVGViewerFrame.PreviousTransformAction previousTransformAction
- The previous transform action
nextTransformAction
JSVGViewerFrame.NextTransformAction nextTransformAction
- The next transform action
debug
boolean debug
- The debug flag.
autoAdjust
boolean autoAdjust
- The auto adjust flag.
userAgent
SVGUserAgent userAgent
- The SVG user agent.
svgDocument
SVGDocument svgDocument
- The current document.
uriChooser
URIChooser uriChooser
- The URI chooser.
domViewer
DOMViewer domViewer
- The DOM viewer.
findDialog
FindDialog findDialog
- The Find dialog.
thumbnailDialog
ThumbnailDialog thumbnailDialog
- The Find dialog.
transformDialog
JAffineTransformChooser.Dialog transformDialog
- The transform dialog
locationBar
LocationBar locationBar
- The location bar.
statusBar
StatusBar statusBar
- The status bar.
title
java.lang.String title
- The initial frame title.
localHistory
LocalHistory localHistory
- The local history.
transformHistory
TransformHistory transformHistory
- The transform history.
listeners
java.util.Map listeners
- The map that contains the action listeners
time
long time
this$0
JSVGViewerFrame this$0
this$0
JSVGViewerFrame this$0
components
java.util.List components
this$0
JSVGViewerFrame this$0
this$0
JSVGViewerFrame this$0
this$0
JSVGViewerFrame this$0
this$0
JSVGViewerFrame this$0
this$0
JSVGViewerFrame this$0
this$0
JSVGViewerFrame this$0
this$0
JSVGViewerFrame this$0
this$0
JSVGViewerFrame this$0
components
java.util.List components
this$0
JSVGViewerFrame this$0
this$0
JSVGViewerFrame this$0
this$0
JSVGViewerFrame this$0
components
java.util.List components
this$0
JSVGViewerFrame this$0
this$0
JSVGViewerFrame this$0
this$0
JSVGViewerFrame this$0
this$0
JSVGViewerFrame this$0
components
java.util.List components
this$0
JSVGViewerFrame this$0
this$0
JSVGViewerFrame this$0
this$0
JSVGViewerFrame this$0
this$0
JSVGViewerFrame this$0
this$0
JSVGViewerFrame this$0
components
java.util.List components
this$0
JSVGViewerFrame this$0
this$0
JSVGViewerFrame this$0
this$0
JSVGViewerFrame this$0
this$0
JSVGViewerFrame this$0
model
PreferenceManager model
- PreferenceManager used to store and retrieve
preferences
configPanelSelector
org.apache.batik.apps.svgbrowser.ConfigurationPanelSelector configPanelSelector
- Allows selection of the desired configuration panel
languagePanel
LanguageDialog.Panel languagePanel
- Allows selection of the user languages
userStylesheetPanel
UserStyleDialog.Panel userStylesheetPanel
- Allows selection of a user stylesheet
showRendering
javax.swing.JCheckBox showRendering
autoAdjustWindow
javax.swing.JCheckBox autoAdjustWindow
showDebugTrace
javax.swing.JCheckBox showDebugTrace
enableDoubleBuffering
javax.swing.JCheckBox enableDoubleBuffering
host
javax.swing.JTextField host
port
javax.swing.JTextField port
returnCode
int returnCode
- Code indicating whether the dialog was OKayed
or cancelled
xPosition
javax.swing.JLabel xPosition
- The x position/width label.
yPosition
javax.swing.JLabel yPosition
- The y position/height label.
zoom
javax.swing.JLabel zoom
- The zoom label.
message
javax.swing.JLabel message
- The message label
mainMessage
java.lang.String mainMessage
- The main message
temporaryMessage
java.lang.String temporaryMessage
- The temporary message
displayThread
java.lang.Thread displayThread
- The current display thread.
svgCanvas
JSVGCanvas svgCanvas
- The canvas that owns the SVG document to display.
svgThumbnailCanvas
JGVTComponent svgThumbnailCanvas
- The canvas that displays the thumbnail.
documentChanged
boolean documentChanged
- A flag bit that indicates a document has been loaded.
overlay
ThumbnailDialog.AreaOfInterestOverlay overlay
- The overlay used to display the area of interest.
this$0
XMLPreferenceManager this$0
Package org.apache.batik.bridge |
e
Element e
- The element on which the error occured.
code
java.lang.String code
- The error code.
params
java.lang.Object[] params
- The paramters to use for the error message.
line
int line
- The line number on which the error occured.
node
GraphicsNode node
- The graphics node that represents the current state of the GVT tree.
context
BridgeContext context
- The bridge context.
type
int type
- Type of the event.
attrName
java.lang.String attrName
- The name of the modified attribute.
attrNewValue
java.lang.String attrNewValue
- The new value of the modified attribute.
graphicsNode
GraphicsNode graphicsNode
- Graphic node impacted by the mutation
styleMutationEvent
BridgeMutationEvent styleMutationEvent
- Sub event describing modification of a style element
Package org.apache.batik.css.parser |
exception
java.lang.Exception exception
- The embedded exception if tunnelling, or null.
lineNumber
int lineNumber
- The line number.
columnNumber
int columnNumber
- The column number.
Package org.apache.batik.dom |
nodeName
java.lang.String nodeName
- The name of this node.
unspecified
boolean unspecified
- Whether this attribute was not specified in the original document.
namespaceURI
java.lang.String namespaceURI
- The namespace URI
nodeValue
java.lang.String nodeValue
- The value of this node.
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Reads the object from the given stream.
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException
- Writes the object to the given stream.
attributes
NamedNodeMap attributes
- The attributes of this element.
hash
int hash
- The hash code
namespaceURI
java.lang.String namespaceURI
- The namespace URI
name
java.lang.String name
- The node name.
value
Node value
- The value
next
AbstractElement.Entry next
- The next entry
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Reads the object from the given stream.
this$0
AbstractElement this$0
table
AbstractElement.Entry[] table
- The underlying array
count
int count
- The number of entries
namespaceURI
java.lang.String namespaceURI
- The namespace URI
nodeName
java.lang.String nodeName
- The node name.
publicId
java.lang.String publicId
- The public id.
systemId
java.lang.String systemId
- The system id.
nodeName
java.lang.String nodeName
- The node name.
nodeName
java.lang.String nodeName
- The node name.
publicId
java.lang.String publicId
- The public id.
systemId
java.lang.String systemId
- The system id.
childNodes
AbstractParentNode.ChildNodes childNodes
- The children.
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Reads the object from the given stream.
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException
- Writes the object to the given stream.
this$0
AbstractParentNode this$0
children
int children
- The number of children.
data
java.lang.String data
- The data.
readonly
boolean readonly
- Is this attribute immutable?
readonly
boolean readonly
- Is this attribute immutable?
readonly
boolean readonly
- Is this element immutable?
readonly
boolean readonly
- Is this element immutable?
readonly
boolean readonly
- Is this document immutable?
readonly
boolean readonly
- Is this element immutable?
nodeName
java.lang.String nodeName
- The node name.
readonly
boolean readonly
- Is this element immutable?
nodeName
java.lang.String nodeName
- The node name.
readonly
boolean readonly
- Is this element immutable?
readonly
boolean readonly
- Is this node immutable?
readonly
boolean readonly
- Is this node immutable?
readonly
boolean readonly
- Is this node immutable?
target
java.lang.String target
- The target.
readonly
boolean readonly
- Is this node immutable?
readonly
boolean readonly
- Is this element immutable?
readonly
boolean readonly
- Is this node immutable?
factory
StyleSheetFactory factory
- The stylesheet factory.
Package org.apache.batik.dom.svg |
transformableSupport
SVGTransformableSupport transformableSupport
- The transformable support.
stylableSupport
SVGStylableSupport stylableSupport
- The stylable support.
externalResourcesRequiredSupport
SVGExternalResourcesRequiredSupport externalResourcesRequiredSupport
- The SVGExternalResourcesRequired support.
testsSupport
SVGTestsSupport testsSupport
- The tests support.
stylableSupport
SVGStylableSupport stylableSupport
- The stylable support.
transformableSupport
SVGTransformableSupport transformableSupport
- The transformable support.
stylableSupport
SVGStylableSupport stylableSupport
- The stylable support.
externalResourcesRequiredSupport
SVGExternalResourcesRequiredSupport externalResourcesRequiredSupport
- The SVGExternalResourcesRequired support.
testsSupport
SVGTestsSupport testsSupport
- The tests support.
localizableSupport
LocalizableSupport localizableSupport
- The localizable support for the error messages.
url
java.net.URL url
- The url of the document.
readonly
boolean readonly
- Is this document immutable?
defaultView
AbstractView defaultView
- The default view.
context
SVGContext context
- The document context.
referrer
java.lang.String referrer
- The string representing the referrer.
styleSheets
DOMStyleSheetList styleSheets
readonly
boolean readonly
- Is this element immutable?
prefix
java.lang.String prefix
- The element prefix.
liveAttributeValues
java.util.Map liveAttributeValues
- The live attribute values map.
parentElement
Element parentElement
- The parent element.
this$0
SVGOMElement this$0
stylableSupport
SVGStylableSupport stylableSupport
- The stylable support.
externalResourcesRequiredSupport
SVGExternalResourcesRequiredSupport externalResourcesRequiredSupport
- The SVGExternalResourcesRequired support.
stylableSupport
SVGStylableSupport stylableSupport
- The stylable support.
stylableSupport
SVGStylableSupport stylableSupport
- The stylable support.
uriReferenceSupport
SVGURIReferenceSupport uriReferenceSupport
- The SVGURIReference support.
externalResourcesRequiredSupport
SVGExternalResourcesRequiredSupport externalResourcesRequiredSupport
- The SVGExternalResourcesRequired support.
transformableSupport
SVGTransformableSupport transformableSupport
- The transformable support.
stylableSupport
SVGStylableSupport stylableSupport
- The stylable support.
stylableSupport
SVGStylableSupport stylableSupport
- The stylable support.
uriReferenceSupport
SVGURIReferenceSupport uriReferenceSupport
- The SVGURIReference support.
stylableSupport
SVGStylableSupport stylableSupport
- The stylable support.
externalResourcesRequiredSupport
SVGExternalResourcesRequiredSupport externalResourcesRequiredSupport
- The SVGExternalResourcesRequired support.
stylableSupport
SVGStylableSupport stylableSupport
- The stylable support.
uriReferenceSupport
SVGURIReferenceSupport uriReferenceSupport
- The SVGURIReference support.
externalResourcesRequiredSupport
SVGExternalResourcesRequiredSupport externalResourcesRequiredSupport
- The SVGExternalResourcesRequired support.
x1Reference
java.lang.ref.WeakReference x1Reference
- The reference to the x1 attribute.
y1Reference
java.lang.ref.WeakReference y1Reference
- The reference to the y1 attribute.
x2Reference
java.lang.ref.WeakReference x2Reference
- The reference to the x2 attribute.
y2Reference
java.lang.ref.WeakReference y2Reference
- The reference to the y2 attribute.
x1Reference
java.lang.ref.WeakReference x1Reference
- The reference to the x1 attribute.
y1Reference
java.lang.ref.WeakReference y1Reference
- The reference to the y1 attribute.
x2Reference
java.lang.ref.WeakReference x2Reference
- The reference to the x2 attribute.
y2Reference
java.lang.ref.WeakReference y2Reference
- The reference to the y2 attribute.
stylableSupport
SVGStylableSupport stylableSupport
- The stylable support.
externalResourcesRequiredSupport
SVGExternalResourcesRequiredSupport externalResourcesRequiredSupport
- The SVGExternalResourcesRequired support.
xReference
java.lang.ref.WeakReference xReference
- The reference to the x attribute.
yReference
java.lang.ref.WeakReference yReference
- The reference to the y attribute.
widthReference
java.lang.ref.WeakReference widthReference
- The reference to the width attribute.
heightReference
java.lang.ref.WeakReference heightReference
- The reference to the height attribute.
uriReferenceSupport
SVGURIReferenceSupport uriReferenceSupport
- The SVGURIReference support.
externalResourcesRequiredSupport
SVGExternalResourcesRequiredSupport externalResourcesRequiredSupport
- The SVGExternalResourcesRequired support.
testsSupport
SVGTestsSupport testsSupport
- The tests support.
stylableSupport
SVGStylableSupport stylableSupport
- The stylable support.
cxReference
java.lang.ref.WeakReference cxReference
- The reference to the cx attribute.
cyReference
java.lang.ref.WeakReference cyReference
- The reference to the cy attribute.
rReference
java.lang.ref.WeakReference rReference
- The reference to the r attribute.
fxReference
java.lang.ref.WeakReference fxReference
- The reference to the fx attribute.
fyReference
java.lang.ref.WeakReference fyReference
- The reference to the fy attribute.
xReference
java.lang.ref.WeakReference xReference
- The reference to the x attribute.
yReference
java.lang.ref.WeakReference yReference
- The reference to the y attribute.
widthReference
java.lang.ref.WeakReference widthReference
- The reference to the width attribute.
heightReference
java.lang.ref.WeakReference heightReference
- The reference to the height attribute.
rxReference
java.lang.ref.WeakReference rxReference
- The reference to the rx attribute.
ryReference
java.lang.ref.WeakReference ryReference
- The reference to the ry attribute.
uriReferenceSupport
SVGURIReferenceSupport uriReferenceSupport
- The SVGURIReference support.
externalResourcesRequiredSupport
SVGExternalResourcesRequiredSupport externalResourcesRequiredSupport
- The SVGExternalResourcesRequired support.
stylableSupport
SVGStylableSupport stylableSupport
- The stylable support.
sheet
StyleSheet sheet
- The style sheet.
xReference
java.lang.ref.WeakReference xReference
- The reference to the x attribute.
yReference
java.lang.ref.WeakReference yReference
- The reference to the y attribute.
widthReference
java.lang.ref.WeakReference widthReference
- The reference to the width attribute.
heightReference
java.lang.ref.WeakReference heightReference
- The reference to the height attribute.
parentElement
Element parentElement
- The parent element.
stylableSupport
SVGStylableSupport stylableSupport
- The stylable support.
externalResourcesRequiredSupport
SVGExternalResourcesRequiredSupport externalResourcesRequiredSupport
- The SVGExternalResourcesRequired support.
testsSupport
SVGTestsSupport testsSupport
- The tests support.
stylableSupport
SVGStylableSupport stylableSupport
- The stylable support.
externalResourcesRequiredSupport
SVGExternalResourcesRequiredSupport externalResourcesRequiredSupport
- The SVGExternalResourcesRequired support.
stylableSupport
SVGStylableSupport stylableSupport
- The stylable support.
externalResourcesRequiredSupport
SVGExternalResourcesRequiredSupport externalResourcesRequiredSupport
- The SVGExternalResourcesRequired support.
testsSupport
SVGTestsSupport testsSupport
- The tests support.
transformableSupport
SVGTransformableSupport transformableSupport
- The transformable support.
uriReferenceSupport
SVGURIReferenceSupport uriReferenceSupport
- The SVGURIReference support.
xReference
java.lang.ref.WeakReference xReference
- The reference to the x attribute.
yReference
java.lang.ref.WeakReference yReference
- The reference to the y attribute.
dxReference
java.lang.ref.WeakReference dxReference
- The reference to the dx attribute.
dyReference
java.lang.ref.WeakReference dyReference
- The reference to the dy attribute.
rotateReference
java.lang.ref.WeakReference rotateReference
- The reference to the rotate attribute.
localName
java.lang.String localName
- This element's local name
uriReferenceSupport
SVGURIReferenceSupport uriReferenceSupport
- The SVGURIReference support.
uriReferenceSupport
SVGURIReferenceSupport uriReferenceSupport
- The SVGURIReference support.
Package org.apache.batik.dom.util |
table
HashTable.Entry[] table
- The underlying array
count
int count
- The number of entries
hash
int hash
- The hash code
key
java.lang.Object key
- The key
value
java.lang.Object value
- The value
next
HashTable.Entry next
- The next entry
Package org.apache.batik.ext.awt.color |
intent
int intent
Package org.apache.batik.ext.awt.image |
desc
java.lang.String desc
val
int val
rule
int rule
- The composite rule for this object.
k1
float k1
k2
float k2
k3
float k3
k4
float k4
mode
int mode
- The pad mode for this object.
Package org.apache.batik.ext.awt.image.codec |
suppressAlpha
boolean suppressAlpha
expandPalette
boolean expandPalette
output8BitGray
boolean output8BitGray
performGammaCorrection
boolean performGammaCorrection
userExponent
float userExponent
displayExponent
float displayExponent
expandGrayAlpha
boolean expandGrayAlpha
generateEncodeParam
boolean generateEncodeParam
encodeParam
PNGEncodeParam encodeParam
bitDepth
int bitDepth
bitDepthSet
boolean bitDepthSet
useInterlacing
boolean useInterlacing
chromaticity
float[] chromaticity
chromaticitySet
boolean chromaticitySet
gamma
float gamma
gammaSet
boolean gammaSet
paletteHistogram
int[] paletteHistogram
paletteHistogramSet
boolean paletteHistogramSet
ICCProfileData
byte[] ICCProfileData
ICCProfileDataSet
boolean ICCProfileDataSet
physicalDimension
int[] physicalDimension
physicalDimensionSet
boolean physicalDimensionSet
suggestedPalette
PNGSuggestedPaletteEntry[] suggestedPalette
suggestedPaletteSet
boolean suggestedPaletteSet
significantBits
int[] significantBits
significantBitsSet
boolean significantBitsSet
SRGBIntent
int SRGBIntent
SRGBIntentSet
boolean SRGBIntentSet
text
java.lang.String[] text
textSet
boolean textSet
modificationTime
java.util.Date modificationTime
modificationTimeSet
boolean modificationTimeSet
transparencySet
boolean transparencySet
zText
java.lang.String[] zText
zTextSet
boolean zTextSet
chunkType
java.util.Vector chunkType
chunkData
java.util.Vector chunkData
backgroundSet
boolean backgroundSet
backgroundPaletteGray
int backgroundPaletteGray
transparency
int[] transparency
bitShift
int bitShift
bitShiftSet
boolean bitShiftSet
backgroundSet
boolean backgroundSet
palette
int[] palette
paletteSet
boolean paletteSet
backgroundPaletteIndex
int backgroundPaletteIndex
transparency
int[] transparency
backgroundSet
boolean backgroundSet
backgroundRGB
int[] backgroundRGB
transparency
int[] transparency
name
java.lang.String name
- The name of the entry.
sampleDepth
int sampleDepth
- The depth of the color samples.
red
int red
- The red color value of the entry.
green
int green
- The green color value of the entry.
blue
int blue
- The blue color value of the entry.
alpha
int alpha
- The alpha opacity value of the entry.
frequency
int frequency
- The probable frequency of the color in the image.
Package org.apache.batik.ext.awt.image.codec.tiff |
decodePaletteAsShorts
boolean decodePaletteAsShorts
ifdOffset
java.lang.Long ifdOffset
convertJPEGYCbCrToRGB
boolean convertJPEGYCbCrToRGB
isBigEndian
boolean isBigEndian
- A boolean storing the endianness of the stream.
numEntries
int numEntries
- The number of entries in the IFD.
fields
TIFFField[] fields
- An array of TIFFFields.
fieldIndex
java.util.Hashtable fieldIndex
- A Hashtable indexing the fields by tag number.
IFDOffset
long IFDOffset
- The offset of this IFD.
nextIFDOffset
long nextIFDOffset
- The offset of the next IFD.
compression
int compression
writeTiled
boolean writeTiled
tileWidth
int tileWidth
tileHeight
int tileHeight
extraImages
java.util.Iterator extraImages
extraFields
TIFFField[] extraFields
convertJPEGRGBToYCbCr
boolean convertJPEGRGBToYCbCr
jpegEncodeParam
com.sun.image.codec.jpeg.JPEGEncodeParam jpegEncodeParam
deflateLevel
int deflateLevel
tag
int tag
- The tag number.
type
int type
- The tag type.
count
int count
- The number of data items present in the field.
data
java.lang.Object data
- The field data.
Package org.apache.batik.ext.swing |
txf
java.awt.geom.AffineTransform txf
- The AffineTransform value represented by the
chooser
txModel
DoubleDocument txModel
- The Model for the x-axis translate component
tyModel
DoubleDocument tyModel
- The Model for the y-axis translate component
sxModel
DoubleDocument sxModel
- The Model for the x-axis scale component
syModel
DoubleDocument syModel
- The Model for the y-axis scale component
rxModel
DoubleDocument rxModel
- The Model for the x-axis rotation center
ryModel
DoubleDocument ryModel
- The Model for the y-axis rotation center
rotateModel
DoubleDocument rotateModel
- The Model for the rotation
chooserPane
JAffineTransformChooser chooserPane
tracker
org.apache.batik.ext.swing.AffineTransformTracker tracker
insetsManager
JGridBagPanel.InsetsManager insetsManager
- Used to get insets at any given cell location
Package org.apache.batik.extension |
prefix
java.lang.String prefix
- The element prefix.
stylableSupport
SVGStylableSupport stylableSupport
- The stylable support.
Package org.apache.batik.extension.svg |
Package org.apache.batik.gvt |
type
int type
Package org.apache.batik.gvt.event |
child
GraphicsNode child
- The graphics node that was added or removed.
consumed
boolean consumed
- Indicates whether or not this event is consumed.
id
int id
- The ID of this event.
when
long when
- The graphics node input events Time stamp. The time stamp is in
UTC format that indicates when the input event was
created.
modifiers
int modifiers
- The state of the modifier key at the time the graphics node
input event was fired.
keyCode
int keyCode
- The unique value assigned to each of the keys on the
keyboard. There is a common set of key codes that
can be fired by most keyboards.
The symbolic name for a key code should be used rather
than the code value itself.
keyChar
char keyChar
keyChar
is a valid unicode character
that is fired by a key or a key combination on
a keyboard.
x
float x
- The graphics node mouse events x coordinate.
The x value is relative to the graphics node that fired the event.
y
float y
- The graphics node mouse events y coordinate.
The y value is relative to the graphics node that fired the event.
clickCount
int clickCount
- Indicates the number of quick consecutive clicks of a mouse button.
relatedNode
GraphicsNode relatedNode
- Additional information. For a MOUSE_EXITED, this will contain the
destination node, for a MOUSE_ENTERED the last node and for
a MOUSE_DRAGGED the node under the mouse pointer.
Package org.apache.batik.gvt.text |
Package org.apache.batik.parser |
exception
java.lang.Exception exception
- The embedded exception if tunnelling, or null.
lineNumber
int lineNumber
- The line number.
columnNumber
int columnNumber
- The column number.
Package org.apache.batik.script |
line
int line
column
int column
embedded
java.lang.Exception embedded
Package org.apache.batik.svggen |
embedded
java.io.IOException embedded
- The enclosed exception.
embedded
java.lang.Exception embedded
- The enclosed exception.
Package org.apache.batik.swing |
zoomInteractor
Interactor zoomInteractor
- An interactor to perform a zoom.
Binding: BUTTON1 + CTRL Key
imageZoomInteractor
Interactor imageZoomInteractor
- An interactor to perform a realtime zoom.
Binding: BUTTON3 + SHIFT Key
panInteractor
Interactor panInteractor
- An interactor to perform a translation.
Binding: BUTTON1 + SHIFT Key
rotateInteractor
Interactor rotateInteractor
- An interactor to perform a rotation.
Binding: BUTTON3 + CTRL Key
resetTransformInteractor
Interactor resetTransformInteractor
- An interactor to reset the rendering transform.
Binding: CTRL+SHIFT+BUTTON3
isZoomInteractorEnabled
boolean isZoomInteractorEnabled
- This flag bit indicates whether or not the zoom interactor is
enabled. True means the zoom interactor is functional.
isImageZoomInteractorEnabled
boolean isImageZoomInteractorEnabled
- This flag bit indicates whether or not the image zoom interactor is
enabled. True means the image zoom interactor is functional.
isPanInteractorEnabled
boolean isPanInteractorEnabled
- This flag bit indicates whether or not the pan interactor is
enabled. True means the pan interactor is functional.
isRotateInteractorEnabled
boolean isRotateInteractorEnabled
- This flag bit indicates whether or not the rotate interactor is
enabled. True means the rotate interactor is functional.
isResetTransformInteractorEnabled
boolean isResetTransformInteractorEnabled
- This flag bit indicates whether or not the reset transform interactor is
enabled. True means the reset transform interactor is functional.
pcs
java.beans.PropertyChangeSupport pcs
- The PropertyChangeSupport used to fire
PropertyChangeEvent.
uri
java.lang.String uri
- The URI of the current document being displayed.
locationListener
JSVGCanvas.LocationListener locationListener
- Keeps track of the last known mouse position over the canvas.
This is used for displaying tooltips at the right location.
Package org.apache.batik.swing.gvt |
image
java.awt.image.BufferedImage image
- The buffered image.
listener
JGVTComponent.Listener listener
- The listener.
gvtTreeRenderer
GVTTreeRenderer gvtTreeRenderer
- The GVT tree renderer.
gvtRoot
GraphicsNode gvtRoot
- The GVT tree root.
rendererFactory
ImageRendererFactory rendererFactory
- The renderer factory.
renderer
ImageRenderer renderer
- The current renderer.
gvtTreeRendererListeners
java.util.List gvtTreeRendererListeners
- The GVT tree renderer listeners.
needRender
boolean needRender
- Whether a render was requested.
progressivePaint
boolean progressivePaint
- Whether to allow progressive paint.
progressivePaintThread
java.lang.Thread progressivePaintThread
- The progressive paint thread.
image
java.awt.image.BufferedImage image
- The image to paint.
initialTransform
java.awt.geom.AffineTransform initialTransform
- The initial rendering transform.
renderingTransform
java.awt.geom.AffineTransform renderingTransform
- The transform used for rendering.
paintingTransform
java.awt.geom.AffineTransform paintingTransform
- The transform used for painting.
interactors
java.util.List interactors
- The interactor list.
interactor
Interactor interactor
- The current interactor.
overlays
java.util.List overlays
- The overlays.
eventDispatcher
AWTEventDispatcher eventDispatcher
- The event dispatcher.
textSelectionManager
TextSelectionManager textSelectionManager
- The text selection manager.
doubleBufferedRendering
boolean doubleBufferedRendering
- Whether the double buffering is enabled.
eventsEnabled
boolean eventsEnabled
- Whether the GVT tree should be reactive to mouse and key events.
selectableText
boolean selectableText
- Whether the text should be selectable if eventEnabled is false,
this flag is ignored.
suspendInteractions
boolean suspendInteractions
- Whether to suspend interactions.
disableInteractions
boolean disableInteractions
- Whether to inconditionally disable interactions.
Package org.apache.batik.swing.svg |
gvtRoot
GraphicsNode gvtRoot
- The GVT root.
documentLoader
SVGDocumentLoader documentLoader
- The document loader.
nextDocumentLoader
SVGDocumentLoader nextDocumentLoader
- The next document loader to run.
loader
DocumentLoader loader
- The concrete bridge document loader.
gvtTreeBuilder
GVTTreeBuilder gvtTreeBuilder
- The GVT tree builder.
nextGVTTreeBuilder
GVTTreeBuilder nextGVTTreeBuilder
- The next GVT tree builder to run.
svgDocument
SVGDocument svgDocument
- The current SVG document.
svgDocumentLoaderListeners
java.util.List svgDocumentLoaderListeners
- The document loader listeners.
gvtTreeBuilderListeners
java.util.List gvtTreeBuilderListeners
- The GVT tree builder listeners.
linkActivationListeners
java.util.List linkActivationListeners
- The link activation listeners.
userAgent
UserAgent userAgent
- The user agent.
svgUserAgent
SVGUserAgent svgUserAgent
- The SVG user agent.
bridgeContext
BridgeContext bridgeContext
- The current bridge context.
fragmentIdentifier
java.lang.String fragmentIdentifier
- The current document fragment identifier.
referencedURI
java.lang.String referencedURI
- The URI the link references.
svgDocument
SVGDocument svgDocument
- The associated SVG document.
Package org.apache.batik.transcoder |
ex
java.lang.Exception ex
- The enclosed exception.
Package org.apache.batik.util.gui |
listeners
java.util.Map listeners
- The map that contains the listeners
panel
DOMViewer.Panel panel
- The panel.
this$0
DOMViewer this$0
document
Document document
- The DOM document.
viewCSS
ViewCSS viewCSS
- The ViewCSS object associated with the document.
tree
javax.swing.JTree tree
- The tree.
splitPane
javax.swing.JSplitPane splitPane
- The split pane.
rightPanel
javax.swing.JPanel rightPanel
- The right panel.
attributesTable
javax.swing.JTable attributesTable
- The attributes table.
propertiesTable
javax.swing.JTable propertiesTable
- The properties table.
elementPanel
javax.swing.JPanel elementPanel
- The element panel.
characterData
javax.swing.JTextArea characterData
- The CharacterData panel text area.
characterDataPanel
javax.swing.JPanel characterDataPanel
- The CharacterData node panel.
documentInfo
javax.swing.JTextArea documentInfo
- The documentInfo panel text area.
documentInfoPanel
javax.swing.JPanel documentInfoPanel
- The documentInfo node panel.
this$0
DOMViewer.Panel this$0
node
Node node
- The node.
this$0
DOMViewer.Panel this$0
node
Node node
- The node.
style
CSSStyleDeclaration style
- The computed style.
propertyNames
java.util.List propertyNames
- The property names.
this$0
DOMViewer.Panel this$0
elementIcon
javax.swing.ImageIcon elementIcon
- The icon used to represent elements.
commentIcon
javax.swing.ImageIcon commentIcon
- The icon used to represent comments.
piIcon
javax.swing.ImageIcon piIcon
- The icon used to represent processing instructions.
textIcon
javax.swing.ImageIcon textIcon
- The icon used to represent text.
listeners
java.util.Map listeners
- The map that contains the listeners
panel
LanguageDialog.Panel panel
- The user languages panel.
returnCode
int returnCode
- The last return code.
this$0
LanguageDialog this$0
this$0
LanguageDialog this$0
userList
javax.swing.JList userList
- The user languages list
languageList
javax.swing.JList languageList
- The languages list
userListModel
javax.swing.DefaultListModel userListModel
- The user list model
languageListModel
javax.swing.DefaultListModel languageListModel
- The language list model
addLanguageButton
javax.swing.JButton addLanguageButton
- The AddLanguageButton.
removeLanguageButton
javax.swing.JButton removeLanguageButton
- The RemoveLanguageButton.
upLanguageButton
javax.swing.JButton upLanguageButton
- The UpLanguageButton.
downLanguageButton
javax.swing.JButton downLanguageButton
- The DownLanguageButton.
clearLanguageButton
javax.swing.JButton clearLanguageButton
- The ClearLanguageButton.
listeners
java.util.Map listeners
- The map that contains the listeners
this$0
LanguageDialog.Panel this$0
this$0
LanguageDialog.Panel this$0
this$0
LanguageDialog.Panel this$0
this$0
LanguageDialog.Panel this$0
this$0
LanguageDialog.Panel this$0
this$0
LanguageDialog.Panel this$0
comboBox
javax.swing.JComboBox comboBox
- The combo box
listeners
java.util.Map listeners
- The map that contains the listeners
panel
MemoryMonitor.Panel panel
- The Panel instance.
this$0
MemoryMonitor this$0
this$0
MemoryMonitor this$0
gridLinesColor
java.awt.Color gridLinesColor
- The grid lines color.
curveColor
java.awt.Color curveColor
- The curve color.
borderColor
java.awt.Color borderColor
- The border color.
data
java.util.List data
- The data.
xShift
int xShift
- The vertical lines shift.
totalMemory
long totalMemory
- The total memory.
freeMemory
long freeMemory
- The free memory.
path
java.awt.geom.GeneralPath path
- The curve representation.
repaintThread
MemoryMonitor.RepaintThread repaintThread
- The repaint thread.
usedColors
java.awt.Color[] usedColors
- The color of the used blocks for each block type.
freeColors
java.awt.Color[] freeColors
- The color of the free blocks for each block type.
font
java.awt.Font font
- The font used to draw the strings.
textColor
java.awt.Color textColor
- The text color.
totalMemory
long totalMemory
- The total memory.
freeMemory
long freeMemory
- The free memory.
buttonFactory
ButtonFactory buttonFactory
- The button factory
textField
javax.swing.JTextField textField
- The text field
okButton
javax.swing.JButton okButton
- The OK button
clearButton
javax.swing.JButton clearButton
- The Clear button
currentPath
java.lang.String currentPath
- The current path.
fileFilter
javax.swing.filechooser.FileFilter fileFilter
- The file filter.
returnCode
int returnCode
- The last return code.
chosenPath
java.lang.String chosenPath
- The last chosen path.
listeners
java.util.Map listeners
- The map that contains the listeners
this$0
URIChooser this$0
this$0
URIChooser this$0
this$0
URIChooser this$0
this$0
URIChooser this$0
panel
UserStyleDialog.Panel panel
- The main panel.
chosenPath
java.lang.String chosenPath
- The chosen path.
returnCode
int returnCode
- The last return code.
listeners
java.util.Map listeners
- The map that contains the listeners
this$0
UserStyleDialog this$0
this$0
UserStyleDialog this$0
fileCheckBox
javax.swing.JCheckBox fileCheckBox
- The file check box
fileLabel
javax.swing.JLabel fileLabel
- The file label
fileTextField
javax.swing.JTextField fileTextField
- The file text field
browseButton
javax.swing.JButton browseButton
- The browse button
this$0
UserStyleDialog.Panel this$0
Package org.apache.batik.util.gui.resource |
className
java.lang.String className
- The class name of the listener bundle requested
-
key
java.lang.String key
- The name of the specific listener requested by the user
-
className
java.lang.String className
- The class name of the resource bundle requested
-
key
java.lang.String key
- The name of the specific resource requested by the user
-
Package org.apache.batik.xml.scanner |
exception
java.lang.Exception exception
- The embedded exception if tunnelling, or null.
lineNumber
int lineNumber
- The line number.
columnNumber
int columnNumber
- The column number.
s
java.lang.String s
e
java.lang.Exception e
- The internal exception.
code
short code
uri
java.lang.String uri
lineNumber
int lineNumber
columnNumber
int columnNumber
code
short code
Package org.w3c.dom.events |
code
short code
code
short code
exception
java.lang.Exception exception
- The embedded exception if tunnelling, or null.
publicId
java.lang.String publicId
- The public identifier, or null.
- See Also:
SAXParseException.getPublicId()
systemId
java.lang.String systemId
- The system identifier, or null.
- See Also:
SAXParseException.getSystemId()
lineNumber
int lineNumber
- The line number, or -1.
- See Also:
SAXParseException.getLineNumber()
columnNumber
int columnNumber
- The column number, or -1.
- See Also:
SAXParseException.getColumnNumber()
Copyright © 2001 Apache Software Foundation. All Rights Reserved.