Relacs Plot Library
0.9.8
|
#include <plot.h>
Public Member Functions | |
Position (void) | |
Position (double x, Coordinates xcoor, double y, Coordinates ycoor) | |
double | xpos (void) const |
void | setXPos (double x, Coordinates xcoor=Plot::First) |
Coordinates | xcoor (void) const |
void | setXCoor (Coordinates xcoor) |
double | ypos (void) const |
void | setYPos (double y, Coordinates ycoor=Plot::First) |
Coordinates | ycoor (void) const |
void | setYCoor (Coordinates ycoor) |
Position of a point or a label.
|
inline |
Constructor.
|
inline |
|
inline |
Referenced by Plot::xPixel().
|
inline |
References Plot::Position::xcoor().
|
inline |
Referenced by Plot::Position::setXCoor(), Plot::Position::setXPos(), and Plot::xPixel().
|
inline |
References Plot::Position::xcoor().
|
inline |
Referenced by Plot::yPixel().
|
inline |
References Plot::Position::ycoor().
|
inline |
Referenced by Plot::Position::setYCoor(), Plot::Position::setYPos(), and Plot::yPixel().
|
inline |
References Plot::Position::ycoor().