Serialized Form


Package org.apache.batik.ext.awt.color

Class org.apache.batik.ext.awt.color.ICCColorSpaceExt extends ICC_ColorSpace implements Serializable

Serialized Fields

intent

int intent
Deprecated. 

Package org.apache.batik.ext.awt.geom

Class org.apache.batik.ext.awt.geom.Polygon2D extends Object implements Serializable

Serialized Fields

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

Class org.apache.batik.ext.awt.geom.Polyline2D extends Object implements Serializable

Serialized Fields

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

Class org.apache.batik.ext.awt.image.ARGBChannel extends Object implements Serializable

Serialization Methods

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

Serialized Fields

desc

String desc

val

int val

Class org.apache.batik.ext.awt.image.CompositeRule extends Object implements Serializable

Serialization Methods

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
Serialized Fields

rule

int rule
The composite rule for this object.


k1

float k1

k2

float k2

k3

float k3

k4

float k4

Class org.apache.batik.ext.awt.image.PadMode extends Object implements Serializable

Serialization Methods

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
Serialized Fields

mode

int mode
The pad mode for this object.


Package org.apache.batik.ext.swing

Class org.apache.batik.ext.swing.DoubleDocument extends PlainDocument implements Serializable

Class org.apache.batik.ext.swing.JAffineTransformChooser extends JGridBagPanel implements Serializable

Serialized Fields

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

Class org.apache.batik.ext.swing.JAffineTransformChooser.Dialog extends JDialog implements Serializable

Serialized Fields

chooserPane

JAffineTransformChooser chooserPane

tracker

org.apache.batik.ext.swing.AffineTransformTracker tracker

Class org.apache.batik.ext.swing.JGridBagPanel extends JPanel implements Serializable

Serialized Fields

insetsManager

JGridBagPanel.InsetsManager insetsManager
Used to get insets at any given cell location



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