#include <Coordinate.h>
Public Member Functions | |
Coordinate (int xs, int ys, int xe, int ye) | |
Coordinate () | |
double | getXIn (double pageWidth) const |
double | getYIn (double pageHeight) const |
double | getWidthIn () const |
double | getHeightIn () const |
Public Attributes | |
int | m_xs |
int | m_ys |
int | m_xe |
int | m_ye |
libmspub::Coordinate::Coordinate | ( | int | xs, |
int | ys, | ||
int | xe, | ||
int | ye | ||
) | [inline] |
libmspub::Coordinate::Coordinate | ( | ) | [inline] |
double libmspub::Coordinate::getHeightIn | ( | ) | const [inline] |
Referenced by libmspub::MSPUBCollector::getSpecialValue(), and libmspub::MSPUBCollector::paintShape().
double libmspub::Coordinate::getWidthIn | ( | ) | const [inline] |
Referenced by libmspub::MSPUBCollector::getSpecialValue(), and libmspub::MSPUBCollector::paintShape().
double libmspub::Coordinate::getXIn | ( | double | pageWidth | ) | const [inline] |
Referenced by libmspub::MSPUBCollector::paintShape().
double libmspub::Coordinate::getYIn | ( | double | pageHeight | ) | const [inline] |
Referenced by libmspub::MSPUBCollector::paintShape().