Namespace sap.gantt.shapeModule: sap/gantt/library
The sap.gantt.shape
namespace.
This namespace provides the following configuration related features:
- A base class
sap.gantt.shape.Shape
is provided directly in this namespace - A default selection shape class
sap.gantt.shape.SelectedShape
is provided directly in this namespace - All basic shapes corresponding to SVG tag are provided directly in this namespace
- Extended shapes from tag shapes are provided in sub-namespace
ext
- Special calendar shape, which should be used in combination with the calendar paint server, is provided in sub-namespace
cal
Namespaces & Classes
CircleCircle shape class using SVG tag 'circle'.
ClipPathClippath shape class using SVG container tag 'clippath'.
GroupGroup shape class using SVG tag 'group'.
ImageImage shape class using SVG tag 'image'.
LineLine shape class using SVG tag 'line'.
PathPath shape class using SVG tag 'path'.
PolygonPolygon shape class using SVG tag 'polygon'.
PolylinePolyline shape class using SVG tag 'polyline'.
RectangleRectangle shape class using SVG tag 'rect'.
SelectedShapeProvides an implementation of selected shapes, allowing you to create a highlighting effect by drawing the selected shapes with red and thicker strokes.
ShapeBase class for all shape classes.
ShapeCategoryShape Categories.
TextText shape class using SVG tag 'text'.