Interface ScalingControl
- All Known Implementing Classes:
AbsoluteCrossoverScalingControl
,CrossoverScalingControl
,LayoutScalingControl
,ViewScalingControl
public interface ScalingControl
-
Method Summary
Modifier and TypeMethodDescriptionvoid
scale
(VisualizationServer<?, ?> vv, float amount, Point2D at) zoom the display in or out
-
Method Details
-
scale
zoom the display in or out- Parameters:
vv
- the VisualizationVieweramount
- how much to adjust scale byat
- where to adjust scale from
-