Class StringToRectangle

    • Field Detail

      • m_UseXY

        protected boolean m_UseXY
        whether to use a second XY instead of width and height.
    • Constructor Detail

      • StringToRectangle

        public StringToRectangle()
    • Method Detail

      • setUseXY

        public void setUseXY​(boolean value)
        Sets whether the format 'x0 y0 x1 y1' is used instead of 'x y w h'.
        Parameters:
        value - true if XY based
      • getUseXY

        public boolean getUseXY()
        Returns whether the format 'x0 y0 x1 y1' is used instead of 'x y w h'.
        Returns:
        true if XY based
      • useXYTipText

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