|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jfx.DrawingShape
public class DrawingShape
Drawing shape style enumeration for SetIndexStyle() function.
Field Summary | |
---|---|
static int |
_DRAW_ARROW
|
static int |
_DRAW_HISTOGRAM
|
static int |
_DRAW_LINE
|
static int |
_DRAW_NONE
|
static int |
_DRAW_SECTION
|
static int |
_DRAW_ZIGZAG
|
static DrawingShape |
DRAW_ARROW
Drawing arrows (symbols). |
static DrawingShape |
DRAW_HISTOGRAM
Drawing histogram. |
static DrawingShape |
DRAW_LINE
Drawing line. |
static DrawingShape |
DRAW_NONE
No drawing |
static DrawingShape |
DRAW_SECTION
Drawing sections. |
static DrawingShape |
DRAW_ZIGZAG
Drawing sections between even and odd indicator buffers. |
int |
val
|
Method Summary | |
---|---|
static DrawingShape |
getDrawingShape(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 DrawingShape DRAW_LINE
public static final int _DRAW_LINE
public static final DrawingShape DRAW_SECTION
public static final int _DRAW_SECTION
public static final DrawingShape DRAW_HISTOGRAM
public static final int _DRAW_HISTOGRAM
public static final DrawingShape DRAW_ARROW
public static final int _DRAW_ARROW
public static final DrawingShape DRAW_ZIGZAG
public static final int _DRAW_ZIGZAG
public static final DrawingShape DRAW_NONE
public static final int _DRAW_NONE
public int val
Method Detail |
---|
public static DrawingShape getDrawingShape(int val)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |