abstract class AbstractGanttEvent
extends java.lang.Object
Constructor and Description |
---|
AbstractGanttEvent() |
Modifier and Type | Method and Description |
---|---|
int |
getLayer()
Returns the layer of this event.
|
(package private) java.lang.Integer |
getLayerInt() |
void |
setLayer(int layer)
Sets the layer of this event.
|
public int getLayer()
java.lang.Integer getLayerInt()
public void setLayer(int layer)
layer
- What layer this item belongs to.GanttComposite.hideLayer(int)
,
GanttComposite.showLayer(int)
,
GanttComposite.setLayerOpacity(int, int)