public class CustomChartListener extends Object
| Constructor and Description |
|---|
CustomChartListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
addCustomGraphicsFactory(org.cytoscape.view.presentation.customgraphics.CyCustomGraphics2Factory<?> factory,
Map<Object,Object> serviceProps)
Adds a custom graphics factory if its ID matches the specified factory ID.
|
org.cytoscape.view.presentation.customgraphics.CyCustomGraphics2Factory<?> |
getFactory()
Retrieves the currently stored custom graphics factory.
|
void |
removeCustomGraphicsFactory(org.cytoscape.view.presentation.customgraphics.CyCustomGraphics2Factory<?> factory,
Map<Object,Object> serviceProps)
Removes the currently stored custom graphics factory.
|
public void addCustomGraphicsFactory(org.cytoscape.view.presentation.customgraphics.CyCustomGraphics2Factory<?> factory,
Map<Object,Object> serviceProps)
factory - The custom graphics factory to add.serviceProps - The service properties associated with the factory.public void removeCustomGraphicsFactory(org.cytoscape.view.presentation.customgraphics.CyCustomGraphics2Factory<?> factory,
Map<Object,Object> serviceProps)
factory - The custom graphics factory to remove.serviceProps - The service properties associated with the factory.public org.cytoscape.view.presentation.customgraphics.CyCustomGraphics2Factory<?> getFactory()
Copyright © 2024. All rights reserved.