private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
IOException
- when error occurs during readClassNotFoundException
- if the stream attempts to deserialize a
missing classprivate void writeObject(ObjectOutputStream out) throws IOException
IOException
- if an error occured writing to the output streamPAffineTransform viewTransform
int viewConstraint
PCamera camera
PStack cursorStack
int interacting
int normalRenderQuality
int animatingRenderQuality
int interactingRenderQuality
boolean paintingImmediately
boolean animatingOnLastPaint
boolean isButton1Pressed
boolean isButton2Pressed
boolean isButton3Pressed
PBounds repaintBounds
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
IOException
- since it involves quite a bit of IOClassNotFoundException
- may occur is serialized stream has been
renamed after serializationprivate void writeObject(ObjectOutputStream out) throws IOException
IOException
- may occur while serializing to streamprivate void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
IOException
- when an error occurs speaking to underlying
ObjectOutputStreamClassNotFoundException
- when a class is deserialized that no
longer exists. This can happen if it's renamed or deleted.private void writeObject(ObjectOutputStream out) throws IOException
IOException
- when an error occurs speaking to underlying
ObjectOutputStreamList<E> children
PBounds bounds
PAffineTransform transform
Paint paint
float transparency
MutableAttributeSet clientProperties
PBounds fullBoundsCache
int propertyChangeParentMask
boolean pickable
boolean childrenPickable
boolean visible
boolean childBoundsVolatile
boolean paintInvalid
boolean childPaintInvalid
boolean boundsChanged
boolean fullBoundsInvalid
boolean childBoundsInvalid
boolean occluded
String name
PActivityScheduler activityScheduler
JLabel label
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
IOException
- if problem occurs while reading from input streamClassNotFoundException
- occurs is no mapping from the bytes in the
stream can be found to classes availableprivate void writeObject(ObjectOutputStream out) throws IOException
IOException
- if error occurs while writing to the output streamPath2D path
Paint strokePaint
PShape.DEFAULT_STROKE_PAINT
.String text
Paint textPaint
Font font
double greekThreshold
float horizontalAlignment
boolean constrainHeightToTextHeight
boolean constrainWidthToTextWidth
PAffineTransform errantTransform
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream out) throws IOException
IOException
boolean isEmpty
Copyright © 1995-2013 Piccolo2D. All Rights Reserved.