Uses of Interface
org.openjump.core.graph.pirolProject.ScaleChanger

Packages that use ScaleChanger
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
 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
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
protected  ScaleChanger PirolPoint.scaler
           
 

Methods in org.openjump.core.graph.pirolProject with parameters of type ScaleChanger
 void PirolPoint.setScaler(ScaleChanger scaler)
           
 

Constructors in org.openjump.core.graph.pirolProject with parameters of type ScaleChanger
PirolPoint(double[] coords, int index, ScaleChanger scaler)
           
PirolPoint(double[] coords, int index, ScaleChanger scaler, boolean prescaled)