Class CometGrid.Element

All Implemented Interfaces:
Serializable
Enclosing class:
CometGrid

@CometTypeConstraints(calculateIds=false) public static class CometGrid.Element extends CometEntity
The Class Element.
See Also:
  • Constructor Details

    • Element

      public Element()
      Instantiates a new element.
  • Method Details

    • getName

      public String getName()
      Gets the name.
      Returns:
      the name
    • getXpos

      public Double getXpos()
      Gets the xpos.
      Returns:
      the xpos
    • getXsize

      public Double getXsize()
      Gets the xsize.
      Returns:
      the xsize
    • getYpos

      public Double getYpos()
      Gets the ypos.
      Returns:
      the ypos
    • getYsize

      public Double getYsize()
      Gets the ysize.
      Returns:
      the ysize
    • setName

      public void setName(String name)
      Sets the name.
      Parameters:
      name - the new name
    • setXpos

      public void setXpos(Double xpos)
      Sets the xpos.
      Parameters:
      xpos - the new xpos
    • setXsize

      public void setXsize(Double xsize)
      Sets the xsize.
      Parameters:
      xsize - the new xsize
    • setYpos

      public void setYpos(Double ypos)
      Sets the ypos.
      Parameters:
      ypos - the new ypos
    • setYsize

      public void setYsize(Double ysize)
      Sets the ysize.
      Parameters:
      ysize - the new ysize