public interface ICapacityObject extends ITimelineObject
Modifier and Type | Method and Description |
---|---|
double |
getCapacityUsed()
Returns the used capacity of the object.
|
boolean |
isCapacityChangeable()
Returns TRUE if the capacity used value can be edited.
|
void |
setCapacityUsed(double capacity)
Changes the capacity used by the object.
|
getChildren, getDragActions, getLabel, getLineIndex, getPopupObject, getPopupTitleObject, getStatus, getTimeSpan, isDeletable, isDurationChangeable, isInPlaceEditable, isParent, isSelectable, isStartTimeChangeable, setTimeSpan
getProperty, setProperty
compareTo
void setCapacityUsed(double capacity)
capacity
- the new capacity usage of the objectgetCapacityUsed()
double getCapacityUsed()
setCapacityUsed(double)
boolean isCapacityChangeable()
IEditCapacityObjectPolicy.isCapacityChangeable(TimelineObjectPath,
IGanttChartModel)
Copyright © 2006–2020 Dirk Lemmermann Software & Consulting. All rights reserved.