|
Oracle UIX API Reference Release 2.1.22.0.0 B12196-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.cabo.image.cache.BaseColorizedIconKey | +--oracle.cabo.image.cache.AccentColorizedIconKey
Colorized icon key class for accent-color colorized icons.
Constructor Summary | |
|
AccentColorizedIconKey(ImageContext context,
java.util.Dictionary properties)
Creates a key using the specified properties. |
protected |
AccentColorizedIconKey(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 |
AccentColorizedIconKey(ImageContext context,
java.lang.String source,
int direction,
java.awt.Color color,
java.awt.Color surroundingColor)
Deprecated. in favor of AccentColorizedIconKey( ImageContext, String, Class, int, Color, Color) |
Method Summary | |
java.lang.Object |
getColorKey()
Returns the color key for accent colorized icons: ImageConstants.DARK_ACCENT_COLOR_KEY. |
Methods inherited from class oracle.cabo.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 AccentColorizedIconKey(ImageContext context, java.util.Dictionary properties)
protected AccentColorizedIconKey(ImageContext context, java.lang.String source, java.lang.Class lookAndFeel, int direction, java.awt.Color color, java.awt.Color surroundingColor)
protected AccentColorizedIconKey(ImageContext context, java.lang.String source, int direction, java.awt.Color color, java.awt.Color surroundingColor)
AccentColorizedIconKey( ImageContext, String, Class, int, Color, Color)
Method Detail |
public java.lang.Object getColorKey()
getColorKey
in class BaseColorizedIconKey
|
Oracle UIX API Reference Release 2.1.22.0.0 B12196-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |