Interface IGanttChartRowPropertyOwner
- All Known Implementing Classes:
GanttPolylineVisualSet,GanttVisualSet,SlotsVisualSet,TriangleMarkerVisualSet
public interface IGanttChartRowPropertyOwner
Interface of
GanttChartRow property owners. Provides a set of methods
corresponding to it. Used for visuals that are drawn on separate
GanttChartRow of the TimeGanttChart.- Author:
- Aleksey Kirillov
-
Method Summary
Modifier and TypeMethodDescriptionReturns the reference to theGanttChartRowrow on which the visuals will be drawn
-
Method Details
-
getGanttChartRow
GanttChartRow getGanttChartRow()Returns the reference to theGanttChartRowrow on which the visuals will be drawn- Returns:
- the reference to the
GanttChartRowrow on which the visuals will be drawn
-