Interface IGanttChartItem

    • Method Detail

      • isAutomaticRowHeight

        boolean isAutomaticRowHeight()
        Whether automatic row height is in effect.
        Returns:
        True if row height is done automatically
      • getFixedRowHeight

        int getFixedRowHeight()
        Returns the fixed height of the row in pixels, if set.
        Returns:
        Fixed row height in pixels
      • setFixedRowHeight

        void setFixedRowHeight​(int height)
        Sets the fixed height of this row in pixels.
        Parameters:
        height - Height in pixels
      • setAutomaticRowHeight

        void setAutomaticRowHeight()
        Flags fixed height off and returns row to automatic row height