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 . |
Modifier and Type | Method and Description |
---|---|
CWidget |
Canvas.newWidget(javax.swing.JComponent b)
Create a new widget and add it to the canvas.
|
CWidget |
Canvas.newWidget(javax.swing.JComponent b,
double x,
double y)
Create a new widget and add it to the canvas (i.e.
|
CWidget |
Canvas.newWidget(javax.swing.JComponent b,
double x,
double y,
double w,
double h)
Create a new widget and add it to the canvas.
|