Uses of Class
de.gsi.chart.renderer.ErrorStyle
-
Packages that use ErrorStyle Package Description de.gsi.chart.renderer de.gsi.chart.renderer.spi -
-
Uses of ErrorStyle in de.gsi.chart.renderer
Methods in de.gsi.chart.renderer that return ErrorStyle Modifier and Type Method Description static ErrorStyleErrorStyle. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ErrorStyle[]ErrorStyle. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ErrorStyle in de.gsi.chart.renderer.spi
Methods in de.gsi.chart.renderer.spi that return ErrorStyle Modifier and Type Method Description ErrorStyleAbstractErrorDataSetRendererParameter. getErrorType()Methods in de.gsi.chart.renderer.spi that return types with arguments of type ErrorStyle Modifier and Type Method Description javafx.beans.property.ObjectProperty<ErrorStyle>AbstractErrorDataSetRendererParameter. errorStyleProperty()sets the error bar/surface plotting style ErrorBarRenderer.ESTYLE_NONE: no errors are drawn ErrorBarRenderer.ESTYLE_BAR: error bars are drawn (default) ErrorBarRenderer.ESTYLE_SURFACE: error surface is drawnMethods in de.gsi.chart.renderer.spi with parameters of type ErrorStyle Modifier and Type Method Description RAbstractErrorDataSetRendererParameter. setErrorType(ErrorStyle style)sets the error bar/surface plotting style ErrorBarRenderer.ESTYLE_NONE: no errors are drawn ErrorBarRenderer.ESTYLE_BAR: error bars are drawn (default) ErrorBarRenderer.ESTYLE_SURFACE: error surface is drawn
-