Uses of Class
org.apache.myfaces.trinidadinternal.image.painter.ImmInsets

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

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

Methods in org.apache.myfaces.trinidadinternal.image.laf.browser that return ImmInsets
protected  ImmInsets ButtonPainter.getOwnInsets(PaintContext context)
          Returns the insets of just the ButtonPainter.
protected  ImmInsets CompositeButtonPainter.getOwnInsets(PaintContext context)
           
 

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

Methods in org.apache.myfaces.trinidadinternal.image.painter that return ImmInsets
static ImmInsets ImmInsets.getEmptyInsets()
          Returns the shared, empty insets object.
 ImmInsets NullPainter.getFillInsets(PaintContext context)
          Returns the amount of space by which fills should be inset.
 ImmInsets BorderPainter.getFillInsets(PaintContext context)
          Returns the amount of space by which fills should be inset.
 ImmInsets AbstractBorderPainter.getFillInsets(PaintContext context)
          Returns the amount of space by which fills should be inset.
 ImmInsets NullPainter.getInsets(PaintContext context)
          Returns the amount of space the border will require on each side.
 ImmInsets BorderPainter.getInsets(PaintContext context)
          Returns the amount of space the border will require on each side.
 ImmInsets AbstractBorderPainter.getInsets(PaintContext context)
          Returns the insets of this stack of BorderPainters.
protected  ImmInsets AbstractBorderPainter.getOwnFillInsets(PaintContext context)
          Returns the amount of space by which fills should be inset for this BorderPainter.
protected  ImmInsets AbstractBorderPainter.getOwnInsets(PaintContext context)
          Returns the insets of just this BorderPainter, as opposed to the entire nested stack of BorderPainters like getInsets does.
protected  ImmInsets AdjustableBorderPainter.getOwnInsets(PaintContext context)
          Returns the insets of just this BorderPainter.
 



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