com.yworks.yfiles.server.tiles.servlet
Interface ViewConfigurator


public interface ViewConfigurator

Instances of a class implementing this interface can be set for a graph using the corresponding methods in the BaseServlet. They can be used for setting a custom background renderer or enabling the bridge calculator for example.


Method Summary
 void configureView(Graph2DView view)
          configures the given view.
 

Method Detail

configureView

public void configureView(Graph2DView view)
configures the given view. This method is called before the view is rendered.

Parameters:
view - a view


Copyright © 2006-2013 yWorks GmbH. All rights reserved