t3.hrd.state
Class Cursor.CursorShapePolygons

java.lang.Object
  extended by t3.hrd.state.Cursor.CursorShapePolygons
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
Cursor

public static class Cursor.CursorShapePolygons
extends java.lang.Object
implements java.io.Serializable

Experimental.

Author:
pjt40
See Also:
Serialized Form

Field Summary
 byte[] byteBuffer
           
 Jama.Matrix mSHAPEDATAtoDESK
           
 short[] nPointsForPolygons
           
 java.awt.geom.Rectangle2D.Double[] rDESKboundingBoxes
           
 
Constructor Summary
Cursor.CursorShapePolygons(byte[] byteBuffer, Jama.Matrix mSHAPEDATAtoDESK, short[] nPointsForPolygons, java.awt.geom.Rectangle2D.Double[] rDESKboundingBoxes)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mSHAPEDATAtoDESK

public final Jama.Matrix mSHAPEDATAtoDESK

byteBuffer

public final byte[] byteBuffer

rDESKboundingBoxes

public final java.awt.geom.Rectangle2D.Double[] rDESKboundingBoxes

nPointsForPolygons

public final short[] nPointsForPolygons
Constructor Detail

Cursor.CursorShapePolygons

public Cursor.CursorShapePolygons(byte[] byteBuffer,
                                  Jama.Matrix mSHAPEDATAtoDESK,
                                  short[] nPointsForPolygons,
                                  java.awt.geom.Rectangle2D.Double[] rDESKboundingBoxes)