| java.lang.Object tucana.echo2.app.widgetdash.WidgetPosition
WidgetPosition | public class WidgetPosition (Code) | | Represents a widget's position in the WidgetPane. A WidgetPane is made up of
N number of columns, with some number of widgets in each column. The WidgetPane
is not square grid, since widgets can vary in height. All numbers are 0-based.
author: Jeremy Volkman |
Constructor Summary | |
public | WidgetPosition(int column, int columnPosition) |
WidgetPosition | public WidgetPosition(int column, int columnPosition)(Code) | | Constructor
Parameters: column - the column Parameters: columnPosition - the column position |
getColumn | public int getColumn()(Code) | | Get the column
the column |
getColumnPosition | public int getColumnPosition()(Code) | | Get the column position
the column position |
hashCode | public int hashCode()(Code) | | Some silly hashcode algorithm
|
|
|