|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectCodeList<E>
SimpleEnumerationType<PathType>
PathType
UnprojectedPathType
public final class UnprojectedPathType
This class serves to contain two constants:
Field Summary | |
---|---|
static UnprojectedPathType |
CONTINUOUS_SPLINE
The path that connects its points via a continuous (although not necessarily smooth) spline. |
static UnprojectedPathType |
PIXEL_STRAIGHT
The path that is drawn as screen-straight, regardless of any current projection. |
Constructor Summary | |
---|---|
UnprojectedPathType(String name,
String description)
Creates a new UnprojectedPathType with the given name. |
Method Summary | |
---|---|
CodeList[] |
family()
Returns the list of enumerations of the same kind than this enum. |
static PathType[] |
values()
Returns the list of UnprojectedPathType s. |
Methods inherited from class SimpleEnumerationType |
---|
getDescription, getIcon, getNullIcon, loadIconResource, toString |
Methods inherited from class CodeList |
---|
compareTo, name, ordinal, readResolve |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final UnprojectedPathType PIXEL_STRAIGHT
public static final UnprojectedPathType CONTINUOUS_SPLINE
Constructor Detail |
---|
public UnprojectedPathType(String name, String description)
UnprojectedPathType
with the given name.
name
- the short name for the enum.description
- the description for the enum.Method Detail |
---|
public static PathType[] values()
UnprojectedPathType
s.
public CodeList[] family()
family
in class PathType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |