public interface IGanttChartItem
Modifier and Type | Method and Description |
---|---|
int |
getFixedRowHeight()
Returns the fixed height of the row in pixels, if set.
|
boolean |
isAutomaticRowHeight()
Whether automatic row height is in effect.
|
void |
setAutomaticRowHeight()
Flags fixed height off and returns row to automatic row height
|
void |
setFixedRowHeight(int height)
Sets the fixed height of this row in pixels.
|
boolean isAutomaticRowHeight()
int getFixedRowHeight()
void setFixedRowHeight(int height)
height
- Height in pixelsvoid setAutomaticRowHeight()