|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IRowHeightStrategy
Interface describing a strategy for calculating the height/width of a row.
| Method Summary | |
|---|---|
int |
calculateRowHeight(TimeBarViewerDelegate delegate,
ITimeBarViewState timeBarViewState,
TimeBarRow row)
Calculate the height/width of a row. |
boolean |
overrideDefault()
If the strategy should override manually set heights/widths thhis should return true. |
| Method Detail |
|---|
boolean overrideDefault()
true.
true if any manual set heights/widths should be overriden by the strategy
int calculateRowHeight(TimeBarViewerDelegate delegate,
ITimeBarViewState timeBarViewState,
TimeBarRow row)
delegate - the time bar viewers delegatetimeBarViewState - the viewstaterow - the row in question
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||