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 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
Point2D.Double pointOne
Point2D.Double pointTwo
Stroke stroke
PNode areaVisiblePNode
PCanvas viewedCanvas
PropertyChangeListener changeListener
int layerCount
StringBuffer html
PSwingCanvas canvas
PScrollPane scrollPane
JTabbedPane tabbedPane
PSwing swing
PLayer layer
CalendarNode calendarNode
edu.umd.cs.piccolo.examples.pswing.PSwingDynamicComponentExample.ComponentPanel swingPanel
edu.umd.cs.piccolo.examples.pswing.PSwingDynamicComponentExample.ComponentPanel piccoloPanel
JTextField labelTextField
JTextField checkBoxTextField
JTextField radioButtonTextField
PText active
PText finalized
PText freeMemory
PText totalMemory
PText usedMemory
PCanvas canvas
JPanel mainPanel
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 streamprivate void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
IOException
- when exception occurs reading from input streamClassNotFoundException
private void writeObject(ObjectOutputStream out) throws IOException
IOException
- if serialiazing to output stream failsPaint strokePaint
String text
Paint textPaint
Font font
double greekThreshold
float horizontalAlignment
boolean constrainHeightToTextHeight
boolean constrainWidthToTextWidth
PNode slideBar
PNode currentSlide
PBasicInputEventHandler eventHandler
ArrayList slides
PAffineTransform errantTransform
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream out) throws IOException
IOException
boolean isEmpty
PCanvas canvas
PCanvas canvas
GraphicsDevice graphicsDevice
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
IOException
- is thrown if the underlying input stream failsClassNotFoundException
- should never happen but can happen if the
classpath gets messed upPLocator locator
boolean imageAnimate
PBounds imageAnimateBounds
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream out) throws IOException
IOException
Paint strokePaint
Document document
boolean editing
Insets insets
boolean constrainHeightToTextHeight
boolean constrainWidthToTextWidth
PSwing pSwing
PSwingCanvas canvas
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
double greekThreshold
JComponent component
boolean useBufferedPainting
PSwing.paint(java.awt.Graphics2D)
BufferedImage buffer
double minFontSize
Stroke defaultStroke
new BasicStroke()
. Cannot be made static
because BasicStroke is not serializable. Should not be null.PSwingCanvas canvas
ArrayList listeningTo
PropertyChangeListener parentListener
ContainerListener doubleBufferRemover
PSwingCanvas.ChildWrapper swingWrapper
int id
PInputEvent event
PScrollPane.PNullAction nullAction
boolean disableKeyActions
AdjustmentListener scrollAdjustmentListener
PScrollDirector scrollDirector
Container container
PropertyChangeListener propertyChangeListener
SwingLayoutNode.Anchor defaultAnchor
PBasicInputEventHandler handleCursorHandler
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
PLocator locator
PDragSequenceEventHandler handleDragger
Paint strokePaint
boolean updatingBoundsFromPath
Shape origShape
Shape shape
PAffineTransform internalXForm
AffineTransform inverseXForm
double[] shapePts
boolean transparent
double greekThreshold
Color greekColor
Color penColor
Font font
int padding
ArrayList lines
double translateX
double translateY
protected Object readResolve() throws ObjectStreamException
Serializable
?ObjectStreamException
- doesn't actually throw this at all, why's
this here?PNode node
Copyright © 1995-2013 Piccolo2D. All Rights Reserved.