Uses of Class
moa.gui.visualization.AbstractGraphAxes
-
Packages that use AbstractGraphAxes Package Description moa.gui.visualization -
-
Uses of AbstractGraphAxes in moa.gui.visualization
Subclasses of AbstractGraphAxes in moa.gui.visualization Modifier and Type Class Description class
ParamGraphAxes
ParamGraphAxes is an implementation of AbstractGraphAxes, drawing x labels based on a parameter.class
ProcessGraphAxes
ProcessGraphAxes is an implementation of AbstractGraphAxes, drawing x labels based on the process frequency.Fields in moa.gui.visualization declared as AbstractGraphAxes Modifier and Type Field Description protected AbstractGraphAxes
AbstractGraphCanvas. axesPanel
Constructors in moa.gui.visualization with parameters of type AbstractGraphAxes Constructor Description AbstractGraphCanvas(AbstractGraphAxes ax, AbstractGraphPlot g)
Initialises an AbstractGraphCanvas by constructing its AbstractGraphAxes, AbstractGraphPlot as well as setting initial sizes.
-