|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<PEDIGREE_PROPERTY>
com.objex.progeny.anywhere.enums.PEDIGREE_PROPERTY
public enum PEDIGREE_PROPERTY
Defines constant values for select properties of an pedigree object that are of interest
| Enum Constant Summary | |
|---|---|
FONT
Pedigree subtext font property |
|
FOOTER
Pedigree footer property |
|
GO
Pedigree generation offset property. |
|
HEADER
Pedigree header property |
|
ICONYVALUE
Icon y-value property |
|
IH
Icon height property |
|
IO
Pedigree individual offset property. |
|
IW
Icon width property |
|
LINEWIDTH
Pedigree line width property |
|
SCALE
Pedigree scale property |
|
SUBTEXTYVALUE
Subtext y-value property |
|
XGRIDSPACING
Pedigree x-grid spacing property |
|
YGRIDSPACING
Pedigree y-grid spacing property |
|
| Method Summary | |
|---|---|
int |
getProperty()
|
static PEDIGREE_PROPERTY |
valueOf(int ai_property)
|
static PEDIGREE_PROPERTY |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static PEDIGREE_PROPERTY[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final PEDIGREE_PROPERTY HEADER
public static final PEDIGREE_PROPERTY FOOTER
public static final PEDIGREE_PROPERTY FONT
public static final PEDIGREE_PROPERTY LINEWIDTH
public static final PEDIGREE_PROPERTY SCALE
public static final PEDIGREE_PROPERTY XGRIDSPACING
public static final PEDIGREE_PROPERTY YGRIDSPACING
public static final PEDIGREE_PROPERTY GO
public static final PEDIGREE_PROPERTY IO
public static final PEDIGREE_PROPERTY IW
public static final PEDIGREE_PROPERTY IH
public static final PEDIGREE_PROPERTY SUBTEXTYVALUE
public static final PEDIGREE_PROPERTY ICONYVALUE
| Method Detail |
|---|
public static final PEDIGREE_PROPERTY[] values()
for(PEDIGREE_PROPERTY c : PEDIGREE_PROPERTY.values())
System.out.println(c);
public static PEDIGREE_PROPERTY valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified namepublic int getProperty()
public static PEDIGREE_PROPERTY valueOf(int ai_property)
ai_property - The property ID related to the required enum
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||