- defaultWindowHeight
int defaultWindowHeight()
Undocumented in source.
- defaultWindowWidth
int defaultWindowWidth()
Undocumented in source.
- drawImpl
void drawImpl()
Undocumented in source. Be warned that the author may not have intended to support it.
- height
double height()
Undocumented in source. Be warned that the author may not have intended to support it.
- minWindowHeight
int minWindowHeight()
Undocumented in source.
- minWindowWidth
int minWindowWidth()
Undocumented in source.
- title
string title()
- title
This title(string newTitle)
- titleFont
Font titleFont()
- titleFont
This titleFont(Font newTitleFont)
- width
double width()
Undocumented in source. Be warned that the author may not have intended to support it.
- xLabel
string xLabel()
- xLabel
This xLabel(string newLabel)
- xLabelFont
Font xLabelFont()
- xLabelFont
This xLabelFont(Font newLabelFont)
- yLabel
string yLabel()
- yLabel
This yLabel(string newLabel)
- yLabelFont
Font yLabelFont()
- yLabelFont
This yLabelFont(Font newLabelFont)
This is the base class for all GUI-specific FigureBase objects, and contains functionality common to Figures and Subplots across all GUIs.