Uses of Interface
com.flexganttfx.model.activity.ChartActivity
Packages that use ChartActivity
Package
Description
Classes and interfaces related to activities.
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.activityModifier and TypeInterfaceDescriptioninterface
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 ChartActivityModifier and TypeClassDescriptionclass
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. for capacity usage / resource usage profiles.class
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