|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Enum
com.aspose.imaging.DashCap
public final class DashCap
Specifies the type of graphic shape to use on both ends of each dash in a dashed line.
Field Summary | |
---|---|
static int |
Flat
Specifies a square cap that squares off both ends of each dash. |
static int |
Round
Specifies a circular cap that rounds off both ends of each dash. |
static int |
Triangle
Specifies a triangular cap that points both ends of each dash. |
Method Summary |
---|
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 |
Field Detail |
---|
public static final int Flat
Specifies a square cap that squares off both ends of each dash.
public static final int Round
Specifies a circular cap that rounds off both ends of each dash.
public static final int Triangle
Specifies a triangular cap that points both ends of each dash.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |