Uses of Enum Class
com.amalgamasimulation.visualsets.utils.LineStyle
Packages that use LineStyle
-
Uses of LineStyle in com.amalgamasimulation.visualsets
Fields in com.amalgamasimulation.visualsets declared as LineStyleFields in com.amalgamasimulation.visualsets with type parameters of type LineStyleMethods in com.amalgamasimulation.visualsets that return LineStyleModifier and TypeMethodDescriptionAbstractLineVisualSet.getLineStyle()Returns theLineStyleof the plot.ConnectionVisualSet.ConnectionVisualElement.getLineStyle()Delegates a call toConnectionVisualSet.getLineStyle(Object)for the data element corresponding to this visual element.ConnectionVisualSet.getLineStyle(T element) Returns the currentLineStylefor given data element.Methods in com.amalgamasimulation.visualsets with parameters of type LineStyleModifier and TypeMethodDescriptionAbstractLineVisualSet.setLineStyle(LineStyle lineStyle) Sets theLineStyleof the plot i.e.GanttPolylineVisualSet.setLineStyle(LineStyle lineStyle) LineVisualSet.setLineStyle(LineStyle lineStyle) PolylineVisualSet.setLineStyle(LineStyle lineStyle) Method parameters in com.amalgamasimulation.visualsets with type arguments of type LineStyleModifier and TypeMethodDescriptionConnectionVisualSet.setLineStyle(Function<T, LineStyle> lineStyleExtractor) Sets theLineStyleof the lines representing plot data elements. -
Uses of LineStyle in com.amalgamasimulation.visualsets.utils
Methods in com.amalgamasimulation.visualsets.utils that return LineStyle