Uses of Class
com.sun.lwuit.painter.PainterChain

Packages that use PainterChain
com.sun.lwuit.painter Painter allows us to draw arbitrary elements of graphics from plain/scaled/tiled images to gradients and pretty much any form of graphic drawing we can imagine. 
 

Uses of PainterChain in com.sun.lwuit.painter
 

Methods in com.sun.lwuit.painter that return PainterChain
 PainterChain PainterChain.addPainter(Painter p)
          Creates a new chain based on the existing chain with the new element added at the end
 PainterChain PainterChain.prependPainter(Painter p)
          Creates a new chain based on the existing chain with the new element added at the beginning