|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<HwmfPenStyle.HwmfLineDash>
org.apache.poi.hwmf.record.HwmfPenStyle.HwmfLineDash
public static enum HwmfPenStyle.HwmfLineDash
Enum Constant Summary | |
---|---|
DASH
The pen is dashed. |
|
DASHDOT
The pen has alternating dashes and dots. |
|
DASHDOTDOT
The pen has dashes and double dots. |
|
DOT
The pen is dotted. |
|
INSIDEFRAME
The pen is solid. |
|
NULL
The pen is invisible. |
|
SOLID
The pen is solid. |
|
USERSTYLE
The pen uses a styling array supplied by the user. |
Field Summary | |
---|---|
float[] |
dashes
|
int |
wmfFlag
|
Method Summary | |
---|---|
static HwmfPenStyle.HwmfLineDash |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static HwmfPenStyle.HwmfLineDash[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final HwmfPenStyle.HwmfLineDash SOLID
public static final HwmfPenStyle.HwmfLineDash DASH
public static final HwmfPenStyle.HwmfLineDash DOT
public static final HwmfPenStyle.HwmfLineDash DASHDOT
public static final HwmfPenStyle.HwmfLineDash DASHDOTDOT
public static final HwmfPenStyle.HwmfLineDash NULL
public static final HwmfPenStyle.HwmfLineDash INSIDEFRAME
public static final HwmfPenStyle.HwmfLineDash USERSTYLE
Field Detail |
---|
public final int wmfFlag
public final float[] dashes
Method Detail |
---|
public static HwmfPenStyle.HwmfLineDash[] values()
for (HwmfPenStyle.HwmfLineDash c : HwmfPenStyle.HwmfLineDash.values()) System.out.println(c);
public static HwmfPenStyle.HwmfLineDash 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 name
java.lang.NullPointerException
- if the argument is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |