Class CometGrid.Element

    • Constructor Detail

      • Element

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

      • getName

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

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

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

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

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

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

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

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

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

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