|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Enum
com.aspose.imaging.DashStyle
public final class DashStyle
Specifies the style of dashed lines drawn with a Pen object.
| Field Summary | |
|---|---|
static int |
Custom
Specifies a user-defined custom dash style. |
static int |
Dash
Specifies a line consisting of dashes. |
static int |
DashDot
Specifies a line consisting of a repeating pattern of dash-dot. |
static int |
DashDotDot
Specifies a line consisting of a repeating pattern of dash-dot-dot. |
static int |
Dot
Specifies a line consisting of dots. |
static int |
Solid
Specifies a solid line. |
| 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 Custom
Specifies a user-defined custom dash style.
public static final int Dash
Specifies a line consisting of dashes.
public static final int DashDot
Specifies a line consisting of a repeating pattern of dash-dot.
public static final int DashDotDot
Specifies a line consisting of a repeating pattern of dash-dot-dot.
public static final int Dot
Specifies a line consisting of dots.
public static final int Solid
Specifies a solid line.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||