Class TestPlotter

java.lang.Object
  |
  +--TestPlotter

public class TestPlotter
extends java.lang.Object

Questo componente software testa le funzionalita' del plotter virtuale. Viene creato un plotter e poi vi si interagisce, invocandone metodi che alzano, abbassano il pennino virtuale e spostandolo in modo da tracciare linee nell'area del plotter. Per uscire dal programma in esecuzione chiudere la finestra del plotter stesso.


Constructor Summary
TestPlotter()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestPlotter

public TestPlotter()
Method Detail

main

public static void main(java.lang.String[] args)