java.lang.Object
com.priint.pubserver.metadata.xml.element.PathImpl
All Implemented Interfaces:
Path, Serializable

public class PathImpl extends Object implements Serializable, Path
See Also:
  • Constructor Details

    • PathImpl

      public PathImpl()
  • Method Details

    • getIndex

      public int getIndex()
      Description copied from interface: Path
      Gets the index.
      Specified by:
      getIndex in interface Path
      Returns:
      the index
    • setIndex

      public void setIndex(int index)
      Description copied from interface: Path
      Sets the index.
      Specified by:
      setIndex in interface Path
      Parameters:
      index - the index to set
    • getOffsetX

      public double getOffsetX()
      Description copied from interface: Path
      Gets the offset X.
      Specified by:
      getOffsetX in interface Path
      Returns:
      the offsetX
    • setOffsetX

      public void setOffsetX(double offsetX)
      Description copied from interface: Path
      Sets the offset X.
      Specified by:
      setOffsetX in interface Path
      Parameters:
      offsetX - the offsetX to set
    • getOffsetY

      public double getOffsetY()
      Description copied from interface: Path
      Gets the offset Y.
      Specified by:
      getOffsetY in interface Path
      Returns:
      the offsetY
    • setOffsetY

      public void setOffsetY(double offsetY)
      Description copied from interface: Path
      Sets the offset Y.
      Specified by:
      setOffsetY in interface Path
      Parameters:
      offsetY - the offsetY to set
    • getPoints

      public String getPoints()
      Description copied from interface: Path
      Gets the points.
      Specified by:
      getPoints in interface Path
      Returns:
      the points
    • setPoints

      public void setPoints(String points)
      Description copied from interface: Path
      Sets the points.
      Specified by:
      setPoints in interface Path
      Parameters:
      points - the points to set
    • getPointsAsList

      public List<Double> getPointsAsList()
      Description copied from interface: Path
      Gets the points as list.
      Specified by:
      getPointsAsList in interface Path
      Returns:
      the path points as list
    • setPoints

      public void setPoints(List<Double> points)
      Description copied from interface: Path
      Sets the points.
      Specified by:
      setPoints in interface Path
      Parameters:
      points - list of path points