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 |
---|---|
CImage |
CShape.asImage() |
CImage |
Canvas.newImage(double x,
double y,
java.awt.image.BufferedImage image)
Create a new image and add it to the canvas.
|
CImage |
Canvas.newImage(double x,
double y,
java.io.InputStream imageStream)
Create a new image and add it to the canvas.
|
CImage |
Canvas.newImage(double x,
double y,
java.lang.String imageFile)
Create a new image and add it to the canvas.
|
CImage |
Canvas.newImage(double x,
double y,
java.net.URL imageURL)
Create a new image and add it to the canvas.
|