PPainter constructor

PPainter()

Implementation

PPainter() {
  init();
  setup();
  redraw();
}