Serialized Form


Package strokes

Class strokes.Stroke extends java.util.Vector<java.awt.geom.Point2D> implements Serializable

Class strokes.StrokesSheet extends javax.swing.JFrame implements Serializable

Serialized Fields

strokesShortcuts

StrokeShortcuts strokesShortcuts

representatives

java.util.HashMap<K,V> representatives

background

javax.swing.JPanel background

startingPointSize

double startingPointSize

widthBoundingBox

double widthBoundingBox

Package strokes.designShortcuts

Class strokes.designShortcuts.DesignShortcuts extends javax.swing.JFrame implements Serializable

Serialized Fields

strokesSet

strokes.designShortcuts.ShortcutsSet strokesSet

windows

java.util.ArrayList<E> windows

testingArea

strokes.designShortcuts.TestingArea testingArea

Package strokes.listeners

Class strokes.listeners.StrokeEvent extends fr.lri.swingstates.events.VirtualEvent implements Serializable

Serialized Fields

type

short type

stroke

fr.lri.swingstates.gestures.Gesture stroke

mouseEvent

java.awt.event.MouseEvent mouseEvent