Package | Description |
---|---|
fr.lri.swingstates.canvas |
A package to program new widgets starting from the SwingStates' canvas that offers advanced features for programming interaction (state machines, tags, etc.).
|
Modifier and Type | Method and Description |
---|---|
static ClassTag |
ClassTag.getTag(Canvas c,
java.lang.Class tagClass)
Returns the existing
ClassTag
registered on a given canvas or creates it if
it does not exist. |
ClassTag |
Canvas.getTag(java.lang.Class tagClass)
Returns an intentional tag object grouping shapes having a tag of a given
class.
|