|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jfx.DrawingStyle
public class DrawingStyle
Drawing style. Valid when width=1.
Field Summary | |
---|---|
static int |
_STYLE_DASH
|
static int |
_STYLE_DASHDOT
|
static int |
_STYLE_DASHDOTDOT
|
static int |
_STYLE_DOT
|
static int |
_STYLE_SOLID
|
static DrawingStyle |
STYLE_DASH
The pen is dashed. |
static DrawingStyle |
STYLE_DASHDOT
The pen has alternating dashes and dots. |
static DrawingStyle |
STYLE_DASHDOTDOT
The pen has alternating dashes and double dots. |
static DrawingStyle |
STYLE_DOT
The pen is dotted. |
static DrawingStyle |
STYLE_SOLID
The pen is solid. |
int |
val
|
Method Summary | |
---|---|
static DrawingStyle |
getDrawingStyle(int val)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final DrawingStyle STYLE_SOLID
public static final int _STYLE_SOLID
public static final DrawingStyle STYLE_DASH
public static final int _STYLE_DASH
public static final DrawingStyle STYLE_DOT
public static final int _STYLE_DOT
public static final DrawingStyle STYLE_DASHDOT
public static final int _STYLE_DASHDOT
public static final DrawingStyle STYLE_DASHDOTDOT
public static final int _STYLE_DASHDOTDOT
public int val
Method Detail |
---|
public static DrawingStyle getDrawingStyle(int val)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |