Cytoscape 3.0.0-beta1 API

org.cytoscape.view.presentation.property.values
Interface HandleFactory


public interface HandleFactory

Factory of the handle object.


Method Summary
 Handle createHandle(double x, double y)
          Creates a new instance of the Handle.
 

Method Detail

createHandle

Handle createHandle(double x,
                    double y)
Creates a new instance of the Handle.

Parameters:
x - x position of the handle (absolute position)
y - y position of the handle (absolute position)
Returns:
instance of new handle.

Cytoscape 3.0.0-beta1 API

Copyright 2011 Cytoscape Consortium. All rights reserved.