|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdiva.canvas.tutorial.VectorFigureTutorial
public class VectorFigureTutorial
An example showing how to use VectorFigure.
The VectorFigure class provides a simple way to make figures that
are fairly complex graphically. It has no inherent shape, but draws
a series of shapes that are added one at a time to it.
Constructor Summary | |
---|---|
VectorFigureTutorial()
Create a JCanvas and put it into a window. |
Method Summary | |
---|---|
void |
createFigures()
Create instances of Vector Figures and make them draggable and resizeable. |
static void |
main(String[] argv)
Main function |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VectorFigureTutorial()
Method Detail |
---|
public void createFigures()
public static void main(String[] argv)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |