Class BlendMode

java.lang.Object
de.intarsys.tools.enumeration.EnumItem
de.intarsys.cwt.common.BlendMode
All Implemented Interfaces:
Comparable

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

    Fields
    Modifier and Type
    Field
    Description
    static final de.intarsys.tools.enumeration.EnumMeta<BlendMode>
    The meta data for the enumeration.
    static final BlendMode
     
    static final BlendMode
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • 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 Details

    • 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 Details

    • BlendMode

      public BlendMode(String id)