Uses of Class
de.gsi.chart.renderer.datareduction.ReductionType
-
Packages that use ReductionType Package Description de.gsi.chart.renderer.datareduction de.gsi.chart.renderer.spi -
-
Uses of ReductionType in de.gsi.chart.renderer.datareduction
Methods in de.gsi.chart.renderer.datareduction that return ReductionType Modifier and Type Method Description static ReductionTypeReductionType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ReductionType[]ReductionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.gsi.chart.renderer.datareduction with parameters of type ReductionType Modifier and Type Method Description static voidDefaultDataReducer3D. resample(double[] src, int srcWidth, int srcHeight, double[] target, int targetWidth, int targetHeight, ReductionType reductionType)static voidDefaultDataReducer3D. scaleDownByFactorTwo(double[] target, int targetWidth, int targetHeight, double[] source, int srcWidth, int srcHeight, int yMinIndex, int yMaxIndex, ReductionType reductionType) -
Uses of ReductionType in de.gsi.chart.renderer.spi
Methods in de.gsi.chart.renderer.spi that return ReductionType Modifier and Type Method Description ReductionTypeAbstractContourDataSetRendererParameter. getReductionType()Methods in de.gsi.chart.renderer.spi that return types with arguments of type ReductionType Modifier and Type Method Description javafx.beans.property.ObjectProperty<ReductionType>AbstractContourDataSetRendererParameter. reductionTypeProperty()Methods in de.gsi.chart.renderer.spi with parameters of type ReductionType Modifier and Type Method Description voidAbstractContourDataSetRendererParameter. setReductionType(ReductionType value)
-