public class AbsoluteCrossoverScalingControl extends CrossoverScalingControl implements ScalingControl
crossover| Constructor and Description |
|---|
AbsoluteCrossoverScalingControl() |
| Modifier and Type | Method and Description |
|---|---|
void |
scale(VisualizationServer<?,?> vv,
float amount,
Point2D at)
Scale to the absolute value passed as 'amount'.
|
getCrossover, setCrossoverpublic void scale(VisualizationServer<?,?> vv, float amount, Point2D at)
scale in interface ScalingControlscale in class CrossoverScalingControlvv - the VisualizationServer used for rendering; provides the layout and view transformers.amount - the amount by which to scaleat - the point of reference for scalingCopyright © 2015. All rights reserved.