Serialized Form
-
Package com.kitfox.svg
-
Class com.kitfox.svg.A extends Group implements Serializable
-
Serialized Fields
-
href
java.net.URI href
-
title
java.lang.String title
-
-
-
Class com.kitfox.svg.Circle extends ShapeElement implements Serializable
-
Serialized Fields
-
circle
java.awt.geom.Ellipse2D.Float circle
-
cx
float cx
-
cy
float cy
-
r
float r
-
-
-
Class com.kitfox.svg.ClipPath extends SVGElement implements Serializable
-
Serialized Fields
-
clipPathUnits
int clipPathUnits
-
-
-
Class com.kitfox.svg.Defs extends TransformableElement implements Serializable
-
Class com.kitfox.svg.Desc extends SVGElement implements Serializable
-
Serialized Fields
-
text
java.lang.StringBuffer text
-
-
-
Class com.kitfox.svg.Ellipse extends ShapeElement implements Serializable
-
Serialized Fields
-
cx
float cx
-
cy
float cy
-
ellipse
java.awt.geom.Ellipse2D.Float ellipse
-
rx
float rx
-
ry
float ry
-
-
-
Class com.kitfox.svg.FeDistantLight extends FeLight implements Serializable
-
Serialized Fields
-
azimuth
float azimuth
-
elevation
float elevation
-
-
-
Class com.kitfox.svg.FeLight extends FilterEffects implements Serializable
-
Class com.kitfox.svg.FePointLight extends FeLight implements Serializable
-
Serialized Fields
-
x
float x
-
y
float y
-
z
float z
-
-
-
Class com.kitfox.svg.FeSpotLight extends FeLight implements Serializable
-
Serialized Fields
-
limitingConeAngle
float limitingConeAngle
-
pointsAtX
float pointsAtX
-
pointsAtY
float pointsAtY
-
pointsAtZ
float pointsAtZ
-
specularComponent
float specularComponent
-
x
float x
-
y
float y
-
z
float z
-
-
-
Class com.kitfox.svg.FillElement extends SVGElement implements Serializable
-
Class com.kitfox.svg.Filter extends SVGElement implements Serializable
-
Serialized Fields
-
filterEffects
java.util.ArrayList<SVGElement> filterEffects
-
filterRes
java.awt.geom.Point2D filterRes
-
filterUnits
int filterUnits
-
height
float height
-
href
java.net.URL href
-
primitiveUnits
int primitiveUnits
-
width
float width
-
x
float x
-
y
float y
-
-
-
Class com.kitfox.svg.FilterEffects extends SVGElement implements Serializable
-
Serialized Fields
-
filterPrimitiveRefIn
java.lang.String filterPrimitiveRefIn
-
filterPrimitiveTypeIn
int filterPrimitiveTypeIn
-
height
float height
-
href
java.net.URL href
-
result
java.lang.String result
-
width
float width
-
x
float x
-
y
float y
-
-
-
Class com.kitfox.svg.Font extends SVGElement implements Serializable
-
Serialized Fields
-
fontFace
FontFace fontFace
-
glyphs
java.util.HashMap<java.lang.String,SVGElement> glyphs
-
horizAdvX
int horizAdvX
-
horizOriginX
int horizOriginX
-
horizOriginY
int horizOriginY
-
missingGlyph
MissingGlyph missingGlyph
-
vertAdvY
int vertAdvY
-
vertOriginX
int vertOriginX
-
vertOriginY
int vertOriginY
-
-
-
Class com.kitfox.svg.FontFace extends SVGElement implements Serializable
-
Serialized Fields
-
accentHeight
int accentHeight
-
ascent
int ascent
-
descent
int descent
-
fontFamily
java.lang.String fontFamily
-
overlinePosition
int overlinePosition
-
overlineThickness
int overlineThickness
-
strikethroughPosition
int strikethroughPosition
-
strikethroughThickness
int strikethroughThickness
-
underlinePosition
int underlinePosition
-
underlineThickness
int underlineThickness
-
unitsPerEm
int unitsPerEm
Em size of coordinate system font is defined in
-
-
-
Class com.kitfox.svg.Glyph extends MissingGlyph implements Serializable
-
Serialized Fields
-
unicode
java.lang.String unicode
One or more characters indicating the unicode sequence that denotes this glyph.
-
-
-
Class com.kitfox.svg.Gradient extends FillElement implements Serializable
-
Serialized Fields
-
gradientTransform
java.awt.geom.AffineTransform gradientTransform
-
gradientUnits
int gradientUnits
-
spreadMethod
int spreadMethod
-
stopColors
java.awt.Color[] stopColors
-
stopFractions
float[] stopFractions
-
stopRef
java.net.URI stopRef
-
stops
java.util.ArrayList<Stop> stops
-
-
-
Class com.kitfox.svg.Group extends ShapeElement implements Serializable
-
Serialized Fields
-
boundingBox
java.awt.geom.Rectangle2D boundingBox
-
cachedShape
java.awt.Shape cachedShape
-
-
-
Class com.kitfox.svg.Hkern extends SVGElement implements Serializable
-
Serialized Fields
-
k
int k
-
u1
java.lang.String u1
-
u2
java.lang.String u2
-
-
-
Class com.kitfox.svg.ImageSVG extends RenderableElement implements Serializable
-
Serialized Fields
-
bounds
java.awt.geom.Rectangle2D bounds
-
height
float height
-
imageSrc
java.net.URL imageSrc
-
width
float width
-
x
float x
-
xform
java.awt.geom.AffineTransform xform
-
y
float y
-
-
-
Class com.kitfox.svg.Line extends ShapeElement implements Serializable
-
Serialized Fields
-
line
java.awt.geom.Line2D.Float line
-
x1
float x1
-
x2
float x2
-
y1
float y1
-
y2
float y2
-
-
-
Class com.kitfox.svg.LinearGradient extends Gradient implements Serializable
-
Serialized Fields
-
x1
float x1
-
x2
float x2
-
y1
float y1
-
y2
float y2
-
-
-
Class com.kitfox.svg.Marker extends Group implements Serializable
-
Serialized Fields
-
markerHeight
float markerHeight
-
markerUnitsStrokeWidth
boolean markerUnitsStrokeWidth
-
markerWidth
float markerWidth
-
markerXform
java.awt.geom.AffineTransform markerXform
-
orient
float orient
-
refX
float refX
-
refY
float refY
-
viewBox
java.awt.geom.Rectangle2D viewBox
-
viewXform
java.awt.geom.AffineTransform viewXform
-
-
-
Class com.kitfox.svg.Metadata extends SVGElement implements Serializable
-
Class com.kitfox.svg.MissingGlyph extends ShapeElement implements Serializable
-
Serialized Fields
-
horizAdvX
float horizAdvX
-
path
java.awt.Shape path
-
vertAdvY
float vertAdvY
-
vertOriginX
float vertOriginX
-
vertOriginY
float vertOriginY
-
-
-
Class com.kitfox.svg.Path extends ShapeElement implements Serializable
-
Serialized Fields
-
d
java.lang.String d
-
fillRule
int fillRule
-
path
java.awt.geom.GeneralPath path
-
-
-
Class com.kitfox.svg.PatternSVG extends FillElement implements Serializable
-
Serialized Fields
-
gradientUnits
int gradientUnits
-
height
float height
-
patternXform
java.awt.geom.AffineTransform patternXform
-
texPaint
java.awt.Paint texPaint
-
viewBox
java.awt.geom.Rectangle2D.Float viewBox
-
width
float width
-
x
float x
-
y
float y
-
-
-
Class com.kitfox.svg.Polygon extends ShapeElement implements Serializable
-
Serialized Fields
-
fillRule
int fillRule
-
path
java.awt.geom.GeneralPath path
-
pointsStrn
java.lang.String pointsStrn
-
-
-
Class com.kitfox.svg.Polyline extends ShapeElement implements Serializable
-
Serialized Fields
-
fillRule
int fillRule
-
path
java.awt.geom.GeneralPath path
-
pointsStrn
java.lang.String pointsStrn
-
-
-
Class com.kitfox.svg.RadialGradient extends Gradient implements Serializable
-
Serialized Fields
-
cx
float cx
-
cy
float cy
-
fx
float fx
-
fy
float fy
-
hasFocus
boolean hasFocus
-
r
float r
-
-
-
Class com.kitfox.svg.Rect extends ShapeElement implements Serializable
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException
- Throws:
java.io.IOException
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
- Throws:
java.io.IOException
-
-
Serialized Fields
-
height
float height
-
rect
java.awt.geom.RectangularShape rect
-
rx
float rx
-
ry
float ry
-
width
float width
-
x
float x
-
y
float y
-
-
-
Class com.kitfox.svg.RenderableElement extends TransformableElement implements Serializable
-
Serialized Fields
-
cachedClip
java.awt.Shape cachedClip
-
cachedXform
java.awt.geom.AffineTransform cachedXform
-
vectorEffect
int vectorEffect
-
-
-
Class com.kitfox.svg.ShapeElement extends RenderableElement implements Serializable
-
Serialized Fields
-
strokeWidthScalar
float strokeWidthScalar
This is necessary to get text elements to render the stroke the correct width. It is an alternative to producing new font glyph sets at different sizes.
-
-
-
Class com.kitfox.svg.Stop extends SVGElement implements Serializable
-
Serialized Fields
-
color
java.awt.Color color
-
offset
float offset
-
opacity
float opacity
-
-
-
Class com.kitfox.svg.Style extends SVGElement implements Serializable
-
Serialized Fields
-
styleSheet
StyleSheet styleSheet
-
text
java.lang.StringBuffer text
-
type
java.lang.String type
-
-
-
Class com.kitfox.svg.SVGDiagram extends java.lang.Object implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
deviceViewport
java.awt.Rectangle deviceViewport
This is used by the SVGRoot to determine the width of the -
idMap
java.util.HashMap<java.lang.String,SVGElement> idMap
-
ignoreClipHeuristic
boolean ignoreClipHeuristic
If true, no attempt will be made to discard geometry based on it being out of bounds. This trades potentially drawing many out of bounds shapes with having to recalculate bounding boxes every animation iteration. -
root
SVGRoot root
-
universe
SVGUniverse universe
-
xmlBase
java.net.URI xmlBase
URI that uniquely identifies this document. Also used to resolve relative urls. Default base for document.
-
-
Class com.kitfox.svg.SVGDisplayPanel extends javax.swing.JPanel implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
bgColor
java.awt.Color bgColor
-
diagram
SVGDiagram diagram
-
scale
float scale
-
-
Class com.kitfox.svg.SVGElement extends java.lang.Object implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
children
java.util.ArrayList<SVGElement> children
-
contexts
java.util.LinkedList<SVGElement> contexts
-
cssClass
java.lang.String cssClass
CSS class. Used for applying style sheet information. -
diagram
SVGDiagram diagram
The diagram this element belongs to -
dirty
boolean dirty
-
id
java.lang.String id
-
inlineStyles
java.util.HashMap<java.lang.String,StyleAttribute> inlineStyles
Styles defined for this elemnt via the style attribute. -
parent
SVGElement parent
-
presAttribs
java.util.HashMap<java.lang.String,StyleAttribute> presAttribs
Presentation attributes set for this element. Ie, any attribute other than the style attribute. -
trackManager
TrackManager trackManager
Link to the universe we reside in -
xmlBase
java.net.URI xmlBase
This element may override the URI we resolve against with an xml:base attribute. If so, a copy is placed here. Otherwise, we defer to our parent for the reolution base
-
-
Class com.kitfox.svg.SVGElementException extends SVGException implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
element
SVGElement element
-
-
Class com.kitfox.svg.SVGException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 0L
-
Class com.kitfox.svg.SVGParseException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 0L
-
Class com.kitfox.svg.SVGRoot extends Group implements Serializable
-
Serialized Fields
-
clipRect
java.awt.geom.Rectangle2D.Float clipRect
-
height
NumberWithUnits height
-
parAlignX
int parAlignX
-
parAlignY
int parAlignY
-
parSpecifier
int parSpecifier
-
styleSheet
StyleSheet styleSheet
-
viewBox
java.awt.geom.Rectangle2D.Float viewBox
-
viewXform
java.awt.geom.AffineTransform viewXform
-
width
NumberWithUnits width
-
x
NumberWithUnits x
-
y
NumberWithUnits y
-
-
-
Class com.kitfox.svg.SVGUniverse extends java.lang.Object implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
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. -
imageDataInlineOnly
boolean imageDataInlineOnly
-
loadedDocs
java.util.HashMap<java.net.URI,SVGDiagram> 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<java.lang.String,Font> loadedFonts
-
loadedImages
java.util.HashMap<java.net.URL,java.lang.ref.SoftReference<java.awt.image.BufferedImage>> loadedImages
-
verbose
boolean verbose
-
-
Class com.kitfox.svg.Symbol extends Group implements Serializable
-
Serialized Fields
-
viewBox
java.awt.geom.Rectangle2D viewBox
-
viewXform
java.awt.geom.AffineTransform viewXform
-
-
-
Class com.kitfox.svg.Text extends ShapeElement implements Serializable
-
Serialized Fields
-
content
java.util.LinkedList<java.io.Serializable> content
-
fontFamily
java.lang.String fontFamily
-
fontSize
float fontSize
-
fontStyle
int fontStyle
-
fontWeight
int fontWeight
-
lengthAdjust
java.lang.String lengthAdjust
-
textAnchor
int textAnchor
-
textLength
float textLength
-
textShape
java.awt.Shape textShape
-
transform
java.awt.geom.AffineTransform transform
-
x
float x
-
y
float y
-
-
-
Class com.kitfox.svg.Title extends SVGElement implements Serializable
-
Serialized Fields
-
text
java.lang.StringBuffer text
-
-
-
Class com.kitfox.svg.TransformableElement extends SVGElement implements Serializable
-
Serialized Fields
-
xform
java.awt.geom.AffineTransform xform
-
-
-
Class com.kitfox.svg.Tspan extends ShapeElement implements Serializable
-
Serialized Fields
-
dx
float[] dx
-
dy
float[] dy
-
rotate
float[] rotate
-
text
java.lang.String text
-
x
float[] x
-
y
float[] y
-
-
-
Class com.kitfox.svg.Use extends ShapeElement implements Serializable
-
Serialized Fields
-
height
float height
-
href
java.net.URI href
-
refXform
java.awt.geom.AffineTransform refXform
-
width
float width
-
x
float x
-
y
float y
-
-
-
-
Package com.kitfox.svg.animation
-
Class com.kitfox.svg.animation.Animate extends AnimateBase implements Serializable
-
Serialized Fields
-
byValue
double byValue
-
dataType
int dataType
-
fromColor
java.awt.Color fromColor
-
fromPath
java.awt.geom.GeneralPath fromPath
-
fromValue
double fromValue
-
toColor
java.awt.Color toColor
-
toPath
java.awt.geom.GeneralPath toPath
-
toValue
double toValue
-
valuesValue
double[] valuesValue
-
-
-
Class com.kitfox.svg.animation.AnimateBase extends AnimationElement implements Serializable
-
Serialized Fields
-
repeatCount
double repeatCount
-
repeatDur
TimeBase repeatDur
-
-
-
Class com.kitfox.svg.animation.AnimateColor extends AnimateBase implements Serializable
-
Serialized Fields
-
fromValue
java.awt.Color fromValue
-
toValue
java.awt.Color toValue
-
-
-
Class com.kitfox.svg.animation.AnimateMotion extends AnimateXform implements Serializable
-
Serialized Fields
-
bezierSegs
java.util.ArrayList<Bezier> bezierSegs
-
curveLength
double curveLength
-
path
java.awt.geom.GeneralPath path
-
rotate
double rotate
-
rotateType
int rotateType
-
-
-
Class com.kitfox.svg.animation.AnimateTransform extends AnimateXform implements Serializable
-
Serialized Fields
-
additive
int additive
-
keyTimes
double[] keyTimes
-
values
double[][] values
-
xformType
int xformType
-
-
-
Class com.kitfox.svg.animation.AnimateXform extends AnimateBase implements Serializable
-
Class com.kitfox.svg.animation.AnimationElement extends SVGElement implements Serializable
-
Class com.kitfox.svg.animation.SetSmil extends AnimationElement implements Serializable
-
Serialized Fields
-
toValue
java.lang.String toValue
-
-
-
Class com.kitfox.svg.animation.TrackManager extends java.lang.Object implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
tracks
java.util.HashMap<TrackManager.TrackKey,TrackBase> tracks
-
-
-
Package com.kitfox.svg.animation.parser
-
Class com.kitfox.svg.animation.parser.ParseException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
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.
-
-
Class com.kitfox.svg.animation.parser.Token extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
beginColumn
int beginColumn
The column number of the first character of this Token. -
beginLine
int beginLine
The line number of the first character of this Token. -
endColumn
int endColumn
The column number of the last character of this Token. -
endLine
int endLine
The line number of the last character of this Token. -
image
java.lang.String image
The string image of the token. -
kind
int kind
An integer that describes the kind of this token. This numbering system is determined by JavaCCParser, and a table of these numbers is stored in the file ...Constants.java. -
next
Token next
A reference to the next regular (non-special) token from the input stream. If this is the last token from the input stream, or if the token manager has not read tokens beyond this one, this field is set to null. This is true only if this token is also a regular token. Otherwise, see below for a description of the contents of this field. -
specialToken
Token specialToken
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token. If there are no such special tokens, this field is set to null. When there are more than one such special token, this field refers to the last of these special tokens, which in turn refers to the next previous special token through its specialToken field, and so on until the first special token (whose specialToken field is null). The next fields of special tokens refer to other special tokens that immediately follow it (without an intervening regular token). If there is no such token, this field is null.
-
-
Class com.kitfox.svg.animation.parser.TokenMgrError extends java.lang.Error implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
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
-
Class com.kitfox.svg.app.MainFrame extends javax.swing.JFrame implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
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
-
-
Class com.kitfox.svg.app.PlayerDialog extends javax.swing.JDialog implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
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
-
parent
SVGPlayer parent
-
text_curTime
javax.swing.JTextField text_curTime
-
text_timeStep
javax.swing.JTextField text_timeStep
-
thread
PlayerThread thread
-
-
Class com.kitfox.svg.app.SVGPlayer extends javax.swing.JFrame implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
CheckBoxMenuItem_anonInputStream
javax.swing.JCheckBoxMenuItem CheckBoxMenuItem_anonInputStream
-
cm_800x600
javax.swing.JMenuItem cm_800x600
-
cm_about
javax.swing.JMenuItem cm_about
-
cm_loadFile
javax.swing.JMenuItem cm_loadFile
-
cm_loadUrl
javax.swing.JMenuItem cm_loadUrl
-
cm_player
javax.swing.JMenuItem cm_player
-
cmCheck_verbose
javax.swing.JCheckBoxMenuItem cmCheck_verbose
-
fileChooser
javax.swing.JFileChooser fileChooser
FileChooser for running in trusted environments -
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
-
playerDialog
PlayerDialog playerDialog
-
scrollPane_svgArea
javax.swing.JScrollPane scrollPane_svgArea
-
svgDisplayPanel
SVGDisplayPanel svgDisplayPanel
-
universe
SVGUniverse universe
-
-
Class com.kitfox.svg.app.SVGViewer extends javax.swing.JFrame implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
CheckBoxMenuItem_anonInputStream
javax.swing.JCheckBoxMenuItem CheckBoxMenuItem_anonInputStream
-
cm_800x600
javax.swing.JMenuItem cm_800x600
-
cm_about
javax.swing.JMenuItem cm_about
-
cm_loadFile
javax.swing.JMenuItem cm_loadFile
-
cm_loadUrl
javax.swing.JMenuItem cm_loadUrl
-
cmCheck_verbose
javax.swing.JCheckBoxMenuItem cmCheck_verbose
-
fileChooser
javax.swing.JFileChooser fileChooser
FileChooser for running in trusted environments -
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
-
svgDisplayPanel
SVGDisplayPanel svgDisplayPanel
-
-
Class com.kitfox.svg.app.VersionDialog extends javax.swing.JDialog implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
bn_close
javax.swing.JButton bn_close
-
jPanel1
javax.swing.JPanel jPanel1
-
jPanel2
javax.swing.JPanel jPanel2
-
textpane_text
javax.swing.JTextPane textpane_text
-
verbose
boolean verbose
-
-
-
Package com.kitfox.svg.app.beans
-
Class com.kitfox.svg.app.beans.ProportionalLayoutPanel extends javax.swing.JPanel implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
bottomMargin
float bottomMargin
-
jPanel1
javax.swing.JPanel jPanel1
-
leftMargin
float leftMargin
-
rightMargin
float rightMargin
-
topMargin
float topMargin
-
-
Class com.kitfox.svg.app.beans.SVGIcon extends javax.swing.ImageIcon implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
antiAlias
boolean antiAlias
-
autosize
int autosize
-
changes
java.beans.PropertyChangeSupport changes
-
clipToViewbox
boolean clipToViewbox
-
interpolation
int interpolation
-
preferredSize
java.awt.Dimension preferredSize
-
scaleXform
java.awt.geom.AffineTransform scaleXform
-
svgUniverse
SVGUniverse svgUniverse
-
svgURI
java.net.URI svgURI
-
-
Class com.kitfox.svg.app.beans.SVGPanel extends javax.swing.JPanel implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
antiAlias
boolean antiAlias
-
autosize
int autosize
-
scaleXform
java.awt.geom.AffineTransform scaleXform
-
svgUniverse
SVGUniverse svgUniverse
-
svgURI
java.net.URI svgURI
-
-
-
Package com.kitfox.svg.util
-
Class com.kitfox.svg.util.FontSystem extends Font implements Serializable
-
Serialized Fields
-
fm
java.awt.FontMetrics fm
-
glyphCache
java.util.HashMap<java.lang.String,Glyph> glyphCache
-
sysFont
java.awt.Font sysFont
-
-
-
-
Package com.kitfox.svg.xml
-
Class com.kitfox.svg.xml.NumberWithUnits extends java.lang.Object implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
unitType
int unitType
-
value
float value
-
-
Class com.kitfox.svg.xml.StyleAttribute extends java.lang.Object implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
colorCompatable
boolean colorCompatable
-
name
java.lang.String name
-
stringValue
java.lang.String stringValue
-
urlCompatable
boolean urlCompatable
-
-