com.mindfusion.diagramming.jlayout
Interface SwimlaneGrid


public interface SwimlaneGrid


Method Summary
 int getColumnCount()
           
 float getColumnWidth(int index)
           
 int getRowCount()
           
 float getRowHeight(int index)
           
 void setColumnCount(int value)
           
 void setColumnWidth(int index, float value)
           
 void setLeftMargin(float value)
           
 void setRowCount(int value)
           
 void setRowHeight(int index, float value)
           
 void setTopMargin(float value)
           
 

Method Detail

setRowCount

void setRowCount(int value)

setColumnCount

void setColumnCount(int value)

getRowCount

int getRowCount()

getColumnCount

int getColumnCount()

setRowHeight

void setRowHeight(int index,
                  float value)

setColumnWidth

void setColumnWidth(int index,
                    float value)

getRowHeight

float getRowHeight(int index)

getColumnWidth

float getColumnWidth(int index)

setLeftMargin

void setLeftMargin(float value)

setTopMargin

void setTopMargin(float value)