Fractal
Class Cursor

java.lang.Object
  extended by Fractal.Cursor

public class Cursor
extends java.lang.Object

Logo Style cursor for use with 2-D L-Systems Applet

Author:
J Scott Cameron

Constructor Summary
Cursor()
          Default Construtor
Cursor(Cursor c)
          Copy Constructor
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Cursor

public Cursor()
Default Construtor


Cursor

public Cursor(Cursor c)
Copy Constructor

Parameters:
c - Cursor to be copied