|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.infonode.gui.componentpainter.AbstractComponentPainter
net.infonode.gui.componentpainter.GradientComponentPainter
public class GradientComponentPainter
A painter that paints an gradient area specified by four corner colors.
| Field Summary | |
|---|---|
private ColorProvider[] |
colorProviders
|
private java.awt.Color[] |
colors
|
private boolean |
hasAlpha
|
private java.lang.ref.SoftReference[] |
images
|
private static long |
serialVersionUID
|
private int |
size
|
| Constructor Summary | |
|---|---|
GradientComponentPainter(java.awt.Color topLeftColor,
java.awt.Color topRightColor,
java.awt.Color bottomLeftColor,
java.awt.Color bottomRightColor)
Constructor. |
|
GradientComponentPainter(ColorProvider topLeftColor,
ColorProvider topRightColor,
ColorProvider bottomLeftColor,
ColorProvider bottomRightColor)
Constructor. |
|
| Method Summary | |
|---|---|
private java.awt.Image |
createGradientImage(java.awt.Color[] colors)
|
private java.awt.Color[] |
fixColors(Direction direction,
boolean horizontalFlip,
boolean verticalFlip)
|
java.awt.Color |
getColor(java.awt.Component component)
Returns an approximate average color of the pixels painted by this painter. |
boolean |
isOpaque(java.awt.Component component)
Returns true if this painter paints the entire area with an opaque color. |
void |
paint(java.awt.Component component,
java.awt.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. |
private void |
updateColors(java.awt.Component component)
|
| Methods inherited from class net.infonode.gui.componentpainter.AbstractComponentPainter |
|---|
paint |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private static final long serialVersionUID
private ColorProvider[] colorProviders
private transient java.awt.Color[] colors
private int size
private transient java.lang.ref.SoftReference[] images
private transient boolean hasAlpha
| Constructor Detail |
|---|
public GradientComponentPainter(java.awt.Color topLeftColor,
java.awt.Color topRightColor,
java.awt.Color bottomLeftColor,
java.awt.Color bottomRightColor)
topLeftColor - the top left corner colortopRightColor - the top right corner colorbottomLeftColor - the bottom left corner colorbottomRightColor - the bottom right corner color
public GradientComponentPainter(ColorProvider topLeftColor,
ColorProvider topRightColor,
ColorProvider bottomLeftColor,
ColorProvider bottomRightColor)
topLeftColor - the top left corner color providertopRightColor - the top right corner color providerbottomLeftColor - the bottom left corner color providerbottomRightColor - the bottom right corner color provider| Method Detail |
|---|
public void paint(java.awt.Component component,
java.awt.Graphics g,
int x,
int y,
int width,
int height,
Direction direction,
boolean horizontalFlip,
boolean verticalFlip)
ComponentPainter
paint in interface ComponentPainterpaint in class AbstractComponentPaintercomponent - the component to paint ong - the graphics to paint onx - the x-coordinatey - the y-coordinatewidth - the widthheight - the heightdirection - the direction, Direction.RIGHT is the normal directionhorizontalFlip - flip the painted graphics horizontallyverticalFlip - flip the painted graphics vertically
private java.awt.Color[] fixColors(Direction direction,
boolean horizontalFlip,
boolean verticalFlip)
private java.awt.Image createGradientImage(java.awt.Color[] colors)
private void updateColors(java.awt.Component component)
public boolean isOpaque(java.awt.Component component)
ComponentPainter
isOpaque in interface ComponentPainterisOpaque in class AbstractComponentPaintercomponent - the component to paint on
public java.awt.Color getColor(java.awt.Component component)
ComponentPainter
getColor in interface ComponentPaintercomponent - the component to paint on
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||