Serialized Form
Package edu.umd.cs.piccolo |
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- 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.
- Throws:
java.io.IOException
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
mouseListener
java.awt.event.MouseListener mouseListener
keyListener
java.awt.event.KeyListener keyListener
mouseWheelListener
java.awt.event.MouseWheelListener mouseWheelListener
mouseMotionListener
java.awt.event.MouseMotionListener mouseMotionListener
isButton1Pressed
boolean isButton1Pressed
isButton2Pressed
boolean isButton2Pressed
isButton3Pressed
boolean isButton3Pressed
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- 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.
- Throws:
java.io.IOException
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.
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
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.
- Throws:
java.io.IOException
children
java.util.List<E> children
bounds
PBounds bounds
transform
PAffineTransform transform
paint
java.awt.Paint paint
transparency
float transparency
clientProperties
javax.swing.text.MutableAttributeSet clientProperties
fullBoundsCache
PBounds fullBoundsCache
propertyChangeParentMask
int propertyChangeParentMask
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
- 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.
- Throws:
java.io.IOException
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- 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
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
isEmpty
boolean isEmpty
width
double width
height
double height
Package edu.umd.cs.piccolox |
canvas
PCanvas canvas
canvas
PCanvas canvas
graphicsDevice
java.awt.GraphicsDevice graphicsDevice
escapeFullScreenModeListener
java.util.EventListener escapeFullScreenModeListener
Package edu.umd.cs.piccolox.handles |
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
locator
PLocator locator
target
PNode target
camera
PCamera camera
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
paintBuffer
java.awt.image.BufferedImage paintBuffer
imageAnimate
boolean imageAnimate
imageAnimateBounds
PBounds imageAnimateBounds
dragBar
PPath dragBar
camera
PCamera camera
lensDragger
PDragEventHandler lensDragger
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- 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.pswing |
pSwing
PSwing pSwing
canvas
PSwingCanvas canvas
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
renderCutoff
double renderCutoff
- The cutoff at which the Swing component is rendered greek
component
javax.swing.JComponent component
minFontSize
double minFontSize
defaultStroke
java.awt.Stroke defaultStroke
defaultFont
java.awt.Font defaultFont
buffer
java.awt.image.BufferedImage buffer
canvas
PSwingCanvas canvas
listeningTo
java.util.ArrayList<E> listeningTo
parentListener
java.beans.PropertyChangeListener parentListener
swingWrapper
edu.umd.cs.piccolox.pswing.PSwingCanvas.SwingWrapper swingWrapper
swingEventHandler
PSwingEventHandler swingEventHandler
id
int id
event
PInputEvent event
Package edu.umd.cs.piccolox.pswing.tests |
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.swt |
handleCursorHandler
PBasicInputEventHandler handleCursorHandler
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
locator
PLocator locator
handleDragger
PDragSequenceEventHandler handleDragger
swtEvent
org.eclipse.swt.events.KeyEvent swtEvent
swtEvent
org.eclipse.swt.events.MouseEvent swtEvent
clickCount
int clickCount
strokePaint
java.awt.Paint strokePaint
updatingBoundsFromPath
boolean updatingBoundsFromPath
origShape
java.awt.Shape origShape
shape
java.awt.Shape shape
internalXForm
PAffineTransform internalXForm
inverseXForm
java.awt.geom.AffineTransform inverseXForm
shapePts
double[] shapePts
composite
org.eclipse.swt.widgets.Composite composite
target
PNode target
camera
PCamera camera
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.
padding
int padding
- The amount of padding on each side of the text
lines
java.util.ArrayList<E> 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.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
Copyright © 2008 by University of Maryland, College Park, MD 20742, USA All rights reserved.