Serialized Form
id
int id
- This gesture's id.
description
java.lang.String description
- This gesture's (human-readable) description.
strokes
java.util.Vector strokes
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
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
statusLabel
java.awt.Label statusLabel
tempPoints
java.util.Vector tempPoints
tempStroke
Stroke tempStroke
templateStroke
Stroke templateStroke
serialVersionUID: -8100653415102101955l
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 |
statusLabel
java.awt.Label statusLabel
settingsButton
java.awt.Button settingsButton
editButton
java.awt.Button editButton
lastStroke
Stroke lastStroke