public abstract class AxisFactory
extends java.lang.Object
| Constructor and Description |
|---|
AxisFactory() |
| Modifier and Type | Method and Description |
|---|---|
abstract DrawableAxes |
createAxes(PlottingPanel panel) |
static DrawableAxes |
createAxesType1(PlottingPanel panel) |
static DrawableAxes |
createAxesType2(PlottingPanel panel) |
static DrawableAxes |
createAxesType3(PlottingPanel panel) |
static AxisFactory |
newInstance() |
static AxisFactory |
newInstance(java.lang.String axisClass) |
public static AxisFactory newInstance()
public static AxisFactory newInstance(java.lang.String axisClass)
public abstract DrawableAxes createAxes(PlottingPanel panel)
public static DrawableAxes createAxesType1(PlottingPanel panel)
public static DrawableAxes createAxesType2(PlottingPanel panel)
public static DrawableAxes createAxesType3(PlottingPanel panel)