Class Cross

    • Field Detail

      • m_Type

        protected Cross.Type m_Type
        the type of cross.
      • m_Length

        protected float m_Length
        the length of the arms.
      • m_Thickness

        protected float m_Thickness
        the thickness of the arms.
    • Constructor Detail

      • Cross

        public Cross()
    • Method Detail

      • setType

        public void setType​(Cross.Type value)
        Sets the type of the cross.
        Parameters:
        value - the type
      • getType

        public Cross.Type getType()
        Returns the type of the cross.
        Returns:
        the type
      • typeTipText

        public String typeTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • setLength

        public void setLength​(float value)
        Sets the length of the arms of the cross.
        Parameters:
        value - the length
      • getLength

        public float getLength()
        Returns the length of the arms of the cross.
        Returns:
        the length
      • lengthTipText

        public String lengthTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • setThickness

        public void setThickness​(float value)
        Sets the thickness of the arms of the cross.
        Parameters:
        value - the thickness
      • getThickness

        public float getThickness()
        Returns the thickness of the arms of the cross.
        Returns:
        the thickness
      • thicknessTipText

        public String thicknessTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.