openMSX
|
Public Member Functions | |
Paper (unsigned x, unsigned y, double dotSizeX, double dotSizeY) | |
std::string | save () const |
void | setDotSize (double sizeX, double sizeY) |
void | plot (double x, double y) |
Definition at line 21 of file Printer.cc.
openmsx::Paper::Paper | ( | unsigned | x, |
unsigned | y, | ||
double | dotSizeX, | ||
double | dotSizeY | ||
) |
Definition at line 1607 of file Printer.cc.
References ranges::fill(), and setDotSize().
void openmsx::Paper::plot | ( | double | x, |
double | y | ||
) |
std::string openmsx::Paper::save | ( | ) | const |
Definition at line 1615 of file Printer.cc.
References openmsx::FileOperations::getNextNumberedFileName(), openmsx::PNG::saveGrayscale(), VLA, and xrange().
void openmsx::Paper::setDotSize | ( | double | sizeX, |
double | sizeY | ||
) |