Uses of Class
com.amalgamasimulation.visualsets.AbstractLineVisualSet
Packages that use AbstractLineVisualSet
-
Uses of AbstractLineVisualSet in com.amalgamasimulation.visualsets
Subclasses of AbstractLineVisualSet in com.amalgamasimulation.visualsetsModifier and TypeClassDescriptionclassClass that is the parent for all visual sets drawn on the chart by points-and-lines.classVisual set for drawing polylines based on PiecewiseFunction.classVisual set for drawing polylines.classVisual set for drawing line plots with points.classVisual set for drawing line plots with points based on PiecewiseFunction.classVisual set for drawing plots with lines and points.Methods in com.amalgamasimulation.visualsets that return AbstractLineVisualSetModifier and TypeMethodDescriptionAbstractLineVisualSet.setExtrapolation(AbstractLineVisualSet.Extrapolation extrapolation) Sets the of the plot i.e.AbstractLineVisualSet.setLegendText(Supplier<String> legendTextProvider) AbstractLineVisualSet.setLineColor(Color lineColor) Sets the line color of the plot.AbstractLineVisualSet.setLineStyle(LineStyle lineStyle) Sets theLineStyleof the plot i.e.AbstractLineVisualSet.setLineWidth(double lineWidth) Sets the width of the line, in pixels.AbstractLineVisualSet.setMaxValue(Supplier<Double> maxValueProvider) Sets the supplier of max value.AbstractLineVisualSet.setPointsAndLinesStyle(AbstractLineVisualSet.PointsAndLinesStyle pointsAndLinesStyle) Sets theAbstractLineVisualSet.PointsAndLinesStyleof the plot i.e.AbstractLineVisualSet.setPointSize(double pointSize) Sets the diameter of the point, in pixels.