Serialized Form


Package org.apache.batik.bridge

Class org.apache.batik.bridge.BridgeException extends RuntimeException implements Serializable

Serialized Fields

e

Element e
The element on which the error occured.


code

String code
The error code.


message

String message
The message.


params

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.

Class org.apache.batik.bridge.GlobalWrapper extends WindowWrapper implements Serializable

Class org.apache.batik.bridge.InterruptedBridgeException extends RuntimeException implements Serializable

Class org.apache.batik.bridge.TextNode.Anchor 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

type

int type
The anchor type.

Class org.apache.batik.bridge.UpdateManagerEvent extends EventObject implements Serializable

Serialized Fields

image

BufferedImage image
The buffered image.


dirtyAreas

List<E> dirtyAreas
The dirty areas, as a List of Rectangles.


clearPaintingTransform

boolean clearPaintingTransform
True if before painting this update the canvas's painting transform needs to be cleared.

Class org.apache.batik.bridge.WindowWrapper extends org.mozilla.javascript.ImporterTopLevel implements Serializable

Serialized Fields

interpreter

RhinoInterpreter interpreter
The rhino interpreter.


window

Window window
The wrapped window.


Package org.apache.batik.bridge.svg12

Class org.apache.batik.bridge.svg12.ContentSelectionChangedEvent extends EventObject implements Serializable



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