|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
ObjectCodeList<E>
SimpleEnumerationType<XAnchor>
XAnchor
public class XAnchor
Defines the various XAnchor types.
| Field Summary | |
|---|---|
static XAnchor |
CENTER
Align the center of the field. |
static XAnchor |
LEFT
Align to the left of the field. |
static XAnchor |
RIGHT
Align to the right of the field. |
| Constructor Summary | |
|---|---|
protected |
XAnchor(String name,
String description)
Construct a new XAnchor with the given name and description. |
| Method Summary | |
|---|---|
CodeList[] |
family()
Returns the list of enumerations of the same kind than this enum. |
static XAnchor[] |
values()
Returns the list of XAnchors. |
| 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 XAnchor LEFT
public static final XAnchor CENTER
public static final XAnchor RIGHT
| Constructor Detail |
|---|
protected XAnchor(String name,
String description)
DisplayCapabilities.getSupportedXAnchors().
name - a String defining the name of the Arrow pattern.description - a String describing the pattern.| Method Detail |
|---|
public static XAnchor[] values()
XAnchors.
public CodeList[] family()
family in class CodeList<XAnchor>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||