org.kabeja.dxf.helpers
Class SplinePoint

java.lang.Object
  extended by org.kabeja.dxf.helpers.Point
      extended by org.kabeja.dxf.helpers.SplinePoint

public class SplinePoint
extends Point

Author:
Field Summary
protected  int type
           
static int TYPE_CONTROLPOINT
           
static int TYPE_ENDTANGENT
           
static int TYPE_FITPOINT
           
static int TYPE_STARTTANGENT
           
 
Fields inherited from class org.kabeja.dxf.helpers.Point
x, y, z
 
Constructor Summary
SplinePoint()
           
 
Method Summary
 int getType()
          gets the type of the point
 boolean isControlPoint()
           
 boolean isEndTangent()
           
 boolean isFitPoint()
           
 boolean isStartTangent()
           
 void setType(int type)
          Sets the type of the point
 
Methods inherited from class org.kabeja.dxf.helpers.Point
equals, getX, getY, getZ, setX, setY, setZ, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

TYPE_CONTROLPOINT

public static final int TYPE_CONTROLPOINT
See Also:
Constant Field Values

TYPE_FITPOINT

public static final int TYPE_FITPOINT
See Also:
Constant Field Values

TYPE_STARTTANGENT

public static final int TYPE_STARTTANGENT
See Also:
Constant Field Values

TYPE_ENDTANGENT

public static final int TYPE_ENDTANGENT
See Also:
Constant Field Values

type

protected int type
Constructor Detail

SplinePoint

public SplinePoint()
Method Detail

isControlPoint

public boolean isControlPoint()
Returns:
Returns the controlPoint.

isEndTangent

public boolean isEndTangent()
Returns:
Returns the endTangent.

isFitPoint

public boolean isFitPoint()
Returns:
Returns the fitPoint.

isStartTangent

public boolean isStartTangent()
Returns:
Returns the startTangent.

setType

public void setType(int type)
Sets the type of the point

Parameters:
type -

getType

public int getType()
gets the type of the point

Returns: