public interface DefaultViewEditor
Modifier and Type | Method and Description |
---|---|
Component |
getDefaultView(VisualStyle vs)
For a given visual style name, return a component containing
a graphical view of the specified visual style.
|
void |
showEditor(Component parent)
Show the default view editor in the specified parent component.
|
Component getDefaultView(VisualStyle vs)
vs
- The VisualStyle
to get the default view of.void showEditor(Component parent)
parent
- The component in which the default view should be shown.Copyright 2011 Cytoscape Consortium. All rights reserved.