com.hardcode.gdbms.engine.spatial
Class SnapPoint

java.lang.Object
  extended by com.hardcode.gdbms.engine.spatial.SnapPoint

public class SnapPoint
extends java.lang.Object


Field Summary
static int EXTREME
           
static int MIDDLE
           
 
Constructor Summary
SnapPoint(java.awt.geom.Point2D location, int type)
           
 
Method Summary
 java.awt.geom.Point2D getLocation()
           
 int getType()
           
 void setLocation(java.awt.geom.Point2D location)
           
 void setType(int type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EXTREME

public static final int EXTREME
See Also:
Constant Field Values

MIDDLE

public static final int MIDDLE
See Also:
Constant Field Values
Constructor Detail

SnapPoint

public SnapPoint(java.awt.geom.Point2D location,
                 int type)
Method Detail

getLocation

public java.awt.geom.Point2D getLocation()

setLocation

public void setLocation(java.awt.geom.Point2D location)

getType

public int getType()

setType

public void setType(int type)


Copyright © 2005-2006 . All Rights Reserved.