Interface Reference

  • All Superinterfaces:
    java.io.Serializable
    All Known Implementing Classes:
    ReferenceImpl

    public interface Reference
    extends java.io.Serializable
    The Interface Reference.
    • Method Detail

      • getId

        int getId()
        Gets the id.
        Returns:
        the id
      • setId

        void setId​(int id)
        Sets the id.
        Parameters:
        id - the new id
      • getIdString

        int getIdString()
        Gets the id string.
        Returns:
        the id string
      • setIdString

        void setIdString​(int idString)
        Sets the id string.
        Parameters:
        idString - the new id string
      • getX

        double getX()
        Gets the x.
        Returns:
        the x
      • setX

        void setX​(double x)
        Sets the x.
        Parameters:
        x - the new x
      • getY

        double getY()
        Gets the y.
        Returns:
        the y
      • setY

        void setY​(double y)
        Sets the y.
        Parameters:
        y - the new y
      • getStart

        int getStart()
        Gets the start.
        Returns:
        the start
      • setStart

        void setStart​(int start)
        Sets the start.
        Parameters:
        start - the new start
      • getEnd

        int getEnd()
        Gets the end.
        Returns:
        the end
      • setEnd

        void setEnd​(int end)
        Sets the end.
        Parameters:
        end - the new end
      • getBbox

        BBox getBbox()
        Gets the bbox.
        Returns:
        the bbox
        See Also:
        BBox
      • setBbox

        void setBbox​(BBox bbox)
        Sets the bbox.
        Parameters:
        bbox - the new bbox
        See Also:
        BBox
      • getArea

        Area getArea()
        Gets the area.
        Returns:
        the area
        See Also:
        Area
      • setArea

        void setArea​(Area area)
        Sets the area.
        Parameters:
        area - the new area
        See Also:
        Area