|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<MazePrintPropertiesProvider.BlowUpFactor>
de.caff.maze.MazePrintPropertiesProvider.BlowUpFactor
public static enum MazePrintPropertiesProvider.BlowUpFactor
A factor describing on how many pages the maze is drawn.
![]() |
![]() |
Enum Constant Summary | |
---|---|
BLOW_UP_DOUBLE
Double page. |
|
BLOW_UP_EIGHT
8 pages. |
|
BLOW_UP_QUAD
Quad page. |
|
BLOW_UP_SINGLE
Single page. |
|
BLOW_UP_SIXTEEN
16 pages. |
Method Summary | |
---|---|
int |
getPages()
Get the number of pages. |
java.lang.String |
toString()
Get a descriptive string. |
static MazePrintPropertiesProvider.BlowUpFactor |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static MazePrintPropertiesProvider.BlowUpFactor[] |
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, valueOf |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final MazePrintPropertiesProvider.BlowUpFactor BLOW_UP_SINGLE
public static final MazePrintPropertiesProvider.BlowUpFactor BLOW_UP_DOUBLE
public static final MazePrintPropertiesProvider.BlowUpFactor BLOW_UP_QUAD
public static final MazePrintPropertiesProvider.BlowUpFactor BLOW_UP_EIGHT
public static final MazePrintPropertiesProvider.BlowUpFactor BLOW_UP_SIXTEEN
Method Detail |
---|
public static final MazePrintPropertiesProvider.BlowUpFactor[] values()
for(MazePrintPropertiesProvider.BlowUpFactor c : MazePrintPropertiesProvider.BlowUpFactor.values()) System.out.println(c);
public static MazePrintPropertiesProvider.BlowUpFactor valueOf(java.lang.String name)
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namename
- the name of the enum constant to be returned.
public int getPages()
public java.lang.String toString()
toString
in class java.lang.Enum<MazePrintPropertiesProvider.BlowUpFactor>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |