@Deprecated public interface DefaultViewEditor
Module: vizmap-gui-api
To use this in your app, include the following dependency in your POM:
<dependency> <groupId>org.cytoscape</groupId> <artifactId>vizmap-gui-api</artifactId> </dependency>
Modifier and Type | Method and Description |
---|---|
Component |
getDefaultView(VisualStyle vs)
Deprecated.
|
void |
showEditor(Component parent)
Deprecated.
|
@Deprecated Component getDefaultView(VisualStyle vs)
vs
- The VisualStyle
to get the default view of.@Deprecated void showEditor(Component parent)
parent
- The component in which the default view should be shown.Copyright 2011-2015 Cytoscape Consortium. All rights reserved.