|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.micropainter.core.layout.band.AbstractBandPainter
public abstract class AbstractBandPainter
AbstractBandPainter defines the abstract base method to paint the Band.
| Field Summary | |
|---|---|
private BandLayoutManager |
layout
the band layout |
| Constructor Summary | |
|---|---|
AbstractBandPainter()
|
|
| Method Summary | |
|---|---|
abstract void |
doPaintBand(java.awt.Graphics2D g2d)
implements this method in sub classe and paint the band |
BandLayoutManager |
getLayout()
get the layout manager of this painter |
void |
setLayout(BandLayoutManager layout)
set the band layout for this painter |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private BandLayoutManager layout
| Constructor Detail |
|---|
public AbstractBandPainter()
| Method Detail |
|---|
public void setLayout(BandLayoutManager layout)
layout - public BandLayoutManager getLayout()
public abstract void doPaintBand(java.awt.Graphics2D g2d)
g2d -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||