- drawImpl
void drawImpl()
Undocumented in source. Be warned that the author may not have intended to support it.
- opCall
Subplot opCall(uint nRows, uint nColumns)
Create an instance with nRows rows and nColumns columns.
- opCall
Subplot opCall()
Create an empty Subplot instance.
- defaultWindowWidth
int defaultWindowWidth()
Undocumented in source. Be warned that the author may not have intended to support it.
- defaultWindowHeight
int defaultWindowHeight()
Undocumented in source. Be warned that the author may not have intended to support it.
- minWindowWidth
int minWindowWidth()
Undocumented in source. Be warned that the author may not have intended to support it.
- minWindowHeight
int minWindowHeight()
Undocumented in source. Be warned that the author may not have intended to support it.
- addFigure
This addFigure(FigureBase fig, uint row, uint col)
Add a figure to the subplot in the given row and column.
- addFigure
This addFigure(FigureBase[] toAdd)
This addFigure(F[] toAdd)
Add a figure to the subplot using the default layout, which is as
follows:
- zoomedFigure
FigureBase zoomedFigure()
Returns the zoomed figure, or null if no figure is currently zoomed.