CXGraph Class Reference
#include <xgraph.h>
List of all members.
|
Public Member Functions |
void | setcolor (string color) |
void | setaxes (double xmin, double ymin, double xmax, double ymax) |
void | drawtext (char *string, double x, double y) |
void | drawline (double x1, double y1, double x2, double y2) |
void | drawcircle (double x, double y, double size) |
void | drawsquare (double x, double y, double size) |
void | drawdiamond (double x, double y, double size) |
void | drawuptriangle (double x, double y, double size) |
void | drawdowntriangle (double x, double y, double size) |
void | drawpoint (double x, double y) |
void | drawarrow (double x1, double y1, double x2, double y2, double headsize) |
void | drawaxes () |
void | closedisplay () |
void | getij (double x, double y, int *i, int *j) |
void | plotline (double *x, double *y, int npts) |
void | plotpoints (double *x, double *y, int npts) |
void | clear () |
void | flush () |
| CXGraph (int horizsize, int vertsize, int ixposition, int iyposition) |
| ~CXGraph () |
Public Attributes |
Display * | theDisplay |
Window | theWindow |
Screen * | theScreen |
Font | theFont |
GC | theGC |
int | window_horizsize |
int | window_vertsize |
int | ixposition |
int | iyposition |
Colormap | screen_colormap |
XColor | red |
XColor | brown |
XColor | blue |
XColor | yellow |
XColor | green |
XColor | orange |
XColor | black |
XColor | cyan |
XColor | violet |
XColor | lightblue |
XColor | navy |
XColor | pink |
XColor | white |
Status | rc |
CAxesInfo | axesinfo |
Detailed Description
Definition at line 26 of file xgraph.h.
Constructor & Destructor Documentation
CXGraph::CXGraph |
( |
int |
horizsize, |
|
|
int |
vertsize, |
|
|
int |
ixposition, |
|
|
int |
iyposition | |
|
) |
| | |
Member Function Documentation
void CXGraph::closedisplay |
( |
|
) |
|
void CXGraph::drawarrow |
( |
double |
x1, |
|
|
double |
y1, |
|
|
double |
x2, |
|
|
double |
y2, |
|
|
double |
headsize | |
|
) |
| | |
void CXGraph::drawaxes |
( |
|
) |
|
void CXGraph::drawcircle |
( |
double |
x, |
|
|
double |
y, |
|
|
double |
size | |
|
) |
| | |
void CXGraph::drawdiamond |
( |
double |
x, |
|
|
double |
y, |
|
|
double |
size | |
|
) |
| | |
void CXGraph::drawdowntriangle |
( |
double |
x, |
|
|
double |
y, |
|
|
double |
size | |
|
) |
| | |
void CXGraph::drawline |
( |
double |
x1, |
|
|
double |
y1, |
|
|
double |
x2, |
|
|
double |
y2 | |
|
) |
| | |
void CXGraph::drawpoint |
( |
double |
x, |
|
|
double |
y | |
|
) |
| | |
void CXGraph::drawsquare |
( |
double |
x, |
|
|
double |
y, |
|
|
double |
size | |
|
) |
| | |
void CXGraph::drawtext |
( |
char * |
string, |
|
|
double |
x, |
|
|
double |
y | |
|
) |
| | |
void CXGraph::drawuptriangle |
( |
double |
x, |
|
|
double |
y, |
|
|
double |
size | |
|
) |
| | |
void CXGraph::getij |
( |
double |
x, |
|
|
double |
y, |
|
|
int * |
i, |
|
|
int * |
j | |
|
) |
| | |
void CXGraph::plotline |
( |
double * |
x, |
|
|
double * |
y, |
|
|
int |
npts | |
|
) |
| | |
void CXGraph::plotpoints |
( |
double * |
x, |
|
|
double * |
y, |
|
|
int |
npts | |
|
) |
| | |
void CXGraph::setaxes |
( |
double |
xmin, |
|
|
double |
ymin, |
|
|
double |
xmax, |
|
|
double |
ymax | |
|
) |
| | |
void CXGraph::setcolor |
( |
string |
color |
) |
|
Member Data Documentation
The documentation for this class was generated from the following files:
- /Users/brown170/Projects/Current/coral_msu_repo/trunk/src/xgraph/xgraph.h
- /Users/brown170/Projects/Current/coral_msu_repo/trunk/src/xgraph/xgraph.cc