public class SplinePoint extends Point
| Modifier and Type | Field and Description |
|---|---|
protected int |
type |
static int |
TYPE_CONTROLPOINT |
static int |
TYPE_ENDTANGENT |
static int |
TYPE_FITPOINT |
static int |
TYPE_STARTTANGENT |
| Constructor and Description |
|---|
SplinePoint() |
| Modifier and Type | Method and Description |
|---|---|
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
|
public static final int TYPE_CONTROLPOINT
public static final int TYPE_FITPOINT
public static final int TYPE_STARTTANGENT
public static final int TYPE_ENDTANGENT
protected int type
public boolean isControlPoint()
public boolean isEndTangent()
public boolean isFitPoint()
public boolean isStartTangent()
public void setType(int type)
type - public int getType()