Class TestIcon

    • Constructor Detail

      • TestIcon

        public TestIcon()
        The constructor.
    • Method Detail

      • getSize

        public double getSize()
        Specified by:
        getSize in interface UiIcon
        Returns:
        the size of this icon. A value of 1 is the default size. A larger value will increase the size (e.g. 3 for triple of the original size) and a smaller value will decrease the size (e.g. 0.5 for half the original size).
      • setSize

        public void setSize​(double size)
        Specified by:
        setSize in interface UiIcon
        Parameters:
        size - the new value of size.