|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
ObjectCodeList<E>
SimpleEnumerationType<YAnchor>
YAnchor
public class YAnchor
Defines the various YAnchor types.
| Field Summary | |
|---|---|
static YAnchor |
BASELINE
Align to the baseline of the field. |
static YAnchor |
BOTTOM
Align to the bottom of the field. |
static YAnchor |
MIDDLE
Align the middle of the field. |
static YAnchor |
TOP
Align to the top of the field. |
| Constructor Summary | |
|---|---|
protected |
YAnchor(String name,
String description)
Construct a new YAnchor with the given name and description. |
| Method Summary | |
|---|---|
CodeList[] |
family()
Returns the list of enumerations of the same kind than this enum. |
static int |
getNumberOfStyles()
Deprecated. Use values().length instead. |
static YAnchor[] |
values()
Returns the list of YAnchors. |
| 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 YAnchor TOP
public static final YAnchor MIDDLE
public static final YAnchor BASELINE
public static final YAnchor BOTTOM
| Constructor Detail |
|---|
protected YAnchor(String name,
String description)
DisplayCapabilities.getSupportedYAnchors().
name - a String defining the name of the Arrow pattern.description - a String describing the pattern.| Method Detail |
|---|
@Deprecated public static int getNumberOfStyles()
values().length instead.
YAnchors that have been
created.
public static YAnchor[] values()
YAnchors.
public CodeList[] family()
family in class CodeList<YAnchor>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||