public class AbsoluteCrossoverScalingControl extends CrossoverScalingControl implements ScalingControl
crossover| Constructor and Description |
|---|
AbsoluteCrossoverScalingControl() |
| Modifier and Type | Method and Description |
|---|---|
void |
scale(VisualizationViewer<?,?> vv,
float amount,
java.awt.geom.Point2D at)
scale to the absolute value passed as 'amount'.
|
getCrossover, scale, setCrossoverclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitscalepublic void scale(VisualizationViewer<?,?> vv, float amount, java.awt.geom.Point2D at)