|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SwimlaneGrid
Represents an object which can be used by a SwimlaneLayout to adjust the corresponding swimlane grid.
Method Summary | |
---|---|
int |
getColumnCount()
Gets the number of columns in the grid. |
float |
getColumnWidth(int index)
Gets the the width of the specified column in the swimlane grid. |
int |
getRowCount()
Gets the number of rows in the swimlane grid. |
float |
getRowHeight(int index)
Gets the the height of the specified row in the swimlane grid. |
void |
setColumnCount(int value)
Sets the number of columns in the swimlane grid. |
void |
setColumnWidth(int index,
float value)
Sets the the width of the specified column in the swimlane grid. |
void |
setLeftMargin(float value)
Sets the left margin of the swimlane grid. |
void |
setRowCount(int value)
Sets the number of rows in the swimlane grid. |
void |
setRowHeight(int index,
float value)
Sets the the height of the specified row in the swimlane grid. |
void |
setTopMargin(float value)
Sets the top margin of the swimlane grid. |
Method Detail |
---|
void setRowCount(int value)
value
- A non-negative integer value specifying the number of rows.void setColumnCount(int value)
value
- A non-negative integer value specifying the number of columns.int getRowCount()
int getColumnCount()
void setRowHeight(int index, float value)
index
- The zero-based index of the row.value
- The new height of the row.void setColumnWidth(int index, float value)
index
- The zero-based index of the column.value
- The new width of the column.float getRowHeight(int index)
index
- The zero-based index of the row.
float getColumnWidth(int index)
index
- The zero-based index of the column.
void setLeftMargin(float value)
value
- The distance between the left side of the grid and the diagram bounds.void setTopMargin(float value)
value
- The distance between the top side of the grid and the diagram bounds.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |