- save(File) - Method in class fr.lri.swingstates.gestures.AbstractClassifier
 
- 
Saves the definition of this classifier in a file.
 
- save(File) - Method in class fr.lri.swingstates.gestures.dtw.DTWClassifier
 
- 
Saves the definition of this classifier in a file.
 
- save(File) - Method in class fr.lri.swingstates.gestures.shapeMatching.ShapeMatchingClassifier
 
- 
Saves the definition of this classifier in a file.
 
- scale - Variable in class fr.lri.swingstates.gestures.clement.optimizers.TwoDimensions.UniformScaleAndRotation
 
-  
 
- scale_x - Variable in class fr.lri.swingstates.gestures.clement.optimizers.TwoDimensions.NonUniformScalingBeforeRotation
 
-  
 
- scale_y - Variable in class fr.lri.swingstates.gestures.clement.optimizers.TwoDimensions.NonUniformScalingBeforeRotation
 
-  
 
- scaleBy(double, double) - Method in class fr.lri.swingstates.canvas.Canvas
 
- 
Calls scale(double sx, double sy) for every CShape contained in this CElement.
 
- scaleBy(double) - Method in class fr.lri.swingstates.canvas.Canvas
 
- 
Calls scaleBy(double s) for every CShape contained in this CElement.
 
- scaleBy(double, double) - Method in interface fr.lri.swingstates.canvas.CElement
 
- 
Calls scale(double sx, double sy) for every CShape contained in this CElement.
 
- scaleBy(double) - Method in interface fr.lri.swingstates.canvas.CElement
 
- 
Calls scaleBy(double s) for every CShape contained in this CElement.
 
- scaleBy(double, double) - Method in class fr.lri.swingstates.canvas.CShape
 
- 
Scales this shape by x horizontally and y vertically.
 
- scaleBy(double) - Method in class fr.lri.swingstates.canvas.CShape
 
- 
Scales this shape by s horizontally and vertically.
 
- scaleBy(double, double) - Method in class fr.lri.swingstates.canvas.CTag
 
- 
Calls scale(double sx, double sy) for every CShape contained in this CElement.
 
- scaleBy(double) - Method in class fr.lri.swingstates.canvas.CTag
 
- 
Calls scaleBy(double s) for every CShape contained in this CElement.
 
- scaleTo(double, double) - Method in class fr.lri.swingstates.canvas.Canvas
 
- 
Calls scaleTo(double sx, double sy) for every CShape contained in this CElement.
 
- scaleTo(double) - Method in class fr.lri.swingstates.canvas.Canvas
 
- 
Calls scaleTo(double s) for every CShape contained in this CElement.
 
- scaleTo(double, double) - Method in interface fr.lri.swingstates.canvas.CElement
 
- 
Calls scaleTo(double sx, double sy) for every CShape contained in this CElement.
 
- scaleTo(double) - Method in interface fr.lri.swingstates.canvas.CElement
 
- 
Calls scaleTo(double s) for every CShape contained in this CElement.
 
- scaleTo(double, double) - Method in class fr.lri.swingstates.canvas.CShape
 
- 
Sets the scale of this shape to x horizontally and y vertically.
 
- scaleTo(double) - Method in class fr.lri.swingstates.canvas.CShape
 
- 
Sets this shape's scale to s horizontally and vertically.
 
- scaleTo(double, double) - Method in class fr.lri.swingstates.canvas.CTag
 
- 
Calls scaleTo(double sx, double sy) for every CShape contained in this CElement.
 
- scaleTo(double) - Method in class fr.lri.swingstates.canvas.CTag
 
- 
Calls scaleTo(double s) for every CShape contained in this CElement.
 
- scaleToSquare(Vector<Point2D>, double, Vector<Point2D>) - Static method in class fr.lri.swingstates.gestures.GestureUtils
 
-  
 
- Score - Class in fr.lri.swingstates.gestures
 
- 
A score is a couple (String, double).
 
- Score(String, double) - Constructor for class fr.lri.swingstates.gestures.Score
 
- 
Builds a Score.
 
- SE_TH_ROLLOFF - Static variable in class fr.lri.swingstates.gestures.rubine.RubineClassifier
 
-  
 
- setActive(boolean) - Method in class fr.lri.swingstates.sm.StateMachine
 
- 
Makes this state machine be active or inactive (calls resume or suspend).
 
- setAnimatedElement(CElement) - Method in class fr.lri.swingstates.animations.Animation
 
- 
Sets the CElement that must be animated by this animation.
 
- setAnimatedElement(CElement) - Method in class fr.lri.swingstates.animations.AnimationRotateTo
 
- 
Sets the CElement that must be animated by this animation.
 
- setAnimatedElement(CElement) - Method in class fr.lri.swingstates.animations.AnimationScaleTo
 
- 
Sets the CElement that must be animated by this animation.
 
- setAnimatedElement(CElement) - Method in class fr.lri.swingstates.animations.AnimationTranslateTo
 
- 
Sets the CElement that must be animated by this animation.
 
- setAnimatedElement(CElement) - Method in class fr.lri.swingstates.animations.AnimationTransparency
 
- 
Sets the CElement that must be animated by this animation.
 
- setAnimatedElement(CElement) - Method in class fr.lri.swingstates.animations.ATag
 
- 
Calls setAnimatedElement(CElement ce) for every Animation that has this tag.
 
- setAntialiased(boolean) - Method in class fr.lri.swingstates.canvas.Canvas
 
- 
Sets the antialiasing for every CShape drawn in this canvas (global
 antialiasing).
 
- setAntialiased(boolean) - Method in interface fr.lri.swingstates.canvas.CElement
 
- 
Calls setAntialiased(boolean) for every CShape contained in this CElement.
 
- setAntialiased(boolean) - Method in class fr.lri.swingstates.canvas.CShape
 
- 
Specifies whether this shape is antialiased.
 
- setAntialiased(boolean) - Method in class fr.lri.swingstates.canvas.CTag
 
- 
Calls setAntialiased(boolean) for every CShape contained in this CElement.
 
- setAntialiased(boolean) - Method in class fr.lri.swingstates.canvas.CText
 
- 
Specifies whether this shape is antialiased.
 
- setBackground(Color) - Method in class fr.lri.swingstates.sm.JTag
 
- 
Calls c.setBackground(Color color) for every component c
 that has this tag.
 
- setBasicListener(boolean) - Method in class fr.lri.swingstates.canvas.CWidget
 
- 
Sets this smwidget's listeners be notified or not by input events.
 
- setBoundingBox(Point2D, Point2D) - Method in class fr.lri.swingstates.canvas.CRectangularShape
 
- 
Define this rectangular shape by its bounding box.
 
- setBoundingBox(double, double, double, double) - Method in class fr.lri.swingstates.canvas.CRectangularShape
 
- 
Define this rectangular shape by its bounding box.
 
- setBoundingBox(Point2D, Point2D) - Method in class fr.lri.swingstates.canvas.CSegment
 
- 
Define this rectangular shape by its bounding box.
 
- setBoundingBox(double, double, double, double) - Method in class fr.lri.swingstates.canvas.CSegment
 
- 
Define this rectangular shape by its bounding box.
 
- setCanvas(Canvas) - Method in class fr.lri.swingstates.animations.Animation
 
-  
 
- setChar(char) - Method in class fr.lri.swingstates.sm.transitions.KeyTransition
 
- 
Sets the character associated with the key event that triggers this transition.
 
- setClip(CShape) - Method in class fr.lri.swingstates.canvas.Canvas
 
- 
Sets the clip for every CShape drawn in this canvas (global rendering
 hints).
 
- setClip(Shape) - Method in class fr.lri.swingstates.canvas.Canvas
 
-  
 
- setClip(CShape) - Method in interface fr.lri.swingstates.canvas.CElement
 
- 
Calls setClip(CShape clip) for every CShape contained in this CElement.
 
- setClip(CShape) - Method in class fr.lri.swingstates.canvas.CShape
 
- 
Sets the clipping shape of this shape.
 
- setClip(CShape) - Method in class fr.lri.swingstates.canvas.CTag
 
- 
Calls setClip(CShape clip) for every CShape contained in this CElement.
 
- setDelay(int) - Method in class fr.lri.swingstates.animations.Animation
 
- 
Sets the delay between to successive values of the parameter t.
 
- setDelay(int) - Method in class fr.lri.swingstates.animations.ATag
 
- 
Calls setDelay(int d) for every Animation that has this tag.
 
- setDelayInMilliseconds(int) - Method in class fr.lri.swingstates.canvas.CDynamicWidget
 
- 
Sets the refreshing delay of this CDynamicWidget.
 
- setDelta(double, double) - Method in class fr.lri.swingstates.animations.AnimationScaleBy
 
- 
Sets the fixed scale factors along the x-axis and y-axis.
 
- setDelta(double, double) - Method in class fr.lri.swingstates.animations.AnimationTranslateBy
 
- 
Sets the fixed steps along the x-axis and y-axis.
 
- setDeltaAngle(double) - Method in class fr.lri.swingstates.animations.AnimationRotateBy
 
- 
Sets the fixed angle of rotation.
 
- setDiagonal(double, double, double, double) - Method in class fr.lri.swingstates.canvas.CRectangularShape
 
- 
Define this rectangular shape by its diagonal.
 
- setDiagonal(Point2D, Point2D) - Method in class fr.lri.swingstates.canvas.CRectangularShape
 
- 
Define this rectangular shape by its diagonal.
 
- setDiagonal(double, double, double, double) - Method in class fr.lri.swingstates.canvas.CSegment
 
- 
Define this rectangular shape by its diagonal.
 
- setDiagonal(Point2D, Point2D) - Method in class fr.lri.swingstates.canvas.CSegment
 
- 
Define this rectangular shape by its diagonal.
 
- setDrawable(boolean) - Method in class fr.lri.swingstates.canvas.Canvas
 
- 
Calls setDrawable(boolean) for every CShape contained in this CElement.
 
- setDrawable(boolean) - Method in interface fr.lri.swingstates.canvas.CElement
 
- 
Calls setDrawable(boolean) for every CShape contained in this CElement.
 
- setDrawable(boolean) - Method in class fr.lri.swingstates.canvas.CShape
 
- 
Specifies whether this shape is to be displayed.
 
- setDrawable(boolean) - Method in class fr.lri.swingstates.canvas.CTag
 
- 
Calls setDrawable(boolean) for every CShape contained in this CElement.
 
- setDurationLap(long) - Method in class fr.lri.swingstates.animations.ATag
 
- 
Calls setDurationLap(long d) for every Animation that has this tag.
 
- setFilled(boolean) - Method in class fr.lri.swingstates.canvas.Canvas
 
- 
Calls setFilled(boolean) for every CShape contained in this CElement.
 
- setFilled(boolean) - Method in interface fr.lri.swingstates.canvas.CElement
 
- 
Calls setFilled(boolean) for every CShape contained in this CElement.
 
- setFilled(boolean) - Method in class fr.lri.swingstates.canvas.CShape
 
- 
Sets the filled property of this shape.
 
- setFilled(boolean) - Method in class fr.lri.swingstates.canvas.CTag
 
- 
Calls setFilled(boolean) for every CShape contained in this CElement.
 
- setFillPaint(Paint) - Method in class fr.lri.swingstates.canvas.Canvas
 
- 
Calls setFillPaint(Paint fp) for every CShape contained in this CElement.
 
- setFillPaint(Paint) - Method in interface fr.lri.swingstates.canvas.CElement
 
- 
Calls setFillPaint(Paint fp) for every CShape contained in this CElement.
 
- setFillPaint(Paint) - Method in class fr.lri.swingstates.canvas.CShape
 
- 
Sets the fill Paint, which is used to display the interior of the shape
 when it is filled.
 
- setFillPaint(Paint) - Method in class fr.lri.swingstates.canvas.CTag
 
- 
Calls setFillPaint(Paint fp) for every CShape contained in this CElement.
 
- setFillPaint(Paint) - Method in class fr.lri.swingstates.canvas.CWidget
 
- 
Sets the fill Paint, which is used to display the interior of the shape
 when it is filled.
 
- setFont(Font) - Method in class fr.lri.swingstates.canvas.CText
 
- 
Sets the text font.
 
- setFunction(short) - Method in class fr.lri.swingstates.animations.Animation
 
- 
Sets the type of the pacing function, use the static constants Animation.FUNCTION_LINEAR or Animation.FUNCTION_SIGMOID.
 
- setFunction(short) - Method in class fr.lri.swingstates.animations.ATag
 
- 
Calls setFunction(int t) for every Animation that has this tag.
 
- setHeight(double) - Method in class fr.lri.swingstates.canvas.CRectangularShape
 
- 
Sets the height of this CRectangularShape.
 
- setKeyCode(int) - Method in class fr.lri.swingstates.sm.transitions.KeyTransition
 
-  
 
- setLapDuration(long) - Method in class fr.lri.swingstates.animations.Animation
 
- 
Sets the duration of a "lap".
 
- setMaximumDistance(int) - Method in class fr.lri.swingstates.gestures.rubine.RubineClassifier
 
- 
Sets a maximum distance threshold for recognition.
 
- setMinimumStrokeLength(int) - Method in class fr.lri.swingstates.gestures.AbstractClassifier
 
-  
 
- setName(String) - Method in class fr.lri.swingstates.animations.ANamedTag
 
- 
Sets the name of this tag.
 
- setName(String) - Method in class fr.lri.swingstates.canvas.CNamedTag
 
- 
Sets the name of this tag.
 
- setName(String) - Method in class fr.lri.swingstates.gestures.GestureClass
 
- 
Sets the name of this gesture class.
 
- setName(String) - Method in class fr.lri.swingstates.sm.JNamedTag
 
- 
Sets the name of this tag.
 
- setNameEvent(String) - Method in class fr.lri.swingstates.events.VirtualEvent
 
- 
Sets the name of a virtual event.
 
- setNbLaps(int) - Method in class fr.lri.swingstates.animations.Animation
 
- 
Sets the number of laps of this animation.
 
- setNbLaps(int) - Method in class fr.lri.swingstates.animations.ATag
 
- 
Calls setNbLaps(int laps) for every Animation that has this tag.
 
- setNbPointsForResampling(int) - Method in class fr.lri.swingstates.gestures.shapeMatching.ShapeMatchingClassifier
 
-  
 
- setOutlined(boolean) - Method in class fr.lri.swingstates.canvas.Canvas
 
- 
Calls setOutlined(boolean) for every CShape contained in this CElement.
 
- setOutlined(boolean) - Method in interface fr.lri.swingstates.canvas.CElement
 
- 
Calls setOutlined(boolean) for every CShape contained in this CElement.
 
- setOutlined(boolean) - Method in class fr.lri.swingstates.canvas.CShape
 
- 
Sets the outlined property of this shape.
 
- setOutlined(boolean) - Method in class fr.lri.swingstates.canvas.CTag
 
- 
Calls setOutlined(boolean) for every CShape contained in this CElement.
 
- setOutlinePaint(Paint) - Method in class fr.lri.swingstates.canvas.Canvas
 
- 
Calls setOutlinePaint(Paint op) for every CShape contained in this CElement.
 
- setOutlinePaint(Paint) - Method in interface fr.lri.swingstates.canvas.CElement
 
- 
Calls setOutlinePaint(Paint op) for every CShape contained in this CElement.
 
- setOutlinePaint(Paint) - Method in class fr.lri.swingstates.canvas.CShape
 
- 
Sets the outline Paint, which is used to display the boundary of the
 shape when it is outlined.
 
- setOutlinePaint(Paint) - Method in class fr.lri.swingstates.canvas.CTag
 
- 
Calls setOutlinePaint(Paint op) for every CShape contained in this CElement.
 
- setParent(CShape) - Method in class fr.lri.swingstates.canvas.Canvas
 
- 
Calls setParent(CShape parent) for every CShape contained in this CElement.
 
- setParent(CShape) - Method in interface fr.lri.swingstates.canvas.CElement
 
- 
Calls setParent(CShape parent) for every CShape contained in this CElement.
 
- setParent(CShape) - Method in class fr.lri.swingstates.canvas.CShape
 
- 
Sets the parent of this shape (only if the parent and this ahape are in
 the same canvas).
 
- setParent(CShape) - Method in class fr.lri.swingstates.canvas.CTag
 
- 
Calls setParent(CShape parent) for every CShape contained in this CElement.
 
- setPickable(boolean) - Method in class fr.lri.swingstates.canvas.Canvas
 
- 
Calls setPickable(boolean) for every CShape contained in this CElement.
 
- setPickable(boolean) - Method in interface fr.lri.swingstates.canvas.CElement
 
- 
Calls setPickable(boolean) for every CShape contained in this CElement.
 
- setPickable(boolean) - Method in class fr.lri.swingstates.canvas.CShape
 
- 
Specifies whether this shape can be picked.
 
- setPickable(boolean) - Method in class fr.lri.swingstates.canvas.CTag
 
- 
Calls setPickable(boolean) for every CShape contained in this CElement.
 
- setPicked(CShape) - Method in class fr.lri.swingstates.events.PickerCMouseEvent
 
-  
 
- setPicked(CShape) - Method in class fr.lri.swingstates.events.PickerCMouseWheelEvent
 
-  
 
- setPicked(E) - Method in interface fr.lri.swingstates.events.PickerEvent
 
- 
Sets the picked element for this event.
 
- setPoints(Point2D, Point2D) - Method in class fr.lri.swingstates.canvas.CSegment
 
- 
Sets the ending points of this segment.
 
- setPoints(double, double, double, double) - Method in class fr.lri.swingstates.canvas.CSegment
 
- 
Sets the ending points of this segment.
 
- setReferencePoint(double, double) - Method in class fr.lri.swingstates.canvas.Canvas
 
- 
Calls setReferencePoint(double x, double y) for every CShape contained in this CElement.
 
- setReferencePoint(double, double) - Method in interface fr.lri.swingstates.canvas.CElement
 
- 
Calls setReferencePoint(double x, double y) for every CShape contained in this CElement.
 
- setReferencePoint(double, double) - Method in class fr.lri.swingstates.canvas.CShape
 
- 
Set this shape's reference point.
 
- setReferencePoint(Point2D) - Method in class fr.lri.swingstates.canvas.CShape
 
- 
Set this shape's reference point.
 
- setReferencePoint(double, double) - Method in class fr.lri.swingstates.canvas.CTag
 
- 
Calls setReferencePoint(double x, double y) for every CShape contained in this CElement.
 
- setReferencePointToBaseline() - Method in class fr.lri.swingstates.canvas.CText
 
- 
Sets the reference point of this CText
 to its baseline.
 
- setRenderingHint(RenderingHints.Key, Object) - Method in class fr.lri.swingstates.canvas.Canvas
 
- 
Sets the rendering hints for every CShape drawn in this canvas (global
 rendering hints).
 
- setRenderingHint(RenderingHints.Key, Object) - Method in interface fr.lri.swingstates.canvas.CElement
 
- 
Calls setRenderingHint(hintKey, hintValue) for every CShape contained in this CElement.
 
- setRenderingHint(RenderingHints.Key, Object) - Method in class fr.lri.swingstates.canvas.CShape
 
- 
Defines the rendering attributes of this CShape.
 
- setRenderingHint(RenderingHints.Key, Object) - Method in class fr.lri.swingstates.canvas.CTag
 
- 
Calls setRenderingHint(hintKey, hintValue) for every CShape contained in this CElement.
 
- setRotateAngleTarget(double) - Method in class fr.lri.swingstates.animations.AnimationRotateTo
 
- 
Sets the final angle of rotation.
 
- setScaleTarget(double, double) - Method in class fr.lri.swingstates.animations.AnimationScaleTo
 
- 
Sets the final scale factors along the x-axis and the y-axis.
 
- setShape(Shape) - Method in class fr.lri.swingstates.canvas.Canvas
 
- 
Calls setShape(Shape sh) for every CShape contained in this CElement.
 
- setShape(Shape) - Method in interface fr.lri.swingstates.canvas.CElement
 
- 
Calls setShape(Shape sh) for every CShape contained in this CElement.
 
- setShape(Shape) - Method in class fr.lri.swingstates.canvas.CShape
 
- 
Sets the shape.
 
- setShape(Shape) - Method in class fr.lri.swingstates.canvas.CTag
 
- 
Calls setShape(Shape sh) for every CShape contained in this CElement.
 
- setShape(CShape) - Method in class fr.lri.swingstates.events.VirtualCanvasEvent
 
- 
Sets the picked shape for this event.
 
- setSizeScaleToSquare(int) - Method in class fr.lri.swingstates.gestures.shapeMatching.ShapeMatchingClassifier
 
- 
The side size of the bounding box to which the gesture is scaled after having being resampled.
 
- setSource(Object) - Method in class fr.lri.swingstates.events.VirtualEvent
 
- 
Sets the source of this VirtualEvent.
 
- setStateName(String) - Method in exception fr.lri.swingstates.sm.StateNotFoundException
 
- 
Sets the name of the state that is not found.
 
- setStroke(Stroke) - Method in class fr.lri.swingstates.canvas.Canvas
 
- 
Calls setStroke(Shape sh) for every CShape contained in this CElement.
 
- setStroke(Stroke) - Method in interface fr.lri.swingstates.canvas.CElement
 
- 
Calls setStroke(Shape sh) for every CShape contained in this CElement.
 
- setStroke(Stroke) - Method in class fr.lri.swingstates.canvas.CShape
 
- 
Sets the stroke style, which specifies the shape of the boundary of the
 shape when it is outlined (thickness, dash pattern, etc.).
 
- setStroke(Stroke) - Method in class fr.lri.swingstates.canvas.CTag
 
- 
Calls setStroke(Shape sh) for every CShape contained in this CElement.
 
- setTemplate(String, Vector<Point2D>) - Method in class fr.lri.swingstates.gestures.AbstractClassifier
 
- 
Sets the template gesture for a given existing class of gestures in this classifier.
 
- setTemplate(String, Vector<Point2D>) - Method in class fr.lri.swingstates.gestures.shapeMatching.ShapeMatchingClassifier
 
- 
Sets the template gesture for a given existing class of gestures in this classifier.
 
- setText(String) - Method in class fr.lri.swingstates.canvas.CText
 
- 
Sets the text to be displayed.
 
- setThreshold(double) - Method in class fr.lri.swingstates.gestures.shapeMatching.ShapeMatchingClassifier
 
- 
Sets a minimum score threshold for recognition.
 
- setTransformToIdentity() - Method in class fr.lri.swingstates.canvas.Canvas
 
- 
Calls setTransformToIdentity() for every CShape contained in this CElement.
 
- setTransformToIdentity() - Method in interface fr.lri.swingstates.canvas.CElement
 
- 
Calls setTransformToIdentity() for every CShape contained in this CElement.
 
- setTransformToIdentity() - Method in class fr.lri.swingstates.canvas.CShape
 
- 
Sets the transformation of this shape to identity.
 
- setTransformToIdentity() - Method in class fr.lri.swingstates.canvas.CTag
 
- 
Calls setTransformToIdentity() for every CShape contained in this CElement.
 
- setTranslateTarget(double, double) - Method in class fr.lri.swingstates.animations.AnimationTranslateTo
 
- 
Sets the final location.
 
- setTransparencyFill(AlphaComposite) - Method in class fr.lri.swingstates.canvas.Canvas
 
- 
Calls setTransparencyFill(AlphaComposite transparencyFill) for every CShape contained in this CElement.
 
- setTransparencyFill(float) - Method in class fr.lri.swingstates.canvas.Canvas
 
- 
Calls setTransparencyFill(float alpha) for every CShape contained in this CElement.
 
- setTransparencyFill(AlphaComposite) - Method in interface fr.lri.swingstates.canvas.CElement
 
- 
Calls setTransparencyFill(AlphaComposite transparencyFill) for every CShape contained in this CElement.
 
- setTransparencyFill(float) - Method in interface fr.lri.swingstates.canvas.CElement
 
- 
Calls setTransparencyFill(float alpha) for every CShape contained in this CElement.
 
- setTransparencyFill(AlphaComposite) - Method in class fr.lri.swingstates.canvas.CShape
 
- 
Sets the transparencyFill of this shape, which applies to
 the interior.
 
- setTransparencyFill(float) - Method in class fr.lri.swingstates.canvas.CShape
 
- 
Sets the transparencyFill of this shape, which applies to
 the interior.
 
- setTransparencyFill(AlphaComposite) - Method in class fr.lri.swingstates.canvas.CTag
 
- 
Calls setTransparencyFill(AlphaComposite transparencyFill) for every CShape contained in this CElement.
 
- setTransparencyFill(float) - Method in class fr.lri.swingstates.canvas.CTag
 
- 
Calls setTransparencyFill(float alpha) for every CShape contained in this CElement.
 
- setTransparencyFillTarget(float) - Method in class fr.lri.swingstates.animations.AnimationTransparency
 
- 
Sets the final transparency value for interior.
 
- setTransparencyOutline(AlphaComposite) - Method in class fr.lri.swingstates.canvas.Canvas
 
- 
Calls setTransparencyOutline(AlphaComposite transparencyOutline) for every CShape contained in this CElement.
 
- setTransparencyOutline(float) - Method in class fr.lri.swingstates.canvas.Canvas
 
- 
Calls setTransparencyOutline(float alpha) for every CShape contained in this CElement.
 
- setTransparencyOutline(AlphaComposite) - Method in interface fr.lri.swingstates.canvas.CElement
 
- 
Calls setTransparencyOutline(AlphaComposite transparencyOutline) for every CShape contained in this CElement.
 
- setTransparencyOutline(float) - Method in interface fr.lri.swingstates.canvas.CElement
 
- 
Calls setTransparencyOutline(float alpha) for every CShape contained in this CElement.
 
- setTransparencyOutline(AlphaComposite) - Method in class fr.lri.swingstates.canvas.CShape
 
- 
Sets the transparencyOutline of this shape, which applies
 to the boundary.
 
- setTransparencyOutline(float) - Method in class fr.lri.swingstates.canvas.CShape
 
- 
Sets the transparencyOutline of this shape, which applies
 to the boundary.
 
- setTransparencyOutline(AlphaComposite) - Method in class fr.lri.swingstates.canvas.CTag
 
- 
Calls setTransparencyOutline(AlphaComposite transparencyOutline) for every CShape contained in this CElement.
 
- setTransparencyOutline(float) - Method in class fr.lri.swingstates.canvas.CTag
 
- 
Calls setTransparencyOutline(float alpha) for every CShape contained in this CElement.
 
- setTransparencyOutlineTarget(float) - Method in class fr.lri.swingstates.animations.AnimationTransparency
 
- 
Sets the final transparency value for outline.
 
- setTriggeringEvent(EventObject) - Method in class fr.lri.swingstates.sm.Transition
 
-  
 
- setWidth(double) - Method in class fr.lri.swingstates.canvas.CRectangularShape
 
- 
Sets the width of this CRectangularShape.
 
- ShapeMatchingClassifier - Class in fr.lri.swingstates.gestures.shapeMatching
 
- 
A very simple recognizer that performs simple shape matching based on a single example per class (one template):
 
  Resample the gesture to classify so it contains the number of uniformly spaced points as the gesture templates contained in this classifier.
 
- ShapeMatchingClassifier() - Constructor for class fr.lri.swingstates.gestures.shapeMatching.ShapeMatchingClassifier
 
-  
 
- shapeToCanvas(Point2D) - Method in class fr.lri.swingstates.canvas.CShape
 
- 
Converts a point relative to the shape into a point relative to the
 canvas.
 
- SHIFT - Static variable in class fr.lri.swingstates.sm.BasicInputStateMachine
 
- 
Specifies that the SHIFT keyboard modifier must be pressed.
 
- showArrowPreview(Canvas, CPolyLine, int, int, int, int, double) - Static method in class fr.lri.swingstates.gestures.GestureUtils
 
- 
Displays a polyline of a gesture example in a bounding box in a
 SwingStates Canvas.
 
- showMenu(Point2D) - Method in class fr.lri.swingstates.applets.PieMenuApplet
 
- 
Opens the pie menu at a given location.
 
- showPreview(Canvas, CPolyLine, int, int, int, int, double) - Static method in class fr.lri.swingstates.gestures.GestureUtils
 
- 
Displays a polyline of a gesture example in a bounding box in a
 SwingStates Canvas.
 
- SimpleJoystick - Class in fr.lri.swingstates.applets
 
-  
 
- SimpleJoystick() - Constructor for class fr.lri.swingstates.applets.SimpleJoystick
 
-  
 
- size() - Method in class fr.lri.swingstates.sm.Tag
 
- 
Counts how many objects are tagged by this tag.
 
- smInited(StateMachineEvent) - Method in class fr.lri.swingstates.debug.StateMachineEventAdapter
 
- 
Invoked when the state machine has been inited.
 
- smInited(StateMachineEvent) - Method in interface fr.lri.swingstates.debug.StateMachineEventListener
 
- 
Invoked when the state machine has been inited.
 
- smReset(StateMachineEvent) - Method in class fr.lri.swingstates.debug.StateMachineEventAdapter
 
- 
Invoked when the state machine has been reset.
 
- smReset(StateMachineEvent) - Method in interface fr.lri.swingstates.debug.StateMachineEventListener
 
- 
Invoked when the state machine has been reset.
 
- smResumed(StateMachineEvent) - Method in class fr.lri.swingstates.debug.StateMachineEventAdapter
 
- 
Invoked when the state machine has been resumed.
 
- smResumed(StateMachineEvent) - Method in interface fr.lri.swingstates.debug.StateMachineEventListener
 
- 
Invoked when the state machine has been resumed.
 
- smStateChanged(StateMachineEvent) - Method in class fr.lri.swingstates.debug.StateMachineEventAdapter
 
- 
Invoked when the state machine has fired a transition changing the current state.
 
- smStateChanged(StateMachineEvent) - Method in interface fr.lri.swingstates.debug.StateMachineEventListener
 
- 
Invoked when the state machine has fired a transition changing the current state.
 
- smStateLooped(StateMachineEvent) - Method in class fr.lri.swingstates.debug.StateMachineEventAdapter
 
- 
Invoked when the state machine has fired a transition making it loop on the current state.
 
- smStateLooped(StateMachineEvent) - Method in interface fr.lri.swingstates.debug.StateMachineEventListener
 
- 
Invoked when the state machine has fired a transition making it loop on the current state.
 
- smSuspended(StateMachineEvent) - Method in class fr.lri.swingstates.debug.StateMachineEventAdapter
 
- 
Invoked when the state machine has been suspended.
 
- smSuspended(StateMachineEvent) - Method in interface fr.lri.swingstates.debug.StateMachineEventListener
 
- 
Invoked when the state machine has been suspended.
 
- sortedClasses(Gesture) - Method in class fr.lri.swingstates.gestures.AbstractClassifier
 
- 
Computes a sorted list of classes contained in this recognizer from the
 best match to the the worst match given a gesture.
 
- sortedClasses(Gesture) - Method in class fr.lri.swingstates.gestures.dtw.DTWClassifier
 
- 
Computes a sorted list of classes contained in this recognizer from the
 best match to the the worst match given a gesture.
 
- sortedClasses(Gesture) - Method in class fr.lri.swingstates.gestures.rubine.RubineClassifier
 
- 
Computes a sorted list of classes contained in this recognizer from the
 best match to the the worst match given a gesture.
 
- sortedClasses(Gesture) - Method in class fr.lri.swingstates.gestures.shapeMatching.ShapeMatchingClassifier
 
- 
Computes a sorted list of classes contained in this recognizer from the
 best match to the the worst match given a gesture.
 
- squared_distances_sum2 - Variable in class fr.lri.swingstates.gestures.clement.optimizers.TwoDimensions.OptimizationParameters
 
-  
 
- squared_x1 - Variable in class fr.lri.swingstates.gestures.clement.optimizers.TwoDimensions.OptimizationParameters
 
-  
 
- squared_y1 - Variable in class fr.lri.swingstates.gestures.clement.optimizers.TwoDimensions.OptimizationParameters
 
-  
 
- start() - Method in class fr.lri.swingstates.animations.Animation
 
- 
Starts this animation.
 
- start() - Method in class fr.lri.swingstates.animations.ATag
 
- 
Calls start() for every Animation that has this tag.
 
- start - Variable in class fr.lri.swingstates.applets.GesturalInteraction
 
-  
 
- start() - Method in class fr.lri.swingstates.applets.TestApplet
 
-  
 
- start - Variable in class fr.lri.swingstates.sm.DnDStateMachine
 
- 
The two states (start and move) of this machine.
 
- start - Variable in class fr.lri.swingstates.sm.PressDragReleaseStateMachine
 
-  
 
- State - Class in fr.lri.swingstates.sm
 
- 
A state of a state machine.
 
- State() - Constructor for class fr.lri.swingstates.sm.State
 
- 
Builds a new state.
 
- State(String) - Constructor for class fr.lri.swingstates.sm.State
 
- 
Builds a new state with a given name.
 
- StateMachine - Class in fr.lri.swingstates.sm
 
- 
A state machine consists of a set of states and a set of transitions.
 
- StateMachine() - Constructor for class fr.lri.swingstates.sm.StateMachine
 
- 
Builds a state machine.
 
- StateMachineEvent - Class in fr.lri.swingstates.debug
 
- 
An event which indicates that an action occurred in a state machine.
 
- StateMachineEvent(StateMachine, Transition, State, State) - Constructor for class fr.lri.swingstates.debug.StateMachineEvent
 
- 
Builds a StateMachineEvent.
 
- StateMachineEvent(StateMachine, Transition, State) - Constructor for class fr.lri.swingstates.debug.StateMachineEvent
 
- 
Builds a StateMachineEvent originated by a state machine that has just fired a transition that makes it loop on the current state.
 
- StateMachineEvent(StateMachine) - Constructor for class fr.lri.swingstates.debug.StateMachineEvent
 
- 
Builds a StateMachineEvent originated by a state machine that has just been inited.
 
- StateMachineEventAdapter - Class in fr.lri.swingstates.debug
 
- 
An abstract adapter class for receiving state machine events.
 
- StateMachineEventAdapter() - Constructor for class fr.lri.swingstates.debug.StateMachineEventAdapter
 
-  
 
- StateMachineEventListener - Interface in fr.lri.swingstates.debug
 
- 
The listener interface for receiving "interesting" state machine events:
 
 the state machine is reset,
 the state machine is resumed,
 the state machine is suspended,
 the state machine fires a transition changing the current state,
 the state machine fires a transition making it loop on the current state.
 
- StateMachineListener - Interface in fr.lri.swingstates.sm
 
- 
The listener interface for receiving events fired by state machines.
 
- StateMachineVisualization - Class in fr.lri.swingstates.debug
 
- 
A canvas that displays a state machine and shows its activity in real time.
 
- StateMachineVisualization(StateMachine) - Constructor for class fr.lri.swingstates.debug.StateMachineVisualization
 
- 
Builds a canvas that displays a state machine.
 
- StateNotFoundException - Exception in fr.lri.swingstates.sm
 
- 
A StateNotFoundException exception is raised 
 when attempting to retrieve a state that does not exist.
 
- StateNotFoundException() - Constructor for exception fr.lri.swingstates.sm.StateNotFoundException
 
- 
Builds a StateNotFoundException exception.
 
- StateNotFoundException(String) - Constructor for exception fr.lri.swingstates.sm.StateNotFoundException
 
- 
Builds a StateNotFoundException exception.
 
- step(double) - Method in class fr.lri.swingstates.animations.Animation
 
- 
Override this abstract to specify the effect of this animation.
 
- step(double) - Method in class fr.lri.swingstates.animations.AnimationFillPaint
 
- 
Override this abstract to specify the effect of this animation.
 
- step(double) - Method in class fr.lri.swingstates.animations.AnimationOutlinePaint
 
- 
Override this abstract to specify the effect of this animation.
 
- step(double) - Method in class fr.lri.swingstates.animations.AnimationRotateBy
 
- 
Override this abstract to specify the effect of this animation.
 
- step(double) - Method in class fr.lri.swingstates.animations.AnimationRotateTo
 
- 
Override this abstract to specify the effect of this animation.
 
- step(double) - Method in class fr.lri.swingstates.animations.AnimationScaleBy
 
- 
Override this abstract to specify the effect of this animation.
 
- step(double) - Method in class fr.lri.swingstates.animations.AnimationScaleTo
 
- 
Override this abstract to specify the effect of this animation.
 
- step(double) - Method in class fr.lri.swingstates.animations.AnimationTranslateBy
 
- 
Override this abstract to specify the effect of this animation.
 
- step(double) - Method in class fr.lri.swingstates.animations.AnimationTranslateTo
 
- 
Override this abstract to specify the effect of this animation.
 
- step(double) - Method in class fr.lri.swingstates.animations.AnimationTransparency
 
- 
Override this abstract to specify the effect of this animation.
 
- stop() - Method in class fr.lri.swingstates.animations.Animation
 
- 
Stops this animation.
 
- stop() - Method in class fr.lri.swingstates.animations.ATag
 
- 
Calls stop() for every Animation that has this tag.
 
- suspend() - Method in class fr.lri.swingstates.animations.Animation
 
- 
Suspends this animation.
 
- suspend() - Method in class fr.lri.swingstates.animations.ATag
 
- 
Calls suspend() for every Animation that has this tag.
 
- suspend() - Method in class fr.lri.swingstates.sm.StateMachine
 
- 
Makes this state machine inactive.
 
- swingLayout() - Method in class fr.lri.swingstates.applets.HighlightWidgets
 
-  
 
- SwingStatesApplet - Class in fr.lri.swingstates.sm
 
- 
Contains a single static method init to build applets which uses SwingStates.