Uses of Class
de.gsi.chart.renderer.LineStyle
-
Packages that use LineStyle Package Description de.gsi.chart.renderer de.gsi.chart.renderer.spi -
-
Uses of LineStyle in de.gsi.chart.renderer
Methods in de.gsi.chart.renderer that return LineStyle Modifier and Type Method Description static LineStyleLineStyle. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static LineStyle[]LineStyle. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of LineStyle in de.gsi.chart.renderer.spi
Methods in de.gsi.chart.renderer.spi that return LineStyle Modifier and Type Method Description LineStyleAbstractErrorDataSetRendererParameter. getPolyLineStyle()whether renderer should draw no, simple (point-to-point), stair-case, Bezier, ...Methods in de.gsi.chart.renderer.spi that return types with arguments of type LineStyle Modifier and Type Method Description javafx.beans.property.ObjectProperty<LineStyle>AbstractErrorDataSetRendererParameter. polyLineStyleProperty()Sets whether renderer should draw no, simple (point-to-point), stair-case, Bezier, ...Methods in de.gsi.chart.renderer.spi with parameters of type LineStyle Modifier and Type Method Description RAbstractErrorDataSetRendererParameter. setPolyLineStyle(LineStyle style)Sets whether renderer should draw no, simple (point-to-point), stair-case, Bezier, ...
-