public class VectorFigureTutorial extends Object
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 and Description |
---|
VectorFigureTutorial()
Create a JCanvas and put it into a window.
|
Modifier and Type | Method and Description |
---|---|
void |
createFigures()
Create instances of Vector Figures and make them
draggable and resizeable.
|
static void |
main(String[] argv)
Main function
|
public VectorFigureTutorial()
public void createFigures()
public static void main(String[] argv)
Copyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.