Uses of Class
com.amalgamasimulation.visualsets.LineVisualSet
Packages that use LineVisualSet
-
Uses of LineVisualSet in com.amalgamasimulation.visualsets
Methods in com.amalgamasimulation.visualsets that return LineVisualSetModifier and TypeMethodDescriptionLineVisualSet.addContextMenuHandler(VisualSet.ContextMenuHandler<T> contextMenuHandler) LineVisualSet.addMouseEnterHandler(BiConsumer<T, MouseEvent> handler) LineVisualSet.addMouseExitHandler(BiConsumer<T, MouseEvent> handler) LineVisualSet.addMousePressedHandler(BiConsumer<T, MouseEvent> handler) LineVisualSet.addVisibilityChangeHandler(Consumer<VisibilityChangeDescriptor<? extends IAbstractChartVisualSet>> visibilityChangeHandler) static LineVisualSet<Pair<Double, Double>> VisualSets.cumulativeLine(String name, ITimeStatistics timeStatistics) LineVisualSet.LineVisualElement.getVisualSet()static LineVisualSet<Pair<Double, Double>> VisualSets.line(String name, ITimeStatistics timeStatistics) Creates an instance ofLineVisualSetwith the specified name from the providedITimeStatistics.static LineVisualSet<Pair<Double, Double>> VisualSets.line(String name, ITimeStatistics timeStatistics, boolean interpolateEmptyBuckets) Creates an instance ofLineVisualSetwith the specified name and interpolation rule for empty buckets, from the providedITimeStatistics.static LineVisualSet<Pair<Double, Double>> VisualSets.line(String name, ITableFunction tableFunction) Creates an instance ofLineVisualSetwith the specified name and step interpolation from the providedITableFunction.static LineVisualSet<Pair<Double, Double>> Creates an instance ofLineVisualSetwith the specified name from the provided supplier of list of argument-value pairs (instancesPair) of Double values.static LineVisualSet<Pair<Double, Double>> Creates an instance ofLineVisualSetwith the specified name from the provided list of argument-value pairs (instancesPair) of Double values.LineVisualSet.setClipboardText(Function<Double, String> clipboardTextExtractor) LineVisualSet.setExtrapolation(AbstractLineVisualSet.Extrapolation extrapolation) LineVisualSet.setInterpolationType(LineVisualSet.InterpolationType interpolationType) Sets the newLineVisualSet.InterpolationTypei.e.LineVisualSet.setLegendText(Supplier<String> legendTextProvider) LineVisualSet.setLineColor(Color color) LineVisualSet.setLineDrawingPolicy(LineVisualSet.LineDrawingPolicy lineDrawingPolicy) Sets the newLineVisualSet.LineDrawingPolicyi.e.LineVisualSet.setLineStyle(LineStyle lineStyle) LineVisualSet.setLineWidth(double width) LineVisualSet.setMaxValue(Supplier<Double> maxValueProvider) LineVisualSet.setMouseTransparent(boolean mouseTransparent) LineVisualSet.setPointsAndLinesStyle(AbstractLineVisualSet.PointsAndLinesStyle pointsAndLinesStyle) LineVisualSet.setPointSize(double pointSize) LineVisualSet.setStackFillColor(Color stackFillColor) Sets the color of a stack visual element.LineVisualSet.setStackVisible(boolean stackVisible) Sets the visibility of a stack visual element.LineVisualSet.setTooltipText(Function<T, String> tooltipTextExtractor) LineVisualSet.setUpdatePolicy(VisualSet.UpdatePolicy updatePolicy) -
Uses of LineVisualSet in com.amalgamasimulation.visualsets.containers
Fields in com.amalgamasimulation.visualsets.containers with type parameters of type LineVisualSetModifier and TypeFieldDescriptionprotected Map<LineVisualSet<?>, List<LineVisualSet<?>>> LineVisualSetContainer.stackDependencyListsMapprotected Map<LineVisualSet<?>, List<LineVisualSet<?>>> LineVisualSetContainer.stackDependencyListsMapprotected Map<LineVisualSet<?>, LineVisualSet<?>> LineVisualSetContainer.stackDependencyMapprotected Map<LineVisualSet<?>, LineVisualSet<?>> LineVisualSetContainer.stackDependencyMapprotected Map<LineVisualSet<?>, LineVisualSet<?>> LineVisualSetContainer.stackDependencyReversedMapprotected Map<LineVisualSet<?>, LineVisualSet<?>> LineVisualSetContainer.stackDependencyReversedMapMethods in com.amalgamasimulation.visualsets.containers with type parameters of type LineVisualSetModifier and TypeMethodDescription<V extends LineVisualSet<?>>
voidLineVisualSetContainer.setStackDependencyList(List<V> stackDependencyList) Specifies the order of LineVisualSets to display as a stack cumulative plot.Methods in com.amalgamasimulation.visualsets.containers that return types with arguments of type LineVisualSetModifier and TypeMethodDescriptionList<LineVisualSet<?>> LineVisualSetContainer.getStackDependencyList(LineVisualSet<?> lineVisualSet) Returns a list of all dependentLineVisualSet's whose data is located under the specifiedLineVisualSet.Map<LineVisualSet<?>, LineVisualSet<?>> LineVisualSetContainer.getStackDependencyMap()Returns a map of all dependent LineVisualSets whose data is located under the specified LineVisualSet-keys.Map<LineVisualSet<?>, LineVisualSet<?>> LineVisualSetContainer.getStackDependencyMap()Returns a map of all dependent LineVisualSets whose data is located under the specified LineVisualSet-keys.Methods in com.amalgamasimulation.visualsets.containers with parameters of type LineVisualSetModifier and TypeMethodDescriptionvoidLineVisualSetContainer.addStackDependency(LineVisualSet<?> topVisualSet, LineVisualSet<?> bottomVisualSet) Adds a single dependency-pair to the list of dependent LineVisualSets.List<LineVisualSet<?>> LineVisualSetContainer.getStackDependencyList(LineVisualSet<?> lineVisualSet) Returns a list of all dependentLineVisualSet's whose data is located under the specifiedLineVisualSet.