org.micropainter.core.layout.band
Class BandPainter1
java.lang.Object
org.micropainter.core.layout.band.AbstractBandPainter
org.micropainter.core.layout.band.BandPainter1
public class BandPainter1
- extends AbstractBandPainter
BandPainter1 is the painter for Grid define by the layout
- Version:
- 1.0
- Author:
- Sebastien Janaud
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
alphaTransparence
private float alphaTransparence
BandPainter1
public BandPainter1()
BandPainter1
public BandPainter1(float alphaTransparence)
getAlphaTransparence
public float getAlphaTransparence()
- get the alpha composite for this band layout
- Returns:
- alpha
setAlphaTransparence
public void setAlphaTransparence(float alphaTransparence)
- set the alpha composite for this band layout
- Parameters:
alphaTransparence -
doPaintBand
public void doPaintBand(java.awt.Graphics2D g2d)
- paint band operation
- Specified by:
doPaintBand in class AbstractBandPainter
- Parameters:
g2d - the graphics2D context