Class Title

    • Method Detail

      • setDisplay

        public void setDisplay​(boolean display)
        Sets true if the element is shown.
        Parameters:
        display - if true the element is shown.
      • isDisplay

        public boolean isDisplay()
        Returns true if the element is shown.
        Specified by:
        isDisplay in interface IsDefaultPluginElement
        Returns:
        if true the element is shown.
      • setPosition

        public void setPosition​(Position position)
        Sets the position of element.
        Parameters:
        position - the position of element.
      • setAlign

        public void setAlign​(ElementAlign alignment)
        Sets the alignment of the element.
        Parameters:
        alignment - alignment of the element.