public enum StiPenStyle extends java.lang.Enum<StiPenStyle>
| Enum Constant and Description |
|---|
Dash
Dotted line.
|
DashDot
Dash-dotted line.
|
DashDotDot
Dotted-dash-dash line.
|
Dot
Dotted line.
|
Double
Double line.
|
None
No.
|
Solid
Solid line.
|
| Modifier and Type | Method and Description |
|---|---|
static StiPenStyle |
forValue(int value) |
float[] |
getDash(float width) |
int |
getValue() |
static StiPenStyle |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StiPenStyle[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StiPenStyle Solid
public static final StiPenStyle Dash
public static final StiPenStyle DashDot
public static final StiPenStyle DashDotDot
public static final StiPenStyle Dot
public static final StiPenStyle Double
public static final StiPenStyle None
public static StiPenStyle[] values()
for (StiPenStyle c : StiPenStyle.values()) System.out.println(c);
public static StiPenStyle 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 namejava.lang.NullPointerException - if the argument is nullpublic int getValue()
public static StiPenStyle forValue(int value)
public float[] getDash(float width)
Copyright © 2020 Stimulsoft. All Rights Reserved.