Serialized Form
Package edu.umd.cs.piccolox |
serialVersionUID: 1L
canvas
PCanvas canvas
- Canvas being displayed by this applet.
serialVersionUID: 1L
canvas
PCanvas canvas
- Canvas being displayed on this PFrame.
graphicsDevice
GraphicsDevice graphicsDevice
- The graphics device onto which the PFrame is being displayed.
Package edu.umd.cs.piccolox.handles |
serialVersionUID: 1L
serialVersionUID: 1L
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
locator
PLocator locator
serialVersionUID: 1L
target
PNode target
camera
PCamera camera
Package edu.umd.cs.piccolox.nodes |
serialVersionUID: 1L
topLeftOuterColor
Color topLeftOuterColor
topLeftInnerColor
Color topLeftInnerColor
bottomRightInnerColor
Color bottomRightInnerColor
bottomRightOuterColor
Color bottomRightOuterColor
path
GeneralPath path
raised
boolean raised
serialVersionUID: 1L
imageAnimate
boolean imageAnimate
imageAnimateBounds
PBounds imageAnimateBounds
serialVersionUID: 1L
serialVersionUID: 1L
serialVersionUID: 1L
dragBar
PPath dragBar
camera
PCamera camera
serialVersionUID: 1L
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Throws:
IOException
strokePaint
Paint strokePaint
serialVersionUID: 1L
validatingCache
boolean validatingCache
serialVersionUID: 1L
serialVersionUID: 1L
document
Document document
- Underlying document used to handle the complexities involved with
arbitrary text and formatting.
editing
boolean editing
- Whether this node is currently being edited.
insets
Insets insets
- Insets represent how far away from the bounding box text will be drawn.
constrainHeightToTextHeight
boolean constrainHeightToTextHeight
- Whether width will be forced to match containing text's height.
constrainWidthToTextWidth
boolean constrainWidthToTextWidth
- Whether width will be forced to match containing text's width.
Package edu.umd.cs.piccolox.pswing |
serialVersionUID: 1L
pSwing
PSwing pSwing
canvas
PSwingCanvas canvas
serialVersionUID: 1L
serialVersionUID: 1L
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
-
- Throws:
IOException
ClassNotFoundException
component
JComponent component
- Swing component for this Swing node.
minFontSize
double minFontSize
- Minimum font size.
greekThreshold
double greekThreshold
- Greek threshold in scale.
canvas
PSwingCanvas canvas
- Swing canvas for this swing node.
listeningTo
List listeningTo
serialVersionUID: 1L
swingWrapper
PSwingCanvas.ChildWrapper swingWrapper
serialVersionUID: 1L
id
int id
serialVersionUID: 1L
serialVersionUID: 1L
id
int id
event
PInputEvent event
Package edu.umd.cs.piccolox.swing |
serialVersionUID: 1L
serialVersionUID: 1L
nullAction
PScrollPane.PNullAction nullAction
disableKeyActions
boolean disableKeyActions
serialVersionUID: 1L
serialVersionUID: 1L
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.
serialVersionUID: 1L
serialVersionUID: 1L
serialVersionUID: 1L
serialVersionUID: 1L
scrollDirector
PScrollDirector scrollDirector
- Controls what happens when scrolling occurs
serialVersionUID: 1L
Package edu.umd.cs.piccolox.util |
serialVersionUID: 1L
side
int side
serialVersionUID: 1L
readResolve
protected Object readResolve()
throws ObjectStreamException
- Is it really necessary to implement
Serializable
?
- Throws:
ObjectStreamException
serialVersionUID: 1L
serialVersionUID: 1L
node
PNode node
Copyright © 1995-2011 Piccolo2D. All Rights Reserved.