Uses of Interface
com.amalgamasimulation.charts.environments.IChartEnvironment
Packages that use IChartEnvironment
Package
Description
-
Uses of IChartEnvironment in com.amalgamasimulation.charts
Constructors in com.amalgamasimulation.charts with parameters of type IChartEnvironmentModifierConstructorDescriptionBarChart(IChartEnvironment chartEnvironment) Constructs a Bar Chart with a set of default parameters: no title, stackBarsLayout, etc.BarChart(IChartEnvironment chartEnvironment, BarsLayout barsLayout) Constructs a Bar Chart with a givenBarsLayoutand no title.BarChart(IChartEnvironment chartEnvironment, String title) Constructs a Bar Chart with a given title and defaultBarsLayout(stack-layout).BarChart(IChartEnvironment chartEnvironment, String title, BarsLayout barsLayout) Constructs a Bar Chart with a givenBarsLayoutand given title.HeatmapChart(IChartEnvironment chartEnvironment) Constructs a Heatmap Chart with no title.HeatmapChart(IChartEnvironment chartEnvironment, String title) Constructs a Heatmap Chart with a given title.HistogramChart(IChartEnvironment chartEnvironment) Constructs a Histogram Chart with a set of default parameters: no title, stackBarsLayout, etc.HistogramChart(IChartEnvironment chartEnvironment, String title) Constructs a Histogram Chart with a given title and defaultBarsLayoutstack-layout.NumericGanttChart(IChartEnvironment chartEnvironment) Constructs a Gantt Chart with a set of default parameters: no title, default begin displayed range size etc.NumericGanttChart(IChartEnvironment chartEnvironment, double beginDisplayedRangeSize) Constructs a Gantt Chart with a given begin displayed range size and no title.NumericGanttChart(IChartEnvironment chartEnvironment, String title) Constructs a Gantt Chart with a given title and default begin displayed range size.NumericGanttChart(IChartEnvironment chartEnvironment, String title, double beginDisplayedRangeSize) Constructs a Gantt Chart with a given begin displayed range size and given title.NumericLineChart(IChartEnvironment chartEnvironment) Constructs a Line Chart with a set of default parameters: no title, default begin displayed range size etc.NumericLineChart(IChartEnvironment chartEnvironment, double beginDisplayedRangeSize) Constructs a Line Chart with a given begin displayed range size and no title.NumericLineChart(IChartEnvironment chartEnvironment, String title) Constructs a Line Chart with a given title and default begin displayed range size.NumericLineChart(IChartEnvironment chartEnvironment, String title, double beginDisplayedRangeSize) Constructs a Line Chart with a given begin displayed range size and given title.TimeGanttChart(IChartEnvironment chartEnvironment) Constructs a Gantt Chart with a set of default parameters: no title, daily time units, begin displayed range is equals to 7 days, bar height fraction is equal to 1.TimeGanttChart(IChartEnvironment chartEnvironment, String title) Constructs a Gantt Chart with given title and a set of default parameters: daily time units, begin displayed range is equals to 7 days, bar height fraction is equal to 1.TimeGanttChart(IChartEnvironment chartEnvironment, String title, ChronoUnit timeUnit) Constructs a Gantt Chart with given title and time units.TimeGanttChart(IChartEnvironment chartEnvironment, String title, ChronoUnit timeUnit, ChronoUnit beginDisplayedRangeChronoUnit, double beginDisplayedRange, double barHeightFraction) Constructs a Gantt Chart with manually setting of all initialization parameters.TimeGanttChart(IChartEnvironment chartEnvironment, ChronoUnit timeUnit) Constructs a Gantt Chart with given chrono unit and a set of default parameters: no title, begin displayed range is equals to 7 days, bar height fraction is equal to 1.TimeGanttChart(IChartEnvironment chartEnvironment, ChronoUnit timeUnit, ChronoUnit beginDisplayedRangeChronoUnit, double beginDisplayedRange) Constructs a Gantt Chart with given horizontal axis time units and begin displayed range.TimeLineChart(IChartEnvironment chartEnvironment) Constructs a Line Chart with a set of default parameters: no title, daily time units, begin displayed range is equals to 7 days.TimeLineChart(IChartEnvironment chartEnvironment, String title, ChronoUnit timeUnit) Constructs a Line Chart with given title and time units.TimeLineChart(IChartEnvironment chartEnvironment, String title, ChronoUnit timeUnit, ChronoUnit beginWindowSizeChronoUnit, double beginWindowSize) Constructs a Line Chart with manually setting of all initialization parameters.TimeLineChart(IChartEnvironment chartEnvironment, ChronoUnit timeUnit) Constructs a Line Chart with given time units and a set of default parameters: no title, begin displayed range is equals to 7 days.TimeLineChart(IChartEnvironment chartEnvironment, ChronoUnit timeUnit, ChronoUnit beginWindowSizeChronoUnit, double beginWindowSize) Constructs a Line Chart with given horizontal axis time units and begin displayed range. -
Uses of IChartEnvironment in com.amalgamasimulation.charts.environments.awt
Classes in com.amalgamasimulation.charts.environments.awt that implement IChartEnvironment -
Uses of IChartEnvironment in com.amalgamasimulation.charts.swt
Classes in com.amalgamasimulation.charts.swt that implement IChartEnvironment