org.micropainter.core.layout.band
Interface BandLayoutManager
- All Known Implementing Classes:
- DynBandManager, FlowBandManager, FreeBandManager
public interface BandLayoutManager
BandLayoutManager defines the interface for classes that know how to lay out band window.
- Version:
- 1.0
- Author:
- Sebastien Janaud
BAND_VERTICAL
static final int BAND_VERTICAL
- See Also:
- Constant Field Values
BAND_HORIZONTAL
static final int BAND_HORIZONTAL
- See Also:
- Constant Field Values
getBands
java.util.Vector<Band> getBands()
setWindow2D
void setWindow2D(Window2D w2d)
getWindow2D
Window2D getWindow2D()
setType
void setType(int type)
getType
int getType()