Class Point2DToString

    • Field Detail

      • m_UseIntegers

        protected boolean m_UseIntegers
        whether to round to integers.
    • Constructor Detail

      • Point2DToString

        public Point2DToString()
    • Method Detail

      • setUseIntegers

        public void setUseIntegers​(boolean value)
        Sets whether to use integers in the output or doubles.
        Parameters:
        value - true if to use integers
      • getUseIntegers

        public boolean getUseIntegers()
        Returns whether to use integers or doubles in the output.
        Returns:
        true if to use integers
      • useIntegersTipText

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