use of org.cytoscape.view.vizmap.gui.core.internal.cellrenderer.ContinuousMappingCellRendererFactoryImpl in project cytoscape-impl by cytoscape.
the class CyActivator method start.
@Override
public void start(BundleContext context) throws Exception {
ContinuousMappingCellRendererFactory factory = new ContinuousMappingCellRendererFactoryImpl();
registerService(context, factory, ContinuousMappingCellRendererFactory.class);
}
Aggregations