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 class
PunktScaler
class 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 ScaleChanger
PirolPoint. scaler
Methods in org.openjump.core.graph.pirolProject with parameters of type ScaleChanger Modifier and Type Method Description void
PirolPoint. 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)
-