Serialized Form


Package edu.umd.cs.piccolox.swt

Class edu.umd.cs.piccolox.swt.PSWTBoundsHandle extends PSWTHandle implements Serializable

serialVersionUID: 1L

Serialized Fields

handleCursorHandler

PBasicInputEventHandler handleCursorHandler

Class edu.umd.cs.piccolox.swt.PSWTHandle extends PSWTPath implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException
Serialized Fields

locator

PLocator locator

handleDragger

PDragSequenceEventHandler handleDragger

Class edu.umd.cs.piccolox.swt.PSWTImage extends PNode implements Serializable

serialVersionUID: 1L

Class edu.umd.cs.piccolox.swt.PSWTKeyEvent extends KeyEvent implements Serializable

serialVersionUID: 1L

Serialized Fields

swtEvent

org.eclipse.swt.events.KeyEvent swtEvent

Class edu.umd.cs.piccolox.swt.PSWTMouseEvent extends MouseEvent implements Serializable

serialVersionUID: 1L

Serialized Fields

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.

Class edu.umd.cs.piccolox.swt.PSWTPath extends PNode implements Serializable

serialVersionUID: 1L

Serialized Fields

strokePaint

Paint strokePaint

updatingBoundsFromPath

boolean updatingBoundsFromPath

origShape

Shape origShape

shape

Shape shape

internalXForm

PAffineTransform internalXForm

inverseXForm

AffineTransform inverseXForm

shapePts

double[] shapePts

Class edu.umd.cs.piccolox.swt.PSWTRoot extends PRoot implements Serializable

serialVersionUID: 1L

Serialized Fields

composite

org.eclipse.swt.widgets.Composite composite

Class edu.umd.cs.piccolox.swt.PSWTStickyHandleManager extends PNode implements Serializable

serialVersionUID: 1L

Serialized Fields

target

PNode target

camera

PCamera camera

Class edu.umd.cs.piccolox.swt.PSWTText extends PNode implements Serializable

serialVersionUID: 1L

Serialized Fields

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.

Class edu.umd.cs.piccolox.swt.SWTTimer extends Timer implements Serializable

serialVersionUID: 1L

Serialized Fields

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.