Serialized Form
Package edu.umd.cs.piccolo |
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Write this camera and all its children out to the given stream. Note
that the cameras layers are written conditionally, so they will only
get written out if someone else writes them unconditionally.
viewTransform
PAffineTransform viewTransform
viewConstraint
int viewConstraint
camera
PCamera camera
cursorStack
PStack cursorStack
interacting
int interacting
defaultRenderQuality
int defaultRenderQuality
animatingRenderQuality
int animatingRenderQuality
interactingRenderQuality
int interactingRenderQuality
panEventHandler
PPanEventHandler panEventHandler
zoomEventHandler
PZoomEventHandler zoomEventHandler
paintingImmediately
boolean paintingImmediately
animatingOnLastPaint
boolean animatingOnLastPaint
isButton1Pressed
boolean isButton1Pressed
isButton2Pressed
boolean isButton2Pressed
isButton3Pressed
boolean isButton3Pressed
lastModifiers
boolean lastModifiers
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Write this layer and all its children out to the given stream. Note
that the layer writes out any cameras that are viewing it conditionally, so they will only
get written out if someone else writes them unconditionally.
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Read this node and all of its descendents in from the given input stream.
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Write this node and all of its descendent nodes to the given outputsteam.
This stream must be an instance of PObjectOutputStream or serialization
will fail. This nodes parent is written out conditionally, that is it will
only be written out if someone else writes it out unconditionally.
children
java.util.List children
bounds
PBounds bounds
transform
PAffineTransform transform
paint
java.awt.Paint paint
transparency
float transparency
clientProperties
java.util.HashMap clientProperties
fullBoundsCache
PBounds fullBoundsCache
pickable
boolean pickable
childrenPickable
boolean childrenPickable
visible
boolean visible
childBoundsVolatile
boolean childBoundsVolatile
paintInvalid
boolean paintInvalid
childPaintInvalid
boolean childPaintInvalid
boundsChanged
boolean boundsChanged
fullBoundsInvalid
boolean fullBoundsInvalid
childBoundsInvalid
boolean childBoundsInvalid
occluded
boolean occluded
defaultInputManager
PInputManager defaultInputManager
activityScheduler
PActivityScheduler activityScheduler
Package edu.umd.cs.piccolo.nodes |
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- The java.awt.Image wrapped by this PImage is converted into a BufferedImage
when serialized.
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
strokePaint
java.awt.Paint strokePaint
text
java.lang.String text
textPaint
java.awt.Paint textPaint
font
java.awt.Font font
greekThreshold
double greekThreshold
justification
float justification
constrainHeightToTextHeight
boolean constrainHeightToTextHeight
constrainWidthToTextWidth
boolean constrainWidthToTextWidth
Package edu.umd.cs.piccolo.util |
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
isEmpty
boolean isEmpty
width
double width
height
double height
Package edu.umd.cs.piccolox |
canvas
PCanvas canvas
graphicsDevice
java.awt.GraphicsDevice graphicsDevice
originalDisplayMode
java.awt.DisplayMode originalDisplayMode
escapeFullScreenModeListener
java.util.EventListener escapeFullScreenModeListener
Package edu.umd.cs.piccolox.util |
side
int side
width
float width
join
int join
cap
int cap
miterlimit
float miterlimit
dash
float[] dash
dash_phase
float dash_phase
node
PNode node
Package edu.umd.cs.piccolox.swt |
swtEvent
org.eclipse.swt.events.KeyEvent swtEvent
swtEvent
org.eclipse.swt.events.MouseEvent swtEvent
clickCount
int clickCount
strokePaint
java.awt.Paint strokePaint
shape
java.awt.Shape shape
shapePts
double[] shapePts
composite
org.eclipse.swt.widgets.Composite composite
greekThreshold
double greekThreshold
- Below this magnification text is rendered as greek.
greekColor
java.awt.Color greekColor
- Color for greek text.
penColor
java.awt.Color penColor
- Current pen color.
font
java.awt.Font font
- Current text font.
lines
java.util.ArrayList lines
- Each vector element is one line of text.
translateX
double translateX
- Translation offset X.
translateY
double translateY
- Translation offset Y.
notify
boolean notify
initialDelay
int initialDelay
delay
int delay
repeats
boolean repeats
coalesce
boolean coalesce
doPostEvent
java.lang.Runnable doPostEvent
display
org.eclipse.swt.widgets.Display display
expirationTime
long expirationTime
nextTimer
SWTTimer nextTimer
running
boolean running
Package edu.umd.cs.piccolox.nodes |
topLeftOuterColor
java.awt.Color topLeftOuterColor
topLeftInnerColor
java.awt.Color topLeftInnerColor
bottomRightInnerColor
java.awt.Color bottomRightInnerColor
bottomRightOuterColor
java.awt.Color bottomRightOuterColor
path
java.awt.geom.GeneralPath path
stroke
java.awt.Stroke stroke
raised
boolean raised
dragBar
PPath dragBar
camera
PCamera camera
lensDragger
PDragEventHandler lensDragger
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
strokePaint
java.awt.Paint strokePaint
validatingCache
boolean validatingCache
document
javax.swing.text.Document document
editing
boolean editing
insets
java.awt.Insets insets
constrainHeightToTextHeight
boolean constrainHeightToTextHeight
constrainWidthToTextWidth
boolean constrainWidthToTextWidth
Package edu.umd.cs.piccolox.swing |
nullAction
PScrollPane.PNullAction nullAction
disableKeyActions
boolean disableKeyActions
orientation
int orientation
- Direction to scroll.
direction
int direction
- 1 indicates scroll down, -1 up.
block
boolean block
- True indicates a block scroll, otherwise a unit scroll.
scrollDirector
PScrollDirector scrollDirector
- Controls what happens when scrolling occurs
Package edu.umd.cs.piccolox.handles |
handleCursorHandler
PBasicInputEventHandler handleCursorHandler
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
locator
PLocator locator
handleDragger
PDragSequenceEventHandler handleDragger
target
PNode target
camera
PCamera camera
isResizing
boolean isResizing
Copyright © 2004 by University of Maryland, College Park, MD 20742, USA All rights reserved.