Interface Path

All Superinterfaces:
Serializable
All Known Implementing Classes:
PathImpl

public interface Path extends Serializable
The Interface Path.
  • Method Details

    • getIndex

      int getIndex()
      Gets the index.
      Returns:
      the index
    • setIndex

      void setIndex(int index)
      Sets the index.
      Parameters:
      index - the index to set
    • getOffsetX

      double getOffsetX()
      Gets the offset X.
      Returns:
      the offsetX
    • setOffsetX

      void setOffsetX(double offsetX)
      Sets the offset X.
      Parameters:
      offsetX - the offsetX to set
    • getOffsetY

      double getOffsetY()
      Gets the offset Y.
      Returns:
      the offsetY
    • setOffsetY

      void setOffsetY(double offsetY)
      Sets the offset Y.
      Parameters:
      offsetY - the offsetY to set
    • getPoints

      String getPoints()
      Gets the points.
      Returns:
      the points
    • setPoints

      void setPoints(String points)
      Sets the points.
      Parameters:
      points - the points to set
    • getPointsAsList

      List<Double> getPointsAsList()
      Gets the points as list.
      Returns:
      the path points as list
    • setPoints

      void setPoints(List<Double> points)
      Sets the points.
      Parameters:
      points - list of path points