net.infonode.gui.componentpainter
Class SolidColorComponentPainter

java.lang.Object
  extended bynet.infonode.gui.componentpainter.AbstractComponentPainter
      extended bynet.infonode.gui.componentpainter.SolidColorComponentPainter
All Implemented Interfaces:
ComponentPainter, Serializable

public class SolidColorComponentPainter
extends AbstractComponentPainter

Paints an area with a solid color.

Version:
$Revision: 1.9 $
See Also:
Serialized Form

Field Summary
static SolidColorComponentPainter BACKGROUND_COLOR_PAINTER
          Paints a component using the background color set in the component.
 
Constructor Summary
SolidColorComponentPainter(ColorProvider colorProvider)
          Constructor.
 
Method Summary
 Color getColor(Component component)
          Returns an approximate average color of the pixels painted by this painter.
 boolean isOpaque(Component component)
          Returns true if this painter paints the entire area with an opaque color.
 void paint(Component component, Graphics g, int x, int y, int width, int height, Direction direction, boolean horizontalFlip, boolean verticalFlip)
          Paints an area in a specific direction and optinally flipped horizontally and/or vertically.
 
Methods inherited from class net.infonode.gui.componentpainter.AbstractComponentPainter
paint
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BACKGROUND_COLOR_PAINTER

public static final SolidColorComponentPainter BACKGROUND_COLOR_PAINTER
Paints a component using the background color set in the component.

Constructor Detail

SolidColorComponentPainter

public SolidColorComponentPainter(ColorProvider colorProvider)
Constructor.

Parameters:
colorProvider - the color provider
Method Detail

paint

public void paint(Component component,
                  Graphics g,
                  int x,
                  int y,
                  int width,
                  int height,
                  Direction direction,
                  boolean horizontalFlip,
                  boolean verticalFlip)
Description copied from interface: ComponentPainter
Paints an area in a specific direction and optinally flipped horizontally and/or vertically. The flips are performed before the rotation is applied.

Specified by:
paint in interface ComponentPainter
Overrides:
paint in class AbstractComponentPainter

isOpaque

public boolean isOpaque(Component component)
Description copied from interface: ComponentPainter
Returns true if this painter paints the entire area with an opaque color.

Specified by:
isOpaque in interface ComponentPainter
Overrides:
isOpaque in class AbstractComponentPainter

getColor

public Color getColor(Component component)
Description copied from interface: ComponentPainter
Returns an approximate average color of the pixels painted by this painter.

Parameters:
component - the component to paint on
Returns:
an approximate average color of the pixels painted by this painter


Copyright © 2007 NNL Technology AB. All Rights Reserved.