UIX 2.2.15

oracle.cabo.image.cache
Class AccentColorizedIconKey

java.lang.Object
  |
  +--oracle.cabo.image.cache.BaseColorizedIconKey
        |
        +--oracle.cabo.image.cache.AccentColorizedIconKey
All Implemented Interfaces:
oracle.cabo.image.cache.CacheKey, ImageConstants, ImageProviderRequest

public class AccentColorizedIconKey
extends BaseColorizedIconKey

Colorized icon key class for accent-color colorized icons.


Fields inherited from interface oracle.cabo.image.ImageConstants
ACCESS_KEY_KEY, BACKGROUND_KEY, BORDER_COLOR_KEY, BUTTON_BOTTOM_BACKGROUND_ICON_KEY, BUTTON_END_ICON_KEY, BUTTON_NAME, BUTTON_START_ICON_KEY, BUTTON_TOP_BACKGROUND_ICON_KEY, COLORIZED_ICON_NAME, COMPOSITE_BUTTON_NAME, DARK_ACCENT_COLOR_KEY, DARK_COLOR_KEY, DIRECTION_KEY, DISABLED_BACKGROUND_KEY, DISABLED_FONT_KEY, DISABLED_FOREGROUND_KEY, DISABLED_KEY, ENCODING_TYPE_KEY, END_ROUNDED_KEY, FLIPPED_ICON_NAME, FONT_KEY, FOREGROUND_KEY, GLOBAL_BUTTON_NAME, HEIGHT_RESPONSE_KEY, IMAGE_MAP_AREAS_RESPONSE_KEY, IMAGE_PROVIDER_PROPERTY, IMAGE_TYPE_MANAGER_PROPERTY, LAF_KEY, LOOK_AND_FEEL_ID_KEY, NAME_KEY, SELECTED_BACKGROUND_KEY, SELECTED_FONT_KEY, SELECTED_FOREGROUND_KEY, SELECTED_INDEX_KEY, SELECTED_KEY, SERVLET_URL_PROPERTY, SOURCE_INPUT_STREAM_PROVIDER_KEY, SOURCE_KEY, START_ROUNDED_KEY, SURROUNDING_COLOR_KEY, TAB_BAR_NAME, TABS_KEY, TECATE_NAMESPACE, TEXT_ANTIALIAS_KEY, TEXT_KEY, VERSION_KEY, WIDTH_RESPONSE_KEY

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

AccentColorizedIconKey

public AccentColorizedIconKey(ImageContext context,
                              java.util.Dictionary properties)
Creates a key using the specified properties.

AccentColorizedIconKey

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.

AccentColorizedIconKey

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)
Creates a key for the specified context, source and direction.

Method Detail

getColorKey

public java.lang.Object getColorKey()
Returns the color key for accent colorized icons: ImageConstants.DARK_ACCENT_COLOR_KEY.
Overrides:
getColorKey in class BaseColorizedIconKey

UIX 2.2.15