Uses of Interface
com.amalgamasimulation.visualsets.IPiecewiseVisualSet
Packages that use IPiecewiseVisualSet
-
Uses of IPiecewiseVisualSet in com.amalgamasimulation.visualsets
Classes in com.amalgamasimulation.visualsets that implement IPiecewiseVisualSetModifier and TypeClassDescriptionclassVisual set for drawing polylines based on PiecewiseFunction.classVisual set for drawing line plots with points based on PiecewiseFunction.Methods in com.amalgamasimulation.visualsets that return IPiecewiseVisualSetModifier and TypeMethodDescriptionIPiecewiseVisualSet.setAxisLengthInPixelsExtractor(Supplier<Double> axisLengthInPixelsExtractor) Sets a function that specifies the rule for extracting an actual plot X-axis length in pixels.IPiecewiseVisualSet.setCurrentArgumentExtractor(Supplier<Double> currentArgumentExtractor) Sets a function that specifies the rule for extracting a current argument shown on plot.IPiecewiseVisualSet.setDiscretizeIfNecessaryExtractor(Supplier<Boolean> discretizeIfNecessaryExtractor) Sets a function that specifies the necessity rule for discretization.IPiecewiseVisualSet.setDisplayedRangeExtractor(Supplier<Pair<Double, Double>> displayedRangeExtractor) Sets a function that specifies the rule for extracting a current displayed range on plot.IPiecewiseVisualSet.setMinPixelsPerPlotPointExtractor(Supplier<Integer> minPixelsPerPlotPointExtractor) Sets a function that specifies the minimum pixels per plot point for discretization.IPiecewiseVisualSet.setPiecewiseFunctionExtractor(Supplier<PiecewiseFunction> piecewiseFunctionExtractor) Sets data elements list provider.IPiecewiseVisualSet.setPiecewiseFunctionInterpolationType(PiecewiseFunction.InterpolationType interpolationType) Sets the InterpolationType e.g.IPiecewiseVisualSet.setPiecewiseVisualSetRangePolicy(PiecewiseVisualSetRangePolicy piecewiseVisualSetRangePolicy) Sets anPiecewiseVisualSetRangePolicyfor the IPiecewiseVisualSet displayed on the chart.