railo.runtime.img.composite
Class MiscComposite
java.lang.Object
railo.runtime.img.composite.MiscComposite
- All Implemented Interfaces:
- Composite
public final class MiscComposite
- extends Object
- implements Composite
BLEND
public static final int BLEND
- See Also:
- Constant Field Values
ADD
public static final int ADD
- See Also:
- Constant Field Values
SUBTRACT
public static final int SUBTRACT
- See Also:
- Constant Field Values
DIFFERENCE
public static final int DIFFERENCE
- See Also:
- Constant Field Values
MULTIPLY
public static final int MULTIPLY
- See Also:
- Constant Field Values
DARKEN
public static final int DARKEN
- See Also:
- Constant Field Values
BURN
public static final int BURN
- See Also:
- Constant Field Values
COLOR_BURN
public static final int COLOR_BURN
- See Also:
- Constant Field Values
SCREEN
public static final int SCREEN
- See Also:
- Constant Field Values
LIGHTEN
public static final int LIGHTEN
- See Also:
- Constant Field Values
DODGE
public static final int DODGE
- See Also:
- Constant Field Values
COLOR_DODGE
public static final int COLOR_DODGE
- See Also:
- Constant Field Values
HUE
public static final int HUE
- See Also:
- Constant Field Values
SATURATION
public static final int SATURATION
- See Also:
- Constant Field Values
VALUE
public static final int VALUE
- See Also:
- Constant Field Values
COLOR
public static final int COLOR
- See Also:
- Constant Field Values
OVERLAY
public static final int OVERLAY
- See Also:
- Constant Field Values
SOFT_LIGHT
public static final int SOFT_LIGHT
- See Also:
- Constant Field Values
HARD_LIGHT
public static final int HARD_LIGHT
- See Also:
- Constant Field Values
PIN_LIGHT
public static final int PIN_LIGHT
- See Also:
- Constant Field Values
EXCLUSION
public static final int EXCLUSION
- See Also:
- Constant Field Values
NEGATION
public static final int NEGATION
- See Also:
- Constant Field Values
AVERAGE
public static final int AVERAGE
- See Also:
- Constant Field Values
STENCIL
public static final int STENCIL
- See Also:
- Constant Field Values
SILHOUETTE
public static final int SILHOUETTE
- See Also:
- Constant Field Values
RULE_NAMES
public static String[] RULE_NAMES
getInstance
public static Composite getInstance(int rule,
float alpha)
createContext
public CompositeContext createContext(ColorModel srcColorModel,
ColorModel dstColorModel,
RenderingHints hints)
- Specified by:
createContext
in interface Composite
getAlpha
public float getAlpha()
getRule
public int getRule()
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
Copyright © 2012 Railo