Serialized Form
Package edu.umd.cs.piccolox.swt |
serialVersionUID: 1L
handleCursorHandler
PBasicInputEventHandler handleCursorHandler
serialVersionUID: 1L
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
locator
PLocator locator
handleDragger
PDragSequenceEventHandler handleDragger
serialVersionUID: 1L
serialVersionUID: 1L
swtEvent
org.eclipse.swt.events.KeyEvent swtEvent
serialVersionUID: 1L
swtEvent
org.eclipse.swt.events.MouseEvent swtEvent
- Event being wrapped.
clickCount
int clickCount
- Number times the mouse was clicked in relation to the wrapped event.
serialVersionUID: 1L
strokePaint
Paint strokePaint
updatingBoundsFromPath
boolean updatingBoundsFromPath
origShape
Shape origShape
shape
Shape shape
internalXForm
PAffineTransform internalXForm
inverseXForm
AffineTransform inverseXForm
shapePts
double[] shapePts
serialVersionUID: 1L
composite
org.eclipse.swt.widgets.Composite composite
serialVersionUID: 1L
target
PNode target
camera
PCamera camera
serialVersionUID: 1L
transparent
boolean transparent
- Whether the text be drawn with a transparent background.
greekThreshold
double greekThreshold
- Below this magnification text is rendered as greek.
greekColor
Color greekColor
- Color for greek text.
penColor
Color penColor
- Current pen color.
font
Font font
- Current text font.
padding
int padding
- The amount of padding on each side of the text.
lines
ArrayList lines
- Each element is one line of text.
translateX
double translateX
- Translation offset X.
translateY
double translateY
- Translation offset Y.
serialVersionUID: 1L
notify
boolean notify
initialDelay
int initialDelay
delay
int delay
repeats
boolean repeats
coalesce
boolean coalesce
doPostEvent
Runnable doPostEvent
display
org.eclipse.swt.widgets.Display display
expirationTime
long expirationTime
nextTimer
SWTTimer nextTimer
running
boolean running
Copyright © 1995-2011 Piccolo2D. All Rights Reserved.