Serialized Form
|
Package org.apache.batik.ext.awt.color |
intent
int intent
- Deprecated.
|
Package org.apache.batik.ext.awt.geom |
npoints
int npoints
- The total number of points. The value of
npoints
represents the number of valid points in this Polygon.
xpoints
float[] xpoints
- The array of x coordinates. The value of
npoints is equal to the
number of points in this Polygon2D.
ypoints
float[] ypoints
- The array of x coordinates. The value of
npoints is equal to the
number of points in this Polygon2D.
bounds
Rectangle2D bounds
- Bounds of the Polygon2D.
- See Also:
Polygon2D.getBounds()
path
GeneralPath path
closedPath
GeneralPath closedPath
npoints
int npoints
- The total number of points. The value of
npoints
represents the number of points in this Polyline2D.
xpoints
float[] xpoints
- The array of x coordinates. The value of
npoints is equal to the
number of points in this Polyline2D.
ypoints
float[] ypoints
- The array of x coordinates. The value of
npoints is equal to the
number of points in this Polyline2D.
bounds
Rectangle2D bounds
- Bounds of the Polyline2D.
- See Also:
Polyline2D.getBounds()
path
GeneralPath path
closedPath
GeneralPath closedPath
|
Package org.apache.batik.ext.awt.image |
readResolve
public Object readResolve()
- This is called by the serialization code before it returns an unserialized
object. To provide for unicity of instances, the instance that was read
is replaced by its static equivalent
desc
String desc
val
int val
readResolve
private Object readResolve()
throws ObjectStreamException
- This is called by the serialization code before it returns
an unserialized object. To provide for unicity of
instances, the instance that was read is replaced by its
static equivalent. See the serialiazation specification for
further details on this method's logic.
- Throws:
ObjectStreamException
rule
int rule
- The composite rule for this object.
k1
float k1
k2
float k2
k3
float k3
k4
float k4
readResolve
private Object readResolve()
throws ObjectStreamException
- This is called by the serialization code before it returns
an unserialized object. To provide for unicity of
instances, the instance that was read is replaced by its
static equivalent. See the serialiazation specification for
further details on this method's logic.
- Throws:
ObjectStreamException
mode
int mode
- The pad mode for this object.
|
Package org.apache.batik.ext.swing |
txf
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
Copyright © 2000–2017 Apache Software Foundation. All rights reserved.