GuiAgnosticBase

This is the base class for all GUI-specific FigureBase objects, and contains functionality common to Figures and Subplots across all GUIs.

Members

Functions

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)

Variables

_height
double _height;
Undocumented in source.
_title
string _title;
Undocumented in source.
_titleFont
Font _titleFont;
Undocumented in source.
_width
double _width;
Undocumented in source.
_xLabel
string _xLabel;
Undocumented in source.
_xLabelFont
Font _xLabelFont;
Undocumented in source.
_yLabel
string _yLabel;
Undocumented in source.
_yLabelFont
Font _yLabelFont;
Undocumented in source.
xOffset
double xOffset;
Undocumented in source.
yOffset
double yOffset;
Undocumented in source.

Meta