public class ManipulatorTutorial
extends java.lang.Object
This tutorial shows how to add different types of manipulators to figures.
Constructor and Description |
---|
ManipulatorTutorial()
Create a JCanvas and put it into a window
|
Modifier and Type | Method and Description |
---|---|
void |
createFigures()
Create the figures.
|
void |
createInteraction()
Create the interaction on the figures.
|
static void |
main(java.lang.String[] argv)
Main function
|
public ManipulatorTutorial()
public void createFigures()
public void createInteraction()
public static void main(java.lang.String[] argv)