|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.myfaces.trinidadinternal.image.cache.BaseColorizedIconKey
org.apache.myfaces.trinidadinternal.image.cache.CoreColorizedIconKey
public class CoreColorizedIconKey
Colorized icon key class for core-color colorized icons.
| Field Summary |
|---|
| Constructor Summary | |
|---|---|
|
CoreColorizedIconKey(ImageContext context,
java.util.Map<java.lang.Object,java.lang.Object> properties)
Creates a key using the specified properties. |
protected |
CoreColorizedIconKey(ImageContext context,
java.lang.String source,
java.lang.Class<?> lookAndFeel,
int direction,
java.awt.Color color,
java.awt.Color surroundingColor)
Creates a key for the specified context, source and direction. |
protected |
CoreColorizedIconKey(ImageContext context,
java.lang.String source,
int direction,
java.awt.Color color,
java.awt.Color surroundingColor)
Deprecated. in favor of CoreColorizedIconKey( ImageContext, String, Class, int, Color, Color) |
| Method Summary | |
|---|---|
java.lang.Object |
getColorKey()
Returns the color key for core colorized icons: ImageConstants.DARK_COLOR_KEY. |
| Methods inherited from class org.apache.myfaces.trinidadinternal.image.cache.BaseColorizedIconKey |
|---|
equals, getColor, getDirection, getLocalName, getLookAndFeel, getNamespaceURI, getRenderProperties, getSource, hashCode, setColor, setDirection, setLookAndFeel, setSource |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CoreColorizedIconKey(ImageContext context,
java.util.Map<java.lang.Object,java.lang.Object> properties)
protected CoreColorizedIconKey(ImageContext context,
java.lang.String source,
java.lang.Class<?> lookAndFeel,
int direction,
java.awt.Color color,
java.awt.Color surroundingColor)
@Deprecated
protected CoreColorizedIconKey(ImageContext context,
java.lang.String source,
int direction,
java.awt.Color color,
java.awt.Color surroundingColor)
CoreColorizedIconKey( ImageContext, String, Class, int, Color, Color)
| Method Detail |
|---|
public java.lang.Object getColorKey()
getColorKey in class BaseColorizedIconKey
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||