org.apache.myfaces.trinidadinternal.image.cache
Class FlippedIconKey

java.lang.Object
  extended by org.apache.myfaces.trinidadinternal.image.cache.FlippedIconKey
All Implemented Interfaces:
ImageConstants, ImageProviderRequest

public class FlippedIconKey
extends java.lang.Object
implements ImageProviderRequest, ImageConstants

Icon key for flipped icons

Version:
$Name: $ ($Revision: adfrt/faces/adf-faces-impl/src/main/java/oracle/adfinternal/view/faces/image/cache/FlippedIconKey.java#0 $) $Date: 10-nov-2005.19:06:06 $
Author:
The Oracle ADF Faces Team

Field Summary
 
Fields inherited from interface org.apache.myfaces.trinidadinternal.image.ImageConstants
ACCESS_KEY_KEY, BACKGROUND_KEY, BORDER_COLOR_KEY, BUTTON_BOTTOM_BACKGROUND_ICON_KEY, BUTTON_END_ICON_KEY, 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, HEIGHT_RESPONSE_KEY, IMAGE_MAP_AREAS_RESPONSE_KEY, IMAGE_PROVIDER_PROPERTY, LAF_KEY, LOOK_AND_FEEL_ID_KEY, NAME_KEY, SELECTED_BACKGROUND_KEY, SELECTED_FONT_KEY, SELECTED_FOREGROUND_KEY, SELECTED_KEY, SOURCE_INPUT_STREAM_PROVIDER_KEY, SOURCE_KEY, START_ROUNDED_KEY, SURROUNDING_COLOR_KEY, TABS_KEY, TECATE_NAMESPACE, TEXT_ANTIALIAS_KEY, TEXT_KEY, VERSION_KEY, WIDTH_RESPONSE_KEY
 
Constructor Summary
FlippedIconKey(java.util.Map<java.lang.Object,java.lang.Object> properties)
          Creates a FlippedIconKey for the specified ImageContext and properties.
FlippedIconKey(java.lang.String source)
          Creates a key for the specified context, source and direction.
 
Method Summary
 boolean equals(java.lang.Object o)
          Override of Object.equals().
 java.lang.String getLocalName()
          Implementation of ImageProviderRequest.getLocalName().
 java.lang.String getNamespaceURI()
          Implementation of ImageProviderRequest.getNamespaceURI().
 java.util.Map<java.lang.Object,java.lang.Object> getRenderProperties(ImageContext context)
          Implementation of ImageProviderRequest.getRenderProperties().
protected  java.lang.String getSource()
          Returns the source property.
 int hashCode()
          Override of Object.hashCode().
protected  void setSource(java.lang.String source)
          Sets the source property.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FlippedIconKey

public FlippedIconKey(java.util.Map<java.lang.Object,java.lang.Object> properties)
Creates a FlippedIconKey for the specified ImageContext and properties.


FlippedIconKey

public FlippedIconKey(java.lang.String source)
Creates a key for the specified context, source and direction.

Method Detail

getNamespaceURI

public java.lang.String getNamespaceURI()
Implementation of ImageProviderRequest.getNamespaceURI().

Specified by:
getNamespaceURI in interface ImageProviderRequest

getLocalName

public java.lang.String getLocalName()
Implementation of ImageProviderRequest.getLocalName().

Specified by:
getLocalName in interface ImageProviderRequest

equals

public boolean equals(java.lang.Object o)
Override of Object.equals().

Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Override of Object.hashCode().

Overrides:
hashCode in class java.lang.Object

getRenderProperties

public java.util.Map<java.lang.Object,java.lang.Object> getRenderProperties(ImageContext context)
Implementation of ImageProviderRequest.getRenderProperties().

Specified by:
getRenderProperties in interface ImageProviderRequest
See Also:
ImageRenderer, ImageConstants

getSource

protected java.lang.String getSource()
Returns the source property.


setSource

protected void setSource(java.lang.String source)
Sets the source property.



Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.