Uses of Class
com.amalgamasimulation.visualsets.containers.AbstractVisualSetContainer
Packages that use AbstractVisualSetContainer
Package
Description
-
Uses of AbstractVisualSetContainer in com.amalgamasimulation.charts
Classes in com.amalgamasimulation.charts with type parameters of type AbstractVisualSetContainerModifier and TypeClassDescriptionclassChart<VS extends IAbstractChartVisualSet,VSC extends AbstractVisualSetContainer<VS>> A chart is a GUI component based on JavaFX's XYChart class that can be used to conveniently draw numeric and statistical data.interfaceIVerticalGuidelineOwner<VS extends IAbstractChartVisualSet,VSC extends AbstractVisualSetContainer<VS>> Interface of vertical guideline property owners. -
Uses of AbstractVisualSetContainer in com.amalgamasimulation.desktop.html.charts
Constructors in com.amalgamasimulation.desktop.html.charts with parameters of type AbstractVisualSetContainerModifierConstructorDescriptionHTMLChart(AbstractVisualSetContainer<?> visualSetContrainer) Constructs a new HTMLChart instance with the specified chart. -
Uses of AbstractVisualSetContainer in com.amalgamasimulation.visualsets.containers
Subclasses of AbstractVisualSetContainer in com.amalgamasimulation.visualsets.containersModifier and TypeClassDescriptionclassClass that represents the container for VisualSets used in the AbstractBarChart.classClass that represents the container for VisualSets used in the AbstractGanttChart.classClass that represents the container for VisualSets used in the HeatmapChart.classClass that represents the container for VisualSets used in the AbstractLineChart.Methods in com.amalgamasimulation.visualsets.containers that return AbstractVisualSetContainerModifier and TypeMethodDescriptionabstract AbstractVisualSetContainer<VS> AbstractVisualSetContainer.newInstance()Creates a new instance ofAbstractVisualSetContainercorresponding to the current container type.