Uses of Enum Class
com.amalgamasimulation.visualsets.AbstractLineVisualSet.Extrapolation
Packages that use AbstractLineVisualSet.Extrapolation
-
Uses of AbstractLineVisualSet.Extrapolation in com.amalgamasimulation.visualsets
Fields in com.amalgamasimulation.visualsets declared as AbstractLineVisualSet.ExtrapolationModifier and TypeFieldDescriptionprotected AbstractLineVisualSet.ExtrapolationAbstractLineVisualSet.extrapolationMethods in com.amalgamasimulation.visualsets that return AbstractLineVisualSet.ExtrapolationModifier and TypeMethodDescriptionAbstractLineVisualSet.getExtrapolation()Returns theAbstractLineVisualSet.Extrapolationof the plot.Returns the enum constant of this class with the specified name.static AbstractLineVisualSet.Extrapolation[]AbstractLineVisualSet.Extrapolation.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.amalgamasimulation.visualsets with parameters of type AbstractLineVisualSet.ExtrapolationModifier and TypeMethodDescriptionAbstractLineVisualSet.setExtrapolation(AbstractLineVisualSet.Extrapolation extrapolation) Sets the of the plot i.e.GanttPolylineVisualSet.setExtrapolation(AbstractLineVisualSet.Extrapolation extrapolation) LineVisualSet.setExtrapolation(AbstractLineVisualSet.Extrapolation extrapolation) PolylineVisualSet.setExtrapolation(AbstractLineVisualSet.Extrapolation extrapolation)