Interface IRowHeightPropertyOwnerElement
- All Known Implementing Classes:
GanttPolylineVisualSet.GanttPolylineVisualElement,GanttVisualSet.GanttVisualElement,TriangleMarkerVisualSet.TriangleMarkerVisualElement
public interface IRowHeightPropertyOwnerElement
Interface of gantt row height fraction property owners. Provides a set of
methods corresponding to it.
- Author:
- Aleksey Kirillov
-
Method Summary
Modifier and TypeMethodDescriptiondoubleReturns the fraction height of the region in which visual is drawn.
-
Method Details
-
getRowHeightFraction
double getRowHeightFraction()Returns the fraction height of the region in which visual is drawn.- Returns:
- the fraction height of the region in which visual is drawn
-