|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Enum com.adobe.livecycle.convertpdfservice.client.enumeration.LineWeight
public final class LineWeight
Represents line weight settings, which are used to enhance drawing readability. This enumeration value is used for lines for trim, bleed, and registration marks.
Field Summary | |
---|---|
static LineWeight |
point125
Represents a line weight of 0.125. |
static LineWeight |
point25
Represents a line weight of 0.25. |
static LineWeight |
point5
Represents a line weight of 0.50. |
Method Summary | |
---|---|
java.lang.String |
getLineWeight()
Returns the value of the line weight. |
static LineWeight |
valueOf(java.lang.String name)
|
static LineWeight[] |
values()
|
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final LineWeight point125
public static final LineWeight point25
public static final LineWeight point5
Method Detail |
---|
public static LineWeight[] values()
public static LineWeight valueOf(java.lang.String name)
public java.lang.String getLineWeight()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |