Package com.flexganttfx.model.layout


package com.flexganttfx.model.layout
Different layout and line manager implementations used to control the layout of activities.
Since:
1.0
  • Class
    Description
    The agenda layout class is used to lay out activities in a style similar to a regular calendar where a vertical scale will display hours.
    An enumerator for the different ways overlapping agenda entries can be laid out.
    Using the chart layout class results in activities being laid out as chart bars.
    EqualLinesManager<R extends Row<?,?,A>,A extends Activity>
    A lines manager that equally distributes the available row height to all lines.
    The standard layout used by all rows and lines.
    A base class for new LinesManager types.