Uses of Class
sm.SMCanvas

Packages that use SMCanvas
rubine   
sm   
 

Uses of SMCanvas in rubine
 

Constructors in rubine with parameters of type SMCanvas
GestureStateMachine(java.lang.String n, SMCanvas c)
          Builds a state machine and attach it to a canvas.
 

Uses of SMCanvas in sm
 

Methods in sm that return SMCanvas
 SMCanvas SMTag.getCanvas()
           
 SMCanvas SMShape.getCanvas()
          Return the canvas this shape belongs to, if any.
 SMCanvas SMCanvas.addShape(SMShape sms)
          Adds a shape to the canvas.
 SMCanvas SMCanvas.removeShape(SMShape sms)
          Removes a shape from the canvas.
 SMCanvas SMCanvas.attachSM(java.lang.String machine, boolean reset)
          Attaches a state machine to the canvas and resets it.
 SMCanvas SMCanvas.suspend(StateMachine machine)
          Suspends the state machine machine if it is associated to this canvas.
 SMCanvas SMCanvas.suspend(java.lang.String machine)
          Suspends the state machine machine if it is associated to this canvas.
 SMCanvas SMCanvas.resume(StateMachine machine)
          Resumes the state machine machine if it is associated to this canvas.
 SMCanvas SMCanvas.resume(java.lang.String machine)
          Resumes the state machine machine if it is associated to this canvas.
 SMCanvas SMCanvas.setAntialiased(boolean a)
          Sets the antialiasing for every SMShape drawn in this canvas (global antialiasing)
 SMCanvas SMCanvas.getCanvas()
           
 SMCanvas InteractiveObject.getCanvas()
          Returns the canvas in which this interactive object is displayed.
 

Methods in sm with parameters of type SMCanvas
 SMShape SMText.addTo(SMCanvas c)
           
 SMShape SMShape.addTo(SMCanvas c)
          Adds this shape to a canvas.
 

Constructors in sm with parameters of type SMCanvas
SMTag(SMCanvas c)
          Builds a SMTag that can tag the shapes displayed on the canvas c.
SMNamedTag(java.lang.String n, SMCanvas c)
          Constructs a SMNamedTag tag.
SMExtensionalTag(SMCanvas c)
          Builds a SMTag that can tag the shapes displayed on the canvas c.