t3.hrd.state
Class Cursor.CursorTrailPoint

java.lang.Object
  extended by t3.hrd.state.Cursor.CursorTrailPoint
Enclosing class:
Cursor

public static class Cursor.CursorTrailPoint
extends java.lang.Object

Data structure representing a point in time on the cursor's trail.

Author:
pjt40

Field Summary
 Jama.Matrix mDESKpoint
           
 long time
           
 boolean visible
           
 
Constructor Summary
Cursor.CursorTrailPoint(Jama.Matrix mDESKpoint, boolean visible)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

time

public final long time

visible

public final boolean visible

mDESKpoint

public final Jama.Matrix mDESKpoint
Constructor Detail

Cursor.CursorTrailPoint

public Cursor.CursorTrailPoint(Jama.Matrix mDESKpoint,
                               boolean visible)