Abstract Class sap.gantt.shape.ext.ulc.UlcRectangleModule: sap/gantt/shape/ext/ulc/UlcRectangle
Base class for sap.gantt.shape.ext.ulc.UlcOverCapacityZoneRectangle, sap.gantt.shape.ext.ulc.UlcOverClipRectangle, sap.gantt.shape.ext.ulc.UlcUnderClipRectangle, sap.gantt.shape.ext.ulc.UlcTooltipRectangle.
This base class defines a number of shared methods.
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.Rectangle.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 |
height
. Height of the rectangle. See SVG 1.1 specification for the 'height' attribute of 'rect'. The default value of height is calculated by the over capacity rectangle.
{object} | oData | Shape data. |
{object} | oRowInfo | Information about the row and row data. |
{number} | Value of property height . |
width
. Width of the rectangle. See SVG 1.1 specification for the 'width' attribute of 'rect'.
Usually an application does not configure this value. Instead, the getter calculates the value of width by using the view boundary for the visible area in a Gantt Chart.
{object} | oData | Shape data. |
{object} | oRowInfo | Information about the row and row data. |
{number} | Value of property width . |
x
. x coordinate of the rectangle left-top point. See SVG 1.1 specification for the 'x' attribute of 'rect'.
Usually an application does not configure this value. Instead, the getter calculates the value of x by using the view boundary for the visible area in a Gantt Chart.
{object} | oData | Shape data. |
{object} | oRowInfo | Information about the row and row data. |
{number} | Value of property x . |
y
. y coordinate of a rectangle left-top point. See SVG 1.1 specification for 'y' attribute of 'rect'.
Usually application does not configure this value. Instead getter calculates the value of y using parameter oRowInfo
.
The default value is y coordinate of the top-left point of the row.
{object} | oData | Shape data. |
{object} | oRowInfo | Information about the row and row data. |
{number} | Value of property y . |