Uses of Class
com.flexganttfx.view.GanttChartLite
Packages that use GanttChartLite
Package
Description
Containers for the synchronized display of two or more Gantt charts.
Classes for the Gantt Chart, Dual Gantt Chart, Multi Gantt Chart skins.
-
Uses of GanttChartLite in com.flexganttfx.view.container
Constructors in com.flexganttfx.view.container with parameters of type GanttChartLiteModifierConstructorDescriptionDualGanttChartLiteContainer
(boolean autoBinding, GanttChartLite<?> primaryGanttChart, GanttChartLite<?> secondaryGanttChart) Constructs a new container with the given graphics controls.DualGanttChartLiteContainer
(GanttChartLite<?> primaryGanttChart, GanttChartLite<?> secondaryGanttChart) Constructs a new container with the given graphics controls.MultiGanttChartLiteContainer
(boolean autoBinding, GanttChartLite<?>... ganttCharts) Constructs a new container with the given Gantt chart controls.MultiGanttChartLiteContainer
(GanttChartLite<?>... ganttCharts) Constructs a new container with the given Gantt chart controls.QuadGanttChartLiteContainer
(GanttChartLite<?> upperLeft, GanttChartLite<?> upperRight, GanttChartLite<?> lowerLeft, GanttChartLite<?> lowerRight) Constructs a new container with the given Gantt chart controls. -
Uses of GanttChartLite in impl.com.flexganttfx.skin
Constructors in impl.com.flexganttfx.skin with parameters of type GanttChartLite