Serialized Form

Class com.aleax.gui.gesture.Gesture extends java.lang.Object implements Serializable

Serialized Fields

id

int id
This gesture's id.


description

java.lang.String description
This gesture's (human-readable) description.


strokes

java.util.Vector strokes


Class com.aleax.gui.gesture.GestureEditPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

gestures

Gesture[] gestures

trainingMode

javax.swing.JCheckBox trainingMode

enabled

javax.swing.JCheckBox enabled

strokePanel

com.aleax.gui.gesture.GestureEditPanel.StrokePanel strokePanel

gbl

java.awt.GridBagLayout gbl

gbc

java.awt.GridBagConstraints gbc

tree

com.aleax.gui.gesture.GestureEditPanel.XTree tree


Class com.aleax.gui.gesture.GestureSettingsPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

uniquenessRadius

com.aleax.gui.gesture.GestureSettingsPanel.IntegerTextField uniquenessRadius

filterTolerance

com.aleax.gui.gesture.GestureSettingsPanel.IntegerTextField filterTolerance

compareTolerance

javax.swing.JSlider compareTolerance

gbl

java.awt.GridBagLayout gbl

gbc

java.awt.GridBagConstraints gbc


Class SimpleRecognitionTest extends java.awt.Frame implements Serializable

Serialized Fields

statusLabel

java.awt.Label statusLabel

tempPoints

java.util.Vector tempPoints

tempStroke

Stroke tempStroke

templateStroke

Stroke templateStroke


Class com.aleax.gui.gesture.Stroke extends java.lang.Object implements Serializable

serialVersionUID: -8100653415102101955l

Serialized Fields

rawPoints

java.awt.Point[] rawPoints
The initial data read in from the mouse is kept to draw the stroke, for loading & saving, and to recalculate the stroke comparison info when required.


initialSegmentDirection

int initialSegmentDirection
The direction of the initial segment in degrees


initialSegmentLength

int initialSegmentLength
The length of the initial segment in pixels


longestSegmentDirection

int longestSegmentDirection
The direction of the longest segment in degrees


longestSegmentLength

int longestSegmentLength
The length of the longest segment in pixels


bounds

java.awt.Rectangle bounds
The bounds of the stroke


Class TextExample extends java.awt.Frame implements Serializable

Serialized Fields

statusLabel

java.awt.Label statusLabel

settingsButton

java.awt.Button settingsButton

editButton

java.awt.Button editButton

lastStroke

Stroke lastStroke