A B C D E F G H I K L M N O P Q R S T

A

ALT - Static variable in class sm.StateMachine.State
Specifies that the ALT keyboard modifier must be pressed.
ALT_CONTROL - Static variable in class sm.StateMachine.State
Specifies that the ALT and CONTROL keyboard modifiers must be pressed.
ALT_CONTROL_SHIFT - Static variable in class sm.StateMachine.State
Specifies that the ALT, CONTROL and SHIFT keyboard modifiers must be pressed.
ALT_SHIFT - Static variable in class sm.StateMachine.State
Specifies that the ALT and SHIFT keyboard modifiers must be pressed.
ANYMODIFIER - Static variable in class sm.StateMachine.State
Specifies that any keyboard modifiers can be pressed.
above(SMShape) - Method in class sm.SMShape
Moves this shape in the canvas's display list so that it is right above a given shape in the display list.
above(SMShape) - Method in class sm.SMTag
Calls above(SMShape before) for every SMShape that has this tag.
aboveAll() - Method in class sm.SMShape
Moves this shape in the canvas's display list so that it is above all other shapes.
aboveAll() - Method in class sm.SMTag
Calls aboveAll() for every SMShape that has this tag.
action(SMShape) - Method in class sm.SMTag
Method called by action().
action() - Method in class sm.SMTag
Calls action(SMShape s) for every SMShape s that has this tag.
action() - Method in class sm.StateMachine.State.Transition
Method called when this transition is fired.
actionPerformed(ActionEvent) - Method in class sm.StateMachine
 
add(Object) - Method in class sm.SMHierarchy
 
addAll(Collection) - Method in class sm.SMHierarchy
 
addChild(SMShape) - Method in class sm.SMShape
Adds a child to this shape.
addClass(GestureClass) - Method in class rubine.Classifier
Adds a class of gestures to this classifier.
addClass(String, boolean, boolean) - Method in class rubine.Training
 
addExample(Gesture) - Method in class rubine.GestureClass
Adds a gesture as an example of this class of gestures.
addGhost() - Method in class sm.SMShape
Builds the 'ghost' of this shape.
addGhost() - Method in class sm.SMTag
Calls addGhost() on every SMShape that has this tag
addPoint(double, double) - Method in class rubine.Gesture
Adds a point to this gesture.
addSMEventListener(SMStateMachineEventListener) - Method in class sm.SMWatcher
Registers a listener for SMEvents.
addSMListener(SMStateMachineEventListener) - Method in class sm.StateMachine
Adds the specified state machine event listener to receive state machine events from this state machine.
addShape(SMShape) - Method in class sm.SMCanvas
Adds a shape to the canvas.
addTag(SMTag) - Method in class sm.SMShape
Adds a tag to this shape only if the tag is a SMVolatileTag, does anything otherwise.
addTag(SMExtensionalTag) - Method in class sm.SMShape
Adds a tag to this shape.
addTag(String) - Method in class sm.SMShape
Adds a SMNamedTag tag to this shape.
addTag(SMExtensionalTag) - Method in class sm.SMTag
Calls addTag(SMCanvas.Tag t) for every SMShape that has this tag.
addTag(String) - Method in class sm.SMTag
Calls addTag(String t) for every SMShape that has this tag.
addTo(SMShape) - Method in class sm.SMExtensionalTag
Adds the shape s to the collection containing all the shapes that have this tag.
addTo(SMCanvas) - Method in class sm.SMShape
Adds this shape to a canvas.
addTo(SMCanvas) - Method in class sm.SMText
 
added(SMShape) - Method in class sm.SMExtensionalTag
Method called when this tag is added to an SMShape.
and(SMTag) - Method in class sm.SMTag
Builds a tag corresponding to the set of shapes tagged by this tag and by t.
and(String) - Method in class sm.SMTag
Builds a tag corresponding to the set of shapes tagged by this tag and by the SMNamedTag t.
arcTo(double, double, double, double) - Method in class sm.SMPolyLine
Adds an arc segment to this polyline.
armTimer(int) - Method in class sm.StateMachine
Arms the timer.
asEllipse() - Method in class sm.SMShape
Returns this shape if it is an ellipse, null otherwise
asImage() - Method in class sm.SMShape
Returns this shape if it is an image, null otherwise
asPolyLine() - Method in class sm.SMShape
Returns this shape if it is a polyline, null otherwise
asRectangle() - Method in class sm.SMShape
Returns this shape if it is a rectangle, null otherwise
asRectangularShape() - Method in class sm.SMShape
Returns this shape if it is a rectangularShape, null otherwise
asText() - Method in class sm.SMShape
Returns this shape if it is a text, null otherwise
attachSM(StateMachine, boolean) - Method in interface sm.InteractiveObject
Attaches a state machine to this interactive object to describe its behavior.
attachSM(String, boolean) - Method in class sm.SMCanvas
Attaches a state machine to the canvas and resets it.
attachSM(StateMachine, boolean) - Method in class sm.SMCanvas
 
attachSM(StateMachine, boolean) - Method in class sm.SMShape
 
attachSM(StateMachine, boolean) - Method in class sm.SMTag
 
attachTo(InteractiveObject, boolean) - Method in class sm.StateMachine
Attaches a state machine to a given canvas.
attachTo(InteractiveObject) - Method in class sm.StateMachine
Attaches a state machine to a given interactive object and resets it.

A B C D E F G H I K L M N O P Q R S T