LinePatternValue
Contents
[
Hide
]Inheritance: java.lang.Object
public final class LinePatternValue
Specifies the line pattern of the shape.
Fields
| Field | Description |
|---|---|
| CUSTOM_MASTER | Custom. |
| DASH | Dashed line. |
| DASHED_CENTER | Dashed - center. |
| DASHED_EVENLY_SPACED | Dashed - evenly spaced. |
| DASH_DOT | Dash-dot line. |
| DASH_DOT_DOT | Dash-dot-dot line. |
| DOT | Dotted line. |
| DOTTED_CENTER | Dotted - center. |
| DOTTED_EVENLY_SPACED | Dotted - evenly spaced. |
| DRAWN | Drawn line patterns. |
| DRAWN_DASHED | Drawn dashed. |
| DRAWN_DASH_DOT | Drawn dash dot. |
| DRAWN_DASH_DOT_DOT | Drawn dash dot dot. |
| DRAWN_DOTS | Drawn dots. |
| LONG_DASH | Long dash. |
| LONG_DASH_DOUBLE_DOT | Long dash - double dot. |
| LONG_DASH_TRIPLE_DOT | Long dash - triple dot. |
| NONE | None. |
| SHORT_DASH | Short dash. |
| SHORT_DASH_DOUBLE_DOT | Short dash - double dot. |
| SOLID | Solid line. |
| THICK_BETWEEN_THIN | Thick between thin. |
| THICK_THIN | Thick thin. |
| THIN_THICK | Thin thick. |
| THIN_THICK_THIN | Thin thick thin. |
| UNDEFINED | Undefined. |
Methods
| Method | Description |
|---|---|
| equals(Object arg0) | |
| getClass() | |
| hashCode() | |
| notify() | |
| notifyAll() | |
| toString() | |
| wait() | |
| wait(long arg0) | |
| wait(long arg0, int arg1) |
CUSTOM_MASTER
public static final int CUSTOM_MASTER
Custom.
DASH
public static final int DASH
Dashed line.
DASHED_CENTER
public static final int DASHED_CENTER
Dashed - center.
DASHED_EVENLY_SPACED
public static final int DASHED_EVENLY_SPACED
Dashed - evenly spaced.
DASH_DOT
public static final int DASH_DOT
Dash-dot line.
DASH_DOT_DOT
public static final int DASH_DOT_DOT
Dash-dot-dot line.
DOT
public static final int DOT
Dotted line.
DOTTED_CENTER
public static final int DOTTED_CENTER
Dotted - center.
DOTTED_EVENLY_SPACED
public static final int DOTTED_EVENLY_SPACED
Dotted - evenly spaced.
DRAWN
public static final int DRAWN
Drawn line patterns.
DRAWN_DASHED
public static final int DRAWN_DASHED
Drawn dashed.
DRAWN_DASH_DOT
public static final int DRAWN_DASH_DOT
Drawn dash dot.
DRAWN_DASH_DOT_DOT
public static final int DRAWN_DASH_DOT_DOT
Drawn dash dot dot.
DRAWN_DOTS
public static final int DRAWN_DOTS
Drawn dots.
LONG_DASH
public static final int LONG_DASH
Long dash.
LONG_DASH_DOUBLE_DOT
public static final int LONG_DASH_DOUBLE_DOT
Long dash - double dot.
LONG_DASH_TRIPLE_DOT
public static final int LONG_DASH_TRIPLE_DOT
Long dash - triple dot.
NONE
public static final int NONE
None.
SHORT_DASH
public static final int SHORT_DASH
Short dash.
SHORT_DASH_DOUBLE_DOT
public static final int SHORT_DASH_DOUBLE_DOT
Short dash - double dot.
SOLID
public static final int SOLID
Solid line.
THICK_BETWEEN_THIN
public static final int THICK_BETWEEN_THIN
Thick between thin.
THICK_THIN
public static final int THICK_THIN
Thick thin.
THIN_THICK
public static final int THIN_THICK
Thin thick.
THIN_THICK_THIN
public static final int THIN_THICK_THIN
Thin thick thin.
UNDEFINED
public static final int UNDEFINED
Undefined.
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | long | |
| arg1 | int |