Serialized Form
serialVersionUID: 1L
diagram
SVGDiagram diagram
scale
float scale
bgColor
java.awt.Color bgColor
serialVersionUID: 0L
element
SVGElement element
serialVersionUID: 0L
serialVersionUID: 0L
serialVersionUID: 0L
changes
java.beans.PropertyChangeSupport changes
loadedDocs
java.util.HashMap<K,V> loadedDocs
- Maps document URIs to their loaded SVG diagrams. Note that URIs for
documents loaded from URLs will reflect their URLs and URIs for documents
initiated from streams will have the scheme svgSalamander.
loadedFonts
java.util.HashMap<K,V> loadedFonts
loadedImages
java.util.HashMap<K,V> loadedImages
curTime
double curTime
- Current time in this universe. Used for resolving attributes that
are influenced by track information. Time is in milliseconds. Time
0 coresponds to the time of 0 in each member diagram.
verbose
boolean verbose
Package com.kitfox.svg.animation.parser |
specialConstructor
boolean specialConstructor
- This variable determines which constructor was used to create
this object and thereby affects the semantics of the
"getMessage" method (see below).
currentToken
Token currentToken
- This is the last token that has been consumed successfully. If
this object has been created due to a parse error, the token
followng this token will (therefore) be the first error token.
expectedTokenSequences
int[][] expectedTokenSequences
- Each entry in this array is an array of integers. Each array
of integers represents a sequence of tokens (by their ordinal
values) that is expected at this point of the parse.
tokenImage
java.lang.String[] tokenImage
- This is a reference to the "tokenImage" array of the generated
parser within which the parse error occurred. This array is
defined in the generated ...Constants interface.
eol
java.lang.String eol
- The end of line string for this machine.
errorCode
int errorCode
- Indicates the reason why the exception is thrown. It will have
one of the above 4 values.
Package com.kitfox.svg.app |
serialVersionUID: 1L
bn_quit
javax.swing.JButton bn_quit
bn_svgViewer
javax.swing.JButton bn_svgViewer
bn_svgViewer1
javax.swing.JButton bn_svgViewer1
jPanel1
javax.swing.JPanel jPanel1
jPanel2
javax.swing.JPanel jPanel2
serialVersionUID: 1L
thread
PlayerThread thread
parent
SVGPlayer parent
bn_playBack
javax.swing.JButton bn_playBack
bn_playFwd
javax.swing.JButton bn_playFwd
bn_stop
javax.swing.JButton bn_stop
bn_time0
javax.swing.JButton bn_time0
jLabel1
javax.swing.JLabel jLabel1
jLabel2
javax.swing.JLabel jLabel2
jPanel1
javax.swing.JPanel jPanel1
jPanel2
javax.swing.JPanel jPanel2
jPanel3
javax.swing.JPanel jPanel3
jPanel4
javax.swing.JPanel jPanel4
text_curTime
javax.swing.JTextField text_curTime
text_timeStep
javax.swing.JTextField text_timeStep
serialVersionUID: 1L
svgDisplayPanel
SVGDisplayPanel svgDisplayPanel
playerDialog
PlayerDialog playerDialog
universe
SVGUniverse universe
fileChooser
javax.swing.JFileChooser fileChooser
- FileChooser for running in trusted environments
CheckBoxMenuItem_anonInputStream
javax.swing.JCheckBoxMenuItem CheckBoxMenuItem_anonInputStream
cmCheck_verbose
javax.swing.JCheckBoxMenuItem cmCheck_verbose
cm_800x600
javax.swing.JMenuItem cm_800x600
cm_about
javax.swing.JMenuItem cm_about
cm_load
javax.swing.JMenuItem cm_load
cm_player
javax.swing.JMenuItem cm_player
jMenuBar1
javax.swing.JMenuBar jMenuBar1
jSeparator2
javax.swing.JSeparator jSeparator2
menu_file
javax.swing.JMenu menu_file
menu_help
javax.swing.JMenu menu_help
menu_window
javax.swing.JMenu menu_window
scrollPane_svgArea
javax.swing.JScrollPane scrollPane_svgArea
serialVersionUID: 1L
svgDisplayPanel
SVGDisplayPanel svgDisplayPanel
fileChooser
javax.swing.JFileChooser fileChooser
- FileChooser for running in trusted environments
CheckBoxMenuItem_anonInputStream
javax.swing.JCheckBoxMenuItem CheckBoxMenuItem_anonInputStream
cmCheck_verbose
javax.swing.JCheckBoxMenuItem cmCheck_verbose
cm_800x600
javax.swing.JMenuItem cm_800x600
cm_about
javax.swing.JMenuItem cm_about
cm_load
javax.swing.JMenuItem cm_load
jMenuBar1
javax.swing.JMenuBar jMenuBar1
menu_file
javax.swing.JMenu menu_file
menu_help
javax.swing.JMenu menu_help
menu_window
javax.swing.JMenu menu_window
panel_svgArea
javax.swing.JPanel panel_svgArea
scrollPane_svgArea
javax.swing.JScrollPane scrollPane_svgArea
serialVersionUID: 1L
verbose
boolean verbose
bn_close
javax.swing.JButton bn_close
jPanel1
javax.swing.JPanel jPanel1
jPanel2
javax.swing.JPanel jPanel2
textpane_text
javax.swing.JTextPane textpane_text
Package com.kitfox.svg.app.beans |
serialVersionUID: 1L
topMargin
float topMargin
bottomMargin
float bottomMargin
leftMargin
float leftMargin
rightMargin
float rightMargin
jPanel1
javax.swing.JPanel jPanel1
serialVersionUID: 1L
svgUniverse
SVGUniverse svgUniverse
antiAlias
boolean antiAlias
svgURI
java.net.URI svgURI
scaleToFit
boolean scaleToFit
scaleXform
java.awt.geom.AffineTransform scaleXform
Package com.kitfox.svg.example |
serialVersionUID: 0L
panel
com.kitfox.svg.example.DynamicIconPanel panel
bn_add
javax.swing.JButton bn_add
bn_back
javax.swing.JButton bn_back
bn_front
javax.swing.JButton bn_front
bn_remove
javax.swing.JButton bn_remove
jLabel1
javax.swing.JLabel jLabel1
jPanel1
javax.swing.JPanel jPanel1
jPanel2
javax.swing.JPanel jPanel2
jPanel3
javax.swing.JPanel jPanel3
panel_display
javax.swing.JPanel panel_display
text_userText
javax.swing.JTextField text_userText
serialVersionUID: 0L
panel
com.kitfox.svg.example.IconPanel panel