Search this API

y.layout.transformer
Interface GraphZoomer.Zoom

Enclosing class:
GraphZoomer

public static interface GraphZoomer.Zoom

This interface can be implemented for custom zoom types.


Method Summary
 void modifyPosition(Point2D.Double position)
          This method take a Point2D as an argument, modifies it according to its zoom policy and writes the modification back to the argument.
 

Method Detail

modifyPosition

void modifyPosition(Point2D.Double position)
This method take a Point2D as an argument, modifies it according to its zoom policy and writes the modification back to the argument.


© Copyright 2000-2013,
yWorks GmbH.
All rights reserved.