Package hec.geometry
Interface AxisFactory.AxisFactoryService
- Enclosing class:
- AxisFactory
public static interface AxisFactory.AxisFactoryService
-
Method Summary
Modifier and TypeMethodDescriptioncreateAxis(int type, String n) creates and axis of type "type".createAxisIterator(Axis ax, double del) creates a new iterator for the axis.
-
Method Details
-
createAxis
creates and axis of type "type".- Parameters:
type-n-- Returns:
- Optional that contains the Axis if this factory can create an axis of specific type.
-
createAxisIterator
creates a new iterator for the axis.- Parameters:
ax-del-- Returns:
- Optional that contains the AxisIterator if this factory can create an axis of specific type.
-