Class sap.gantt.shape.ext.ulc.UlcDimensionModule: sap/gantt/shape/ext/ulc/UlcDimension
This shape is a container for sap.gantt.shape.ext.ulc.UlcBorderPath, sap.gantt.shape.ext.ulc.UlcOverClipRectangle, sap.gantt.shape.ext.ulc.UlcUnderClipRectangle, sap.gantt.shape.ext.ulc.UlcClipPath, sap.gantt.shape.ext.ulc.UlcClipingPath.
For each dimension, it has two colors, one is OverCapacity and the other is UnderCapacity. When the UlcClipPath
of a dimension and UlcOverClipRectangle
overlap, which means the utilization rate is above 100%, the overlapped part will be colored by OverCapacity. The overlapped part of UlcClipPath
and UlcUnderClipRectangle
is colored by UnderCapacity.
UlcClipingPath
is aggregated in UlcClipPath
. UlcClipingPath
and UlcBorderPath
share the same value of property 'd'. UlcBorderPath
is used to visualize the dimension line.
sClassName
and enriches it with the information contained in oClassInfo
.sClassName
and enriches it with the information contained in oClassInfo
. oClassInfo
might contain the same kind of information as described in sap.gantt.shape.Group.extend.
{string} | sClassName | Name of the class being created |
{object} | oClassInfo? | Object literal with information about the class |
{function} | FNMetaImpl? | Constructor function for the metadata object; if not given, it defaults to sap.ui.core.ElementMetadata |
{function} | Created class / constructor function |
{sap.ui.base.Metadata} | Metadata object describing this class |