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. |
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.
Copyright 2011 Cytoscape Consortium. All rights reserved.