Uses of Interface
org.apache.myfaces.trinidadinternal.image.ImageContext

Packages that use ImageContext
org.apache.myfaces.trinidadinternal.image   
org.apache.myfaces.trinidadinternal.image.cache   
org.apache.myfaces.trinidadinternal.image.laf.browser   
org.apache.myfaces.trinidadinternal.image.painter   
org.apache.myfaces.trinidadinternal.image.xml   
org.apache.myfaces.trinidadinternal.image.xml.encode   
org.apache.myfaces.trinidadinternal.ui   
org.apache.myfaces.trinidadinternal.ui.laf.base.xhtml   
org.apache.myfaces.trinidadinternal.uinode   
 

Uses of ImageContext in org.apache.myfaces.trinidadinternal.image
 

Methods in org.apache.myfaces.trinidadinternal.image with parameters of type ImageContext
protected  PaintContext PainterImageRenderer.createPaintContext(ImageContext imageContext, java.awt.image.BufferedImage image, java.util.Map<java.lang.Object,java.lang.Object> requestedProperties, java.util.Map<java.lang.Object,java.lang.Object> responseProperties)
           
 ImageProviderResponse ImageProvider.getImage(ImageContext context, ImageProviderRequest request)
          Looks up an image based on a set of requested properties.
protected  java.awt.Color PainterImageRenderer.getPaintBackground(ImageContext context, java.util.Map<java.lang.Object,java.lang.Object> d)
          Returns the background color to use when painting an image with the specified Map.
protected  Painter PainterImageRenderer.getPainter(ImageContext imageContext, java.util.Map<java.lang.Object,java.lang.Object> requestedProperties)
          Returns the Painter to use for the specified request.
protected  java.awt.Color PainterImageRenderer.getPaintForeground(ImageContext context, java.util.Map<java.lang.Object,java.lang.Object> d)
          Returns the foreground color to use when painting an image with the specified Map.
 java.util.Map<java.lang.Object,java.lang.Object> ImageProviderRequest.getRenderProperties(ImageContext context)
          Returns the dictionary of properties to use when rendering the requested image.
 java.util.Map<java.lang.Object,java.lang.Object> ImageProviderRequestImpl.getRenderProperties(ImageContext context)
          Implementation of ImageProviderRequest.getRenderProperties().
protected  boolean PainterImageRenderer.isRenderable(ImageContext imageContext, java.util.Map<java.lang.Object,java.lang.Object> requestedProperties)
          Tests whether the requested image can be rendered.
 java.awt.Image ImageRenderer.renderImage(ImageContext context, java.util.Map<java.lang.Object,java.lang.Object> requestedProperties, java.util.Map<java.lang.Object,java.lang.Object> responseProperties)
          Render and return an image given the dictionary of properties that describe what to render.
abstract  java.awt.Image AbstractImageRenderer.renderImage(ImageContext context, java.util.Map<java.lang.Object,java.lang.Object> requestedProperties, java.util.Map<java.lang.Object,java.lang.Object> responseProperties)
          Render the BufferedImage given the Map of properties that describe what to render.
 java.awt.Image PainterImageRenderer.renderImage(ImageContext imageContext, java.util.Map<java.lang.Object,java.lang.Object> requestedProperties, java.util.Map<java.lang.Object,java.lang.Object> responseProperties)
          Render the image given the Map of properties that describe what to render.
 

Uses of ImageContext in org.apache.myfaces.trinidadinternal.image.cache
 

Methods in org.apache.myfaces.trinidadinternal.image.cache with parameters of type ImageContext
 java.util.Map<java.lang.Object,java.lang.Object> CompositeButtonPropertiesFilter.filterProperties(ImageContext context, java.util.Map<java.lang.Object,java.lang.Object> properties)
          Implementation of PropertiesFilter.filterProperties()
 java.util.Map<java.lang.Object,java.lang.Object> PropertiesFilter.filterProperties(ImageContext context, java.util.Map<java.lang.Object,java.lang.Object> properties)
          Filters a dictionary of properties
 java.lang.Object FlippedIconKeyFactory.getCacheKey(ImageContext context, java.util.Map<java.lang.Object,java.lang.Object> properties)
          Implementation of CacheKeyFactory.getCacheKey().
 java.lang.Object ColorizedIconKeyFactory.getCacheKey(ImageContext context, java.util.Map<java.lang.Object,java.lang.Object> properties)
          Implementation of CacheKeyFactory.getCacheKey().
 java.lang.Object CacheKeyFactory.getCacheKey(ImageContext context, java.util.Map<java.lang.Object,java.lang.Object> properties)
          Creates a key suitable for use as a hashtable key.
 java.lang.Object CompositeButtonKeyFactory.getCacheKey(ImageContext context, java.util.Map<java.lang.Object,java.lang.Object> properties)
          Implementation of CacheKeyFactory.getCacheKey().
 ImageProviderResponse FileSystemImageCache.getImage(ImageContext context, ImageProviderRequest request)
          Implementation of ImageCache.getImage().
 java.lang.String ColorizedIconNameProvider.getName(ImageContext context, java.util.Map<java.lang.Object,java.lang.Object> properties)
           
 java.lang.String FlippedIconNameProvider.getName(ImageContext context, java.util.Map<java.lang.Object,java.lang.Object> properties)
           
 java.lang.String NameProvider.getName(ImageContext context, java.util.Map<java.lang.Object,java.lang.Object> requestedProperties)
          Returns a name for the image which is generated using the specified properties.
 java.lang.String CompositeButtonNameProvider.getName(ImageContext context, java.util.Map<java.lang.Object,java.lang.Object> requestedProperties)
           
 java.util.Map<java.lang.Object,java.lang.Object> CompositeButtonKey.getRenderProperties(ImageContext context)
          Implementation of ImageProviderRequest.getRenderProperties().
 java.util.Map<java.lang.Object,java.lang.Object> BaseColorizedIconKey.getRenderProperties(ImageContext context)
          Implementation of ImageProviderRequest.getRenderProperties().
 java.util.Map<java.lang.Object,java.lang.Object> FlippedIconKey.getRenderProperties(ImageContext context)
          Implementation of ImageProviderRequest.getRenderProperties().
 

Constructors in org.apache.myfaces.trinidadinternal.image.cache with parameters of type ImageContext
AccentColorizedIconKey(ImageContext context, java.util.Map<java.lang.Object,java.lang.Object> properties)
          Creates a key using the specified properties.
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(ImageContext context, java.lang.String source, int direction, java.awt.Color color, java.awt.Color surroundingColor)
          Deprecated. in favor of AccentColorizedIconKey.AccentColorizedIconKey( ImageContext, String, Class, int, Color, Color)
BaseColorizedIconKey(ImageContext context, java.util.Map<java.lang.Object,java.lang.Object> properties)
          Creates a BaseColorizedIconKey for the specified ImageContext and properties.
BaseColorizedIconKey(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.
BaseColorizedIconKey(ImageContext context, java.lang.String source, int direction, java.awt.Color color, java.awt.Color surroundingColor)
          Deprecated. in favor of BaseColorizedIconKey.BaseColorizedIconKey( ImageContext, String, Class, int, Color, Color)
CompositeButtonKey(ImageContext context, java.util.Map<java.lang.Object,java.lang.Object> properties)
          Creates a key for the specified Map properties.
CompositeButtonKey(ImageContext context, java.lang.String lookAndFeelId, java.lang.String name, java.lang.String text, java.awt.Color foreground, java.awt.Color background, java.awt.Color surroundingColor, FontProxy font, boolean disabled, boolean textAntialias, char accessKey, InputStreamProvider startIcon, InputStreamProvider endIcon, InputStreamProvider topBackgroundIcon, InputStreamProvider bottomBackgroundIcon)
           
CoreColorizedIconKey(ImageContext context, java.util.Map<java.lang.Object,java.lang.Object> properties)
          Creates a key using the specified properties.
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.
CoreColorizedIconKey(ImageContext context, java.lang.String source, int direction, java.awt.Color color, java.awt.Color surroundingColor)
          Deprecated. in favor of CoreColorizedIconKey.CoreColorizedIconKey( ImageContext, String, Class, int, Color, Color)
 

Uses of ImageContext in org.apache.myfaces.trinidadinternal.image.laf.browser
 

Methods in org.apache.myfaces.trinidadinternal.image.laf.browser with parameters of type ImageContext
protected  PaintContext CompositeButtonImageRenderer.createPaintContext(ImageContext imageContext, java.awt.image.BufferedImage image, java.util.Map<java.lang.Object,java.lang.Object> requestedProperties, java.util.Map<java.lang.Object,java.lang.Object> responseProperties)
           
protected  PaintContext ButtonImageRenderer.createPaintContext(ImageContext imageContext, java.awt.image.BufferedImage image, java.util.Map<java.lang.Object,java.lang.Object> requestedProperties, java.util.Map<java.lang.Object,java.lang.Object> responseProperties)
           
static java.awt.Color ButtonPainter.getDefaultBackground(ImageContext context, boolean disabled)
           
static java.awt.Color CompositeButtonPainter.getDefaultBackground(ImageContext context, boolean disabled)
           
static java.awt.Color ButtonPainter.getDefaultBorderColor(ImageContext context, boolean disabled)
           
static java.awt.Color ButtonPainter.getDefaultForeground(ImageContext context, boolean disabled)
           
static java.awt.Color CompositeButtonPainter.getDefaultForeground(ImageContext context, boolean disabled)
           
protected  java.awt.Color CompositeButtonImageRenderer.getPaintBackground(ImageContext context, java.util.Map<java.lang.Object,java.lang.Object> d)
          Returns the background color to use when painting an image with the specified dictionary.
protected  java.awt.Color ButtonImageRenderer.getPaintBackground(ImageContext context, java.util.Map<java.lang.Object,java.lang.Object> d)
          Returns the background color to use when painting an image with the specified dictionary.
protected  Painter ButtonImageRenderer.getPainter(ImageContext imageContext, java.util.Map<java.lang.Object,java.lang.Object> requestedProperties)
           
protected  java.awt.Color CompositeButtonImageRenderer.getPaintForeground(ImageContext context, java.util.Map<java.lang.Object,java.lang.Object> d)
          Returns the foreground color to use when painting an image with the specified dictionary.
protected  java.awt.Color ButtonImageRenderer.getPaintForeground(ImageContext context, java.util.Map<java.lang.Object,java.lang.Object> d)
          Returns the foreground color to use when painting an image with the specified dictionary.
protected  boolean CompositeButtonImageRenderer.isRenderable(ImageContext imageContext, java.util.Map<java.lang.Object,java.lang.Object> requestedProperties)
           
protected  boolean ButtonImageRenderer.isRenderable(ImageContext imageContext, java.util.Map<java.lang.Object,java.lang.Object> requestedProperties)
           
 java.awt.Image FlippedIconImageRenderer.renderImage(ImageContext context, java.util.Map<java.lang.Object,java.lang.Object> requestedProperties, java.util.Map<java.lang.Object,java.lang.Object> responseProperties)
          Implementation of ImageRenderer.renderImage().
 java.awt.Image ColorizedIconImageRenderer.renderImage(ImageContext context, java.util.Map<java.lang.Object,java.lang.Object> requestedProperties, java.util.Map<java.lang.Object,java.lang.Object> responseProperties)
          Implementation of ImageRenderer.renderImage().
 

Uses of ImageContext in org.apache.myfaces.trinidadinternal.image.painter
 

Methods in org.apache.myfaces.trinidadinternal.image.painter that return ImageContext
 ImageContext PaintContextProxy.getImageContext()
          Returns the color scheme to used when painting in this PaintContext.
 ImageContext PaintContext.getImageContext()
          Returns the ImageContext for this render.
 

Uses of ImageContext in org.apache.myfaces.trinidadinternal.image.xml
 

Methods in org.apache.myfaces.trinidadinternal.image.xml with parameters of type ImageContext
static ImageProviderRequest ImageProviderRequestUtils.createImageProviderRequest(ImageContext context, XMLProvider provider, org.xml.sax.InputSource source)
          Creates an ImageProviderRequest from an InputSource containing a single image entry.
static ImageProviderRequest[] ImageProviderRequestUtils.createImageProviderRequests(ImageContext context, XMLProvider provider, org.xml.sax.InputSource source)
          Creates an array of ImageProviderRequests from an InputSource containing multiple image entries.
static MapArea[] ImageProviderRequestUtils.createMapAreas(ImageContext context, XMLProvider provider, org.xml.sax.InputSource source)
          Creates an array of MapAreas from an InputSource containing a single imageMap element.
static void ImageProviderRequestUtils.encodeImageMapAreas(ImageContext context, java.lang.String namespaceURI, java.lang.String localName, MapArea[] areas, java.io.PrintWriter writer)
          Encodes the MapAreas into the XML representation.
static void ImageProviderRequestUtils.encodeImageProviderRequest(ImageContext context, java.lang.String namespaceURI, java.lang.String localName, ImageType type, java.util.Map<java.lang.Object,java.lang.Object> properties, java.util.Map<java.lang.Object,java.lang.Object> responseProperties, java.io.PrintWriter writer)
          Encodes an request based on the requested image type and properties.
 

Uses of ImageContext in org.apache.myfaces.trinidadinternal.image.xml.encode
 

Methods in org.apache.myfaces.trinidadinternal.image.xml.encode with parameters of type ImageContext
protected  void FlippedIconEncoder.encodeAttributes(ImageContext context, java.util.Map<java.lang.Object,java.lang.Object> properties, java.util.Map<java.lang.Object,java.lang.Object> responseProperties, java.io.PrintWriter out)
           
protected  void CompositeButtonEncoder.encodeAttributes(ImageContext context, java.util.Map<java.lang.Object,java.lang.Object> properties, java.util.Map<java.lang.Object,java.lang.Object> responseProperties, java.io.PrintWriter out)
           
protected  void AbstractXMLEncoder.encodeAttributes(ImageContext context, java.util.Map<java.lang.Object,java.lang.Object> properties, java.util.Map<java.lang.Object,java.lang.Object> responseProperties, java.io.PrintWriter out)
           
protected  void ColorizedIconEncoder.encodeAttributes(ImageContext context, java.util.Map<java.lang.Object,java.lang.Object> properties, java.util.Map<java.lang.Object,java.lang.Object> responseProperties, java.io.PrintWriter out)
           
protected  void CompositeButtonEncoder.encodeBody(ImageContext context, java.util.Map<java.lang.Object,java.lang.Object> properties, java.util.Map<java.lang.Object,java.lang.Object> responseProperties, java.io.PrintWriter out)
          Override of AbstractXMLEncoder.encodeBody.
protected  void AbstractXMLEncoder.encodeBody(ImageContext context, java.util.Map<java.lang.Object,java.lang.Object> properties, java.util.Map<java.lang.Object,java.lang.Object> responseProperties, java.io.PrintWriter out)
          Encodes the body content of the root element being encoded.
protected  void ColorizedIconEncoder.encodeBody(ImageContext context, java.util.Map<java.lang.Object,java.lang.Object> properties, java.util.Map<java.lang.Object,java.lang.Object> responseProperties, java.io.PrintWriter out)
          Override of AbstractXMLEncoder.encodeBody.
 void AbstractXMLEncoder.encodeXML(ImageContext context, java.lang.String namespaceURI, java.lang.String localName, java.util.Map<java.lang.Object,java.lang.Object> properties, java.util.Map<java.lang.Object,java.lang.Object> responseProperties, java.io.PrintWriter out)
          Implementation of XMLEncoder.encodeXML().
 void XMLEncoder.encodeXML(ImageContext context, java.lang.String namespaceURI, java.lang.String localName, java.util.Map<java.lang.Object,java.lang.Object> properties, java.util.Map<java.lang.Object,java.lang.Object> responseProperties, java.io.PrintWriter out)
          Encode the specified properties into an XML output stream.
 

Uses of ImageContext in org.apache.myfaces.trinidadinternal.ui
 

Classes in org.apache.myfaces.trinidadinternal.ui that implement ImageContext
 class RootRenderingContext
          Default implementation of RenderingContext used as the root for rendering a tree of UINodes.
 

Methods in org.apache.myfaces.trinidadinternal.ui that return ImageContext
 ImageContext RootRenderingContext.getImageContext()
          Get an interface that can be used for image lookups and rendering.
 ImageContext UIXRenderingContext.getImageContext()
          Get an interface that can be used for image lookups and rendering.
 

Uses of ImageContext in org.apache.myfaces.trinidadinternal.ui.laf.base.xhtml
 

Methods in org.apache.myfaces.trinidadinternal.ui.laf.base.xhtml with parameters of type ImageContext
protected abstract  ImageProviderRequest AccentedLafIconProvider.createAccentIconRequest(ImageContext context, java.lang.String source, java.lang.Class<LookAndFeel> lookAndFeel, int direction, java.awt.Color color, java.awt.Color surroundingColor, NameResolver resolver)
           
protected  ImageProviderRequest IconArrayLafIconProvider.createAccentIconRequest(ImageContext context, java.lang.String source, java.lang.Class<LookAndFeel> lookAndFeel, int direction, java.awt.Color color, java.awt.Color surroundingColor, NameResolver resolver)
           
protected abstract  ImageProviderRequest AccentedLafIconProvider.createCoreIconRequest(ImageContext context, java.lang.String source, java.lang.Class<LookAndFeel> lookAndFeel, int direction, java.awt.Color color, java.awt.Color surroundingColor, NameResolver resolver)
           
protected  ImageProviderRequest IconArrayLafIconProvider.createCoreIconRequest(ImageContext context, java.lang.String source, java.lang.Class<LookAndFeel> lookAndFeel, int direction, java.awt.Color color, java.awt.Color surroundingColor, NameResolver resolver)
           
 java.util.Map<java.lang.Object,java.lang.Object> CoreIconRequest.getRenderProperties(ImageContext context)
           
 java.util.Map<java.lang.Object,java.lang.Object> AccentIconRequest.getRenderProperties(ImageContext context)
           
static InputStreamProvider CoreIconRequest.resolveSourceIcon(ImageContext context, java.lang.String name, NameResolver sourceIconResolver)
           
 

Constructors in org.apache.myfaces.trinidadinternal.ui.laf.base.xhtml with parameters of type ImageContext
AccentIconRequest(ImageContext context, java.lang.String source, java.lang.Class<LookAndFeel> lookAndFeel, int direction, java.awt.Color color, java.awt.Color surroundingColor, NameResolver resolver)
           
CoreIconRequest(ImageContext context, java.lang.String source, java.lang.Class<LookAndFeel> lookAndFeel, int direction, java.awt.Color color, java.awt.Color surroundingColor, NameResolver resolver)
           
 

Uses of ImageContext in org.apache.myfaces.trinidadinternal.uinode
 

Classes in org.apache.myfaces.trinidadinternal.uinode that implement ImageContext
 class FacesRenderingContext
          RenderingContext implementation that supports JSF.
 



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