|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectCodeList<E>
SimpleEnumerationType<Mark>
Mark
public class Mark
Indicate the various methods of sybolizing points with marks. This class defines static constants for all of the valid choices. Depending on the choice of custom mark, circle, cross, square, star, triangle, x mark, may affect the appearance of an object.
Field Summary | |
---|---|
static Mark |
CIRCLE
This constant indicates that a point should be symbolized with a circle mark. |
static Mark |
CROSS
This constant indicates that a point should be symbolized with a cross mark. |
static Mark |
CUSTOM
This constant indicates that a point should be symbolized with a custom mark. |
static Mark |
SQUARE
This constant indicates that a point should be symbolized with a square mark. |
static Mark |
STAR
This constant indicates that a point should be symbolized with a star mark. |
static Mark |
TRIANGLE
This constant indicates that a point should be symbolized with a triangle mark. |
static Mark |
X
This constant indicates that a point should be symbolized with an X mark. |
Constructor Summary | |
---|---|
protected |
Mark(String name,
String description)
Construct a new Mark with the given name and description. |
Method Summary | |
---|---|
CodeList[] |
family()
Returns the list of enumerations of the same kind than this enum. |
static Mark[] |
values()
Returns the list of Mark 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 Mark CUSTOM
public static final Mark CIRCLE
public static final Mark CROSS
public static final Mark SQUARE
public static final Mark STAR
public static final Mark TRIANGLE
public static final Mark X
Constructor Detail |
---|
protected Mark(String name, String description)
DisplayCapabilities.getSupportedMarks()
.
name
- a String defining the name of the Arrow pattern.description
- a String describing the pattern.Method Detail |
---|
public static Mark[] values()
Mark
s.
public CodeList[] family()
family
in class CodeList<Mark>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |