Public Member Functions | |
ArrowPlot () | |
void | Render (Data currentData, Rectangle view, ColorCoding colors) |
void | drawArrow (int sh) |
void | setResolution (int resValue) |
void | setScaleFactor (float sfValue) |
void | setArrowColor (System.Drawing.Color color) |
void | setAlpha (float aValue) |
void | setStyle (int sValue) |
void | InitGL () |
void | setColorCode (int cValue) |
void | setSize (int sValue) |
|
Constructor |
|
Draws an arrow. An integer indicating the type of shape. |
|
Inits all internal OpenGL data. |
|
Renders the arrows. The current data that should be visualised The rectangle that represents the current view of the data. The current color function that should be used to color code the arrows. |
|
Sets the transparency factor alpha of the arrows. |
|
Sets the current color of the arrows. |
|
|
|
Sets the resolution of the arrow plot. |
|
Sets the scale factor of the arrows. |
|
|
|
Sets the shape of the arrows. |