Uses of Class
com.alee.extended.painter.NinePatchIconPainter

Packages that use NinePatchIconPainter
com.alee.extended.painter   
com.alee.utils   
 

Uses of NinePatchIconPainter in com.alee.extended.painter
 

Subclasses of NinePatchIconPainter in com.alee.extended.painter
 class InnerShadePainter<E extends JComponent>
           
 

Uses of NinePatchIconPainter in com.alee.utils
 

Methods in com.alee.utils that return NinePatchIconPainter
static NinePatchIconPainter XmlUtils.loadNinePatchIconPainter(java.lang.Object source)
          Returns NinePatchIconPainter which is read from the source.
static NinePatchIconPainter XmlUtils.loadNinePatchIconPainter(ResourceFile resource)
          Returns NinePatchIconPainter which is read from specified ResourceFile.