| This class is a Swing component that paints fill effects for cells in the
GridView. It iterates over all invalid cells (i.e. needing repaint) and
paints those cells if they have an assigned painter object. Examples of fill
effects are: solid, texture, linear gradient, and radial gradient. See:
com.jeta.forms.gui.effects.Painter author: Jeff Tassin |