Class Triangle

    • Field Detail

      • m_Size

        protected float m_Size
        the size.
    • Constructor Detail

      • Triangle

        public Triangle()
    • Method Detail

      • setType

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

        public Triangle.Type getType()
        Returns the type of the triangle.
        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.
      • setSize

        public void setSize​(float value)
        Sets the size of the diamond.
        Parameters:
        value - the size
      • getSize

        public float getSize()
        Returns the size of the diamond.
        Returns:
        the size
      • sizeTipText

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