Interface IAxesFactory
- All Known Implementing Classes:
DAxesFactory,DefaultAxesFactory
public interface IAxesFactory
-
Method Summary
Modifier and Type Method Description AxiscreateXAxis()Creates the primary x axis for theXYGraphAxiscreateYAxis()Creates the primary y axis for theXYGraph
-
Method Details
-
createXAxis
Axis createXAxis()Creates the primary x axis for theXYGraph- Returns:
- The primary x axis for the
XYGraph, should not benull
-
createYAxis
Axis createYAxis()Creates the primary y axis for theXYGraph- Returns:
- The primary y axis for the
XYGraph, should not benull
-