Serialized Form
|
Package org.apache.batik.bridge |
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.
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
type
int type
- The anchor type.
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.
interpreter
RhinoInterpreter interpreter
- The rhino interpreter.
window
Window window
- The wrapped window.
|
Package org.apache.batik.bridge.svg12 |
Copyright © 2000–2017 Apache Software Foundation. All rights reserved.