Relacs Plot Library  0.9.8
Public Member Functions | List of all members
Plot::Position Class Reference

#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)
 

Detailed Description

Position of a point or a label.

Author
Jan Benda

Constructor & Destructor Documentation

Position ( void  )
inline

Constructor.

Position ( double  x,
Coordinates  xcoor,
double  y,
Coordinates  ycoor 
)
inline

Member Function Documentation

double xpos ( void  ) const
inline

Referenced by Plot::xPixel().

void setXPos ( double  x,
Coordinates  xcoor = Plot::First 
)
inline
Coordinates xcoor ( void  ) const
inline
void setXCoor ( Coordinates  xcoor)
inline
double ypos ( void  ) const
inline

Referenced by Plot::yPixel().

void setYPos ( double  y,
Coordinates  ycoor = Plot::First 
)
inline
Coordinates ycoor ( void  ) const
inline
void setYCoor ( Coordinates  ycoor)
inline

The documentation for this class was generated from the following file: