Class Icon


  • public class Icon
    extends Object
    An icon that have a name and a value to help rendering it.
    Since:
    6.2M1
    Version:
    $Id: 39b73305ed75ef7f6967685356dd595ce3f66190 $
    • Constructor Detail

      • Icon

        public Icon()
        Default constructor.
      • Icon

        public Icon​(String value)
        Constructor.
        Parameters:
        value - value of the icon
    • Method Detail

      • getValue

        public String getValue()
        Returns:
        the value of the icon
      • setValue

        public void setValue​(String value)
        Set the value of the icon.
        Parameters:
        value - the value to set