com.jfx
Class DrawingShape

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

public class DrawingShape
extends java.lang.Object

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

DRAW_LINE

public static final DrawingShape DRAW_LINE
Drawing line.


_DRAW_LINE

public static final int _DRAW_LINE
See Also:
Constant Field Values

DRAW_SECTION

public static final DrawingShape DRAW_SECTION
Drawing sections.


_DRAW_SECTION

public static final int _DRAW_SECTION
See Also:
Constant Field Values

DRAW_HISTOGRAM

public static final DrawingShape DRAW_HISTOGRAM
Drawing histogram.


_DRAW_HISTOGRAM

public static final int _DRAW_HISTOGRAM
See Also:
Constant Field Values

DRAW_ARROW

public static final DrawingShape DRAW_ARROW
Drawing arrows (symbols).


_DRAW_ARROW

public static final int _DRAW_ARROW
See Also:
Constant Field Values

DRAW_ZIGZAG

public static final DrawingShape DRAW_ZIGZAG
Drawing sections between even and odd indicator buffers.


_DRAW_ZIGZAG

public static final int _DRAW_ZIGZAG
See Also:
Constant Field Values

DRAW_NONE

public static final DrawingShape DRAW_NONE
No drawing


_DRAW_NONE

public static final int _DRAW_NONE
See Also:
Constant Field Values

val

public int val
Method Detail

getDrawingShape

public static DrawingShape getDrawingShape(int val)


Copyright © 2008-2009 Roman Gerasimenko.