Class ReferenceImpl

  • All Implemented Interfaces:
    Reference, java.io.Serializable

    public class ReferenceImpl
    extends java.lang.Object
    implements java.io.Serializable, Reference
    The type Reference.
    See Also:
    Serialized Form
    • Constructor Detail

      • ReferenceImpl

        public ReferenceImpl()
    • Method Detail

      • getId

        public int getId()
        Description copied from interface: Reference
        Gets the id.
        Specified by:
        getId in interface Reference
        Returns:
        the id
      • setId

        public void setId​(int id)
        Description copied from interface: Reference
        Sets the id.
        Specified by:
        setId in interface Reference
        Parameters:
        id - the new id
      • getIdString

        public int getIdString()
        Description copied from interface: Reference
        Gets the id string.
        Specified by:
        getIdString in interface Reference
        Returns:
        the id string
      • setIdString

        public void setIdString​(int idString)
        Description copied from interface: Reference
        Sets the id string.
        Specified by:
        setIdString in interface Reference
        Parameters:
        idString - the new id string
      • getX

        public double getX()
        Description copied from interface: Reference
        Gets the x.
        Specified by:
        getX in interface Reference
        Returns:
        the x
      • setX

        public void setX​(double x)
        Description copied from interface: Reference
        Sets the x.
        Specified by:
        setX in interface Reference
        Parameters:
        x - the new x
      • getY

        public double getY()
        Description copied from interface: Reference
        Gets the y.
        Specified by:
        getY in interface Reference
        Returns:
        the y
      • setY

        public void setY​(double y)
        Description copied from interface: Reference
        Sets the y.
        Specified by:
        setY in interface Reference
        Parameters:
        y - the new y
      • getStart

        public int getStart()
        Description copied from interface: Reference
        Gets the start.
        Specified by:
        getStart in interface Reference
        Returns:
        the start
      • setStart

        public void setStart​(int start)
        Description copied from interface: Reference
        Sets the start.
        Specified by:
        setStart in interface Reference
        Parameters:
        start - the new start
      • getEnd

        public int getEnd()
        Description copied from interface: Reference
        Gets the end.
        Specified by:
        getEnd in interface Reference
        Returns:
        the end
      • setEnd

        public void setEnd​(int end)
        Description copied from interface: Reference
        Sets the end.
        Specified by:
        setEnd in interface Reference
        Parameters:
        end - the new end
      • getBbox

        public BBox getBbox()
        Description copied from interface: Reference
        Gets the bbox.
        Specified by:
        getBbox in interface Reference
        Returns:
        the bbox
        See Also:
        BBox
      • setBbox

        public void setBbox​(BBox bbox)
        Description copied from interface: Reference
        Sets the bbox.
        Specified by:
        setBbox in interface Reference
        Parameters:
        bbox - the new bbox
        See Also:
        BBox
      • getArea

        public Area getArea()
        Description copied from interface: Reference
        Gets the area.
        Specified by:
        getArea in interface Reference
        Returns:
        the area
        See Also:
        Area
      • setArea

        public void setArea​(Area area)
        Description copied from interface: Reference
        Sets the area.
        Specified by:
        setArea in interface Reference
        Parameters:
        area - the new area
        See Also:
        Area