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

Field Summary
static int BAND_HORIZONTAL
           
static int BAND_VERTICAL
           
 
Method Summary
 java.util.Vector<Band> getBands()
           
 int getType()
           
 Window2D getWindow2D()
           
 void setType(int type)
           
 void setWindow2D(Window2D w2d)
           
 

Field Detail

BAND_VERTICAL

static final int BAND_VERTICAL
See Also:
Constant Field Values

BAND_HORIZONTAL

static final int BAND_HORIZONTAL
See Also:
Constant Field Values
Method Detail

getBands

java.util.Vector<Band> getBands()

setWindow2D

void setWindow2D(Window2D w2d)

getWindow2D

Window2D getWindow2D()

setType

void setType(int type)

getType

int getType()