Interface Reference

All Superinterfaces:
Serializable
All Known Implementing Classes:
ReferenceImpl

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

    • getType

      ReferenceType getType()
      Gets the type.
      Returns:
      the type
      See Also:
    • setType

      void setType(ReferenceType type)
      Sets the type.
      Parameters:
      type - the new type
      See Also:
    • 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:
    • setBbox

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

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

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