|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.micropainter.core.layout.AbstractLayout
org.micropainter.core.layout.AbstractBandsLayout
org.micropainter.core.layout.band.BandLayout
public class BandLayout
BandLayout defines how to lay out the window bands
| Field Summary | |
|---|---|
private BandLayoutManager |
manager
band manager |
private AbstractBandPainter |
painter
band painter |
| Constructor Summary | |
|---|---|
BandLayout(BandLayoutManager manager)
|
|
| Method Summary | |
|---|---|
void |
doPaintBands(View2D v2d,
java.awt.Graphics2D g2d)
|
AbstractBandPainter |
getPainter()
|
void |
setPainter(AbstractBandPainter painter)
|
| Methods inherited from class org.micropainter.core.layout.AbstractBandsLayout |
|---|
doPaintLayout |
| Methods inherited from class org.micropainter.core.layout.AbstractLayout |
|---|
compareTo, getAntialiasing, getFractional, getInterpolation, getLayoutAlpha, getPriority, getTextAnliasing, getWindow2D, getWindowZone, isLock, lockLayout, paint, setAntialiasing, setFractional, setInterpolation, setLayoutAlpha, setPriority, setTextAnliasing, setWindow2D, setWindowZone, unlockLayout |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private BandLayoutManager manager
private AbstractBandPainter painter
| Constructor Detail |
|---|
public BandLayout(BandLayoutManager manager)
| Method Detail |
|---|
public AbstractBandPainter getPainter()
public void setPainter(AbstractBandPainter painter)
public void doPaintBands(View2D v2d,
java.awt.Graphics2D g2d)
doPaintBands in class AbstractBandsLayout
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||