Uses of Interface
org.apache.myfaces.trinidadinternal.image.painter.Painter

Packages that use Painter
org.apache.myfaces.trinidadinternal.image   
org.apache.myfaces.trinidadinternal.image.laf.browser   
org.apache.myfaces.trinidadinternal.image.painter   
 

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

Methods in org.apache.myfaces.trinidadinternal.image that return Painter
 Painter PainterImageRenderer.getPainter()
          Get the Painter used to create the image.
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.
 

Constructors in org.apache.myfaces.trinidadinternal.image with parameters of type Painter
PainterImageRenderer(Painter painter)
          Create a PainterImageRenderer that uses the given Painter to create a BufferedImage.
 

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

Classes in org.apache.myfaces.trinidadinternal.image.laf.browser that implement Painter
 class ButtonPainter
          Painter used to paint action button objects with the correct Oracle Look and Feel.
 class CompositeButtonPainter
          Painter used to paint composite button objects with the correct Oracle Look and Feel.
 

Methods in org.apache.myfaces.trinidadinternal.image.laf.browser that return Painter
protected  Painter ButtonImageRenderer.getPainter(ImageContext imageContext, java.util.Map<java.lang.Object,java.lang.Object> requestedProperties)
           
 

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

Subinterfaces of Painter in org.apache.myfaces.trinidadinternal.image.painter
 interface BorderPainter
          A subinterface of Painter adding the ability to get the insets of the painter.
 

Classes in org.apache.myfaces.trinidadinternal.image.painter that implement Painter
 class AbstractBorderPainter
          Abstract baseclass combining a BorderPainter with the ability to wrap other components.
 class AbstractPainter
          Abstract base class for most of the painters.
 class AbstractWrappingPainter
          Abstract baseclass for Painters that wrap other painters, modifying the attributes of the wrapped painter.
 class AdjustableBorderPainter
          A border that insets painting of the wrapped painter by an amount which is adjustable from font to font.
 class ColorChange
          Abstract baseclass for Painters that change the color of the graphics state passed to their wrapped painters.
 class NullPainter
          A completely transparent painter object that has no size.
 class OffscreenWrappingPainter
          This is used to render the contents of another painter (the wrapped painter) into an offscreen buffer before rendering to the paint Graphics object.
 class TextPainter
          A painter capable of painting a string using the alignment of its PaintContext.
 

Methods in org.apache.myfaces.trinidadinternal.image.painter that return Painter
protected  Painter AbstractWrappingPainter.getWrappedPainter(PaintContext context)
          Returns the wrapped painter.
 

Constructors in org.apache.myfaces.trinidadinternal.image.painter with parameters of type Painter
AbstractBorderPainter(Painter wrappedPainter)
          Creates an AbstractBorderPainter wrapping the wrappedPainter
AbstractBorderPainter(Painter wrappedPainter, boolean alwaysAddInsets)
          Creates an AbstractBorderPainter wrapping the wrappedPainter and using alwaysAddInsets to determine whether to add the border's insets when computing its size.
AbstractWrappingPainter(Painter wrappedPainter)
          Create an AbstractWrappingPainter wrapping another Painter.
AdjustableBorderPainter(Painter wrappedPainter, int top, int left, int bottom, int right, java.lang.String styleNamePrefix)
          Creates a BorderPainter that insets painting by the specified amount.
ColorChange(Painter wrappedPainter)
           
OffscreenWrappingPainter(Painter wrappedPainter)
           
 



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