Class BlendMode

  • All Implemented Interfaces:
    java.lang.Comparable

    public class BlendMode
    extends de.intarsys.tools.enumeration.EnumItem
    The available rendering modes.
    • Constructor Summary

      Constructors 
      Constructor Description
      BlendMode​(java.lang.String id)  
    • Method Summary

      • Methods inherited from class de.intarsys.tools.enumeration.EnumItem

        compareTo, getDescription, getIconName, getId, getLabel, getLocalizedLabel, getMessage, getMeta, getMeta, getTip, getWeight, setDefault, setIconName, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • NORMAL

        public static final BlendMode NORMAL
      • MULTIPLY

        public static final BlendMode MULTIPLY
      • META

        public static final de.intarsys.tools.enumeration.EnumMeta<BlendMode> META
        The meta data for the enumeration.
    • Constructor Detail

      • BlendMode

        public BlendMode​(java.lang.String id)