Class sap.gantt.shape.ext.ulc.UlcBorderPathModule: sap/gantt/shape/ext/ulc/UlcBorderPath
This shape is used to draw dimension lines.
Graphic Effect is:
Constructor Summary
new sap.gantt.shape.ext.ulc.UlcBorderPath(sId?, mSettings?)Creates and initializes a fragment of the Utilization Line Chart.
Method Summary
sap.gantt.shape.ext.ulc.UlcBorderPath.extend(sClassName, oClassInfo?, FNMetaImpl?)Creates a new subclass of class sap.gantt.shape.ext.ulc.UlcBorderPath with name
sClassName
and enriches it with the information contained in oClassInfo
.sap.gantt.shape.ext.ulc.UlcBorderPath.getMetadata()Returns a metadata object for class sap.gantt.shape.ext.ulc.UlcBorderPath.
Methods borrowed from class sap.gantt.shape.Path
Constructor Detail
Method Detail
sap.gantt.shape.ext.ulc.UlcBorderPath.extend(sClassName, oClassInfo?, FNMetaImpl?): function
Creates a new subclass of class sap.gantt.shape.ext.ulc.UlcBorderPath with name
sClassName
and enriches it with the information contained in oClassInfo
. oClassInfo
might contain the same kind of information as described in sap.gantt.shape.Path.extend.
Parameters:
{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 |
Returns:
{function} | Created class / constructor function |
sap.gantt.shape.ext.ulc.UlcBorderPath.getMetadata(): sap.ui.base.Metadata
Returns a metadata object for class sap.gantt.shape.ext.ulc.UlcBorderPath.
Returns:
{sap.ui.base.Metadata} | Metadata object describing this class |
getD(oData, oRowInfo): string
Gets the value of property
d
. 'd' attribute of the path element. See SVG 1.1 specification for 'd' attribute of 'path'. The 'd' attribute has powerful usages. See BNF grammar for detail.
Parameters:
{object} | oData | Shape data. |
{object} | oRowInfo | Information about the row and row data. |
Returns:
{string} | Value of property d . |
getStroke(oData, oRowInfo): string
Gets the value of property
stroke
. Standard SVG 'stroke' attribute. See SVG 1.1 specification for 'stroke'. Note: You can provide stroke with HTML colors and URL references to paint servers. Paint server definitions usually comes from paint servers rendered by sap.gantt.GanttChartContainer, sap.gantt.GanttChartWithTable or sap.gantt.GanttChart.
Parameters:
{object} | oData | Shape data. |
{object} | oRowInfo | Information about the row and row data. |
Returns:
{string} | Value of property stroke . |
getStrokeWidth(oData, oRowInfo): number
Gets the value of property
strokeWidth
. Standard SVG 'stroke-width' attribute. See SVG 1.1 specification for 'stroke-width'.
The default value is 1.
Parameters:
{object} | oData | Shape data. |
{object} | oRowInfo | Information about the row and row data. |
Returns:
{number} | Value of property strokeWidth . |