Uses of Interface
com.flexganttfx.model.activity.ChartActivity
-
Packages that use ChartActivity Package Description com.flexganttfx.model.activity Classes and interfaces related to activities.com.flexganttfx.view.graphics.renderer Renderer classes for visualizing activities, calendar entries, and for adding custom background visuals based on row type. -
-
Uses of ChartActivity in com.flexganttfx.model.activity
Subinterfaces of ChartActivity in com.flexganttfx.model.activity Modifier and Type Interface Description interface
MutableChartActivity
An add-on interface for chart activities where it should be possible to change the chart value at a later time.Classes in com.flexganttfx.model.activity that implement ChartActivity Modifier and Type Class Description class
ChartActivityBase<T>
The base implementation of a chart activity, which defines an additional chart value attribute that can be utilized by theChartLayout
to create charts based on activities, e.g.class
MutableChartActivityBase<T>
The base implementation of a mutable chart activity. -
Uses of ChartActivity in com.flexganttfx.view.graphics.renderer
Classes in com.flexganttfx.view.graphics.renderer with type parameters of type ChartActivity Modifier and Type Class Description class
ChartActivityRenderer<A extends ChartActivity>
-