Uses of Interface
org.openjump.core.graph.pirolProject.ScaleChanger
-
Packages that use ScaleChanger Package Description org.openjump.core.attributeoperations.statistics org.openjump.core.graph.pirolProject -
-
Uses of ScaleChanger in org.openjump.core.attributeoperations.statistics
Classes in org.openjump.core.attributeoperations.statistics that implement ScaleChanger Modifier and Type Class Description classPunktScalerclass to scale the "coordinates" of a punkt object, often needed for statistical calculations.Constructors in org.openjump.core.attributeoperations.statistics with parameters of type ScaleChanger Constructor Description CorrelationDataPair(double[] coords, int index, ScaleChanger scaler)CorrelationDataPair(double[] coords, int index, ScaleChanger scaler, boolean prescaled) -
Uses of ScaleChanger in org.openjump.core.graph.pirolProject
Fields in org.openjump.core.graph.pirolProject declared as ScaleChanger Modifier and Type Field Description protected ScaleChangerPirolPoint. scalerMethods in org.openjump.core.graph.pirolProject with parameters of type ScaleChanger Modifier and Type Method Description voidPirolPoint. setScaler(ScaleChanger scaler)Constructors in org.openjump.core.graph.pirolProject with parameters of type ScaleChanger Constructor Description PirolPoint(double[] coords, int index, ScaleChanger scaler)PirolPoint(double[] coords, int index, ScaleChanger scaler, boolean prescaled)
-