com.jfx
Class DrawingStyle

java.lang.Object
  extended by com.jfx.DrawingStyle

public class DrawingStyle
extends java.lang.Object

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

STYLE_SOLID

public static final DrawingStyle STYLE_SOLID
The pen is solid.


_STYLE_SOLID

public static final int _STYLE_SOLID
See Also:
Constant Field Values

STYLE_DASH

public static final DrawingStyle STYLE_DASH
The pen is dashed.


_STYLE_DASH

public static final int _STYLE_DASH
See Also:
Constant Field Values

STYLE_DOT

public static final DrawingStyle STYLE_DOT
The pen is dotted.


_STYLE_DOT

public static final int _STYLE_DOT
See Also:
Constant Field Values

STYLE_DASHDOT

public static final DrawingStyle STYLE_DASHDOT
The pen has alternating dashes and dots.


_STYLE_DASHDOT

public static final int _STYLE_DASHDOT
See Also:
Constant Field Values

STYLE_DASHDOTDOT

public static final DrawingStyle STYLE_DASHDOTDOT
The pen has alternating dashes and double dots.


_STYLE_DASHDOTDOT

public static final int _STYLE_DASHDOTDOT
See Also:
Constant Field Values

val

public int val
Method Detail

getDrawingStyle

public static DrawingStyle getDrawingStyle(int val)


Copyright © 2008-2009 Roman Gerasimenko.