LinePatternValue

Inheritance: java.lang.Object

public final class LinePatternValue

Specifies the line pattern of the shape.

Fields

FieldDescription
CUSTOM_MASTERCustom.
DASHDashed line.
DASHED_CENTERDashed - center.
DASHED_EVENLY_SPACEDDashed - evenly spaced.
DASH_DOTDash-dot line.
DASH_DOT_DOTDash-dot-dot line.
DOTDotted line.
DOTTED_CENTERDotted - center.
DOTTED_EVENLY_SPACEDDotted - evenly spaced.
DRAWNDrawn line patterns.
DRAWN_DASHEDDrawn dashed.
DRAWN_DASH_DOTDrawn dash dot.
DRAWN_DASH_DOT_DOTDrawn dash dot dot.
DRAWN_DOTSDrawn dots.
LONG_DASHLong dash.
LONG_DASH_DOUBLE_DOTLong dash - double dot.
LONG_DASH_TRIPLE_DOTLong dash - triple dot.
NONENone.
SHORT_DASHShort dash.
SHORT_DASH_DOUBLE_DOTShort dash - double dot.
SOLIDSolid line.
THICK_BETWEEN_THINThick between thin.
THICK_THINThick thin.
THIN_THICKThin thick.
THIN_THICK_THINThin thick thin.
UNDEFINEDUndefined.

Methods

MethodDescription
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:

ParameterTypeDescription
arg0java.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:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int