| Constructor and Description |
|---|
Expand(ExpandType type,
double position,
double extend) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Expand other) |
double |
getExtend() |
double |
getPosition() |
ExpandType |
getType() |
java.lang.String |
toString() |
public Expand(ExpandType type, double position, double extend)
public java.lang.String toString()
toString in class java.lang.Objectpublic int compareTo(Expand other)
compareTo in interface java.lang.Comparable<Expand>public final double getPosition()
public final double getExtend()
public final ExpandType getType()