Fields inherited from class org.kabeja.dxf.helpers.Point |
x, y, z |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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
SplinePoint
public SplinePoint()
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: