Uses of Class
sm.SMExtensionalTag

Packages that use SMExtensionalTag
sm   
 

Uses of SMExtensionalTag in sm
 

Subclasses of SMExtensionalTag in sm
 class SMNamedTag
          A SMNamedTag tag is a SMVolatileTag.
 

Methods in sm that return SMExtensionalTag
 SMExtensionalTag SMExtensionalTag.addTo(SMShape s)
          Adds the shape s to the collection containing all the shapes that have this tag.
 SMExtensionalTag SMExtensionalTag.removeFrom(SMShape s)
          Removes the shape s from the collection containing all the shapes that have this tag.
 

Methods in sm with parameters of type SMExtensionalTag
 SMTag SMTag.addTag(SMExtensionalTag t)
          Calls addTag(SMCanvas.Tag t) for every SMShape that has this tag.
 SMShape SMShape.addTag(SMExtensionalTag t)
          Adds a tag to this shape.