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 | Class and Description |
---|---|
class |
CDynamicWidget
A widget shape for use with an
Canvas . |
class |
CEllipse
An ellipse shape for use with a
Canvas . |
class |
CImage
An image shape for use with a
Canvas . |
class |
CPolyLine
An arbitrary shape for use with a
Canvas . |
class |
CRectangle
A rectangle shape for use with a
Canvas . |
class |
CRectangularShape
An abstract rectangular shape for use with an
Canvas . |
class |
CSegment
A segment for use with an
Canvas . |
class |
CShape
A shape to be added to a
Canvas . |
class |
CText
A text shape for use with an
Canvas . |
class |
CWidget
A widget shape for use with an
Canvas . |