Package hec.geometry

Interface AxisFactory.AxisFactoryService

Enclosing class:
AxisFactory

public static interface AxisFactory.AxisFactoryService
  • Method Details

    • createAxis

      Optional<Axis> createAxis(int type, String n)
      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

      Optional<AxisIterator> createAxisIterator(Axis ax, double del)
      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.