org.micropainter.core.layout.band
Class BandPainter1

java.lang.Object
  extended by org.micropainter.core.layout.band.AbstractBandPainter
      extended by 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

Field Summary
private  float alphaTransparence
           
 
Constructor Summary
BandPainter1()
           
BandPainter1(float alphaTransparence)
           
 
Method Summary
 void doPaintBand(java.awt.Graphics2D g2d)
          paint band operation
 float getAlphaTransparence()
          get the alpha composite for this band layout
 void setAlphaTransparence(float alphaTransparence)
          set the alpha composite for this band layout
 
Methods inherited from class org.micropainter.core.layout.band.AbstractBandPainter
getLayout, setLayout
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

alphaTransparence

private float alphaTransparence
Constructor Detail

BandPainter1

public BandPainter1()

BandPainter1

public BandPainter1(float alphaTransparence)
Method Detail

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