Uses of Class
com.flexganttfx.view.graphics.ListViewGraphics
-
Packages that use ListViewGraphics Package Description com.flexganttfx.view The main Gantt chart controls.impl.com.flexganttfx.skin.graphics Classes for the graphics skin. -
-
Uses of ListViewGraphics in com.flexganttfx.view
Methods in com.flexganttfx.view that return ListViewGraphics Modifier and Type Method Description protected ListViewGraphics<R>
GanttChartBase. createGraphics()
Creates the graphics view used by the Gantt chart.ListViewGraphics<R>
GanttChartBase. getGraphics()
Returns the graphics view shown on the right-hand side of the Gantt chart. -
Uses of ListViewGraphics in impl.com.flexganttfx.skin.graphics
Constructors in impl.com.flexganttfx.skin.graphics with parameters of type ListViewGraphics Constructor Description ListViewGraphicsSkin(ListViewGraphics<R> graphics)
-