V
- the type of verticesE
- the type of edgespublic class BipartiteLayoutToolBarExtension<V extends Vertex,E extends Edge> extends ToolBarExtension
BipartiteLayoutToolBarExtension(GraphView, boolean, LanguageFile, String)
to specify a language file from which
labels, tooltips and messages are read by the given language id. The following language labels are available:
Constructor and Description |
---|
BipartiteLayoutToolBarExtension(GraphView<V,E> graphView)
Creates a new bipartite layout toolbar extension.
|
BipartiteLayoutToolBarExtension(GraphView<V,E> graphView,
boolean nonIncidentVerticesToSubset1)
Creates a new bipartite layout toolbar extension.
|
BipartiteLayoutToolBarExtension(GraphView<V,E> graphView,
boolean nonIncidentVerticesToSubset1,
LanguageFile langFile,
java.lang.String langID)
Creates a new bipartite layout toolbar extension.
|
BipartiteLayoutToolBarExtension(GraphView<V,E> graphView,
boolean nonIncidentVerticesToSubset1,
LanguageFile langFile,
java.lang.String langID,
boolean startsWithSeparator)
Creates a new bipartite layout toolbar extension.
|
addButton, addSeparator, apply, getMenuOptionIcon, getMenuOptionText, getShowInMenu, isEnabled, remove, setEnabled, showMenuOption
public BipartiteLayoutToolBarExtension(GraphView<V,E> graphView) throws java.lang.IllegalArgumentException
graphView
- the graph view on which the extension is appliedjava.lang.IllegalArgumentException
- public BipartiteLayoutToolBarExtension(GraphView<V,E> graphView, boolean nonIncidentVerticesToSubset1) throws java.lang.IllegalArgumentException
graphView
- the graph view on which the extension is appliednonIncidentVerticesToSubset1
- true
if non-incident vertices should be added to subset 1 or false
to add non-incident vertices to subset 2java.lang.IllegalArgumentException
- public BipartiteLayoutToolBarExtension(GraphView<V,E> graphView, boolean nonIncidentVerticesToSubset1, LanguageFile langFile, java.lang.String langID) throws java.lang.IllegalArgumentException
LanguageFile
and a language id to display language dependent
messages or tooltips. The following language labels are available:
graphView
- the graph view on which the extension is appliednonIncidentVerticesToSubset1
- true
if non-incident vertices should be added to subset 1 or false
to add non-incident vertices to subset 2langFile
- the language file with labels for the tooltips of the toolbar buttonslangID
- the language idjava.lang.IllegalArgumentException
- public BipartiteLayoutToolBarExtension(GraphView<V,E> graphView, boolean nonIncidentVerticesToSubset1, LanguageFile langFile, java.lang.String langID, boolean startsWithSeparator) throws java.lang.IllegalArgumentException
LanguageFile
and a language id to display language dependent
messages or tooltips. The following language labels are available:
graphView
- the graph view on which the extension is appliednonIncidentVerticesToSubset1
- true
if non-incident vertices should be added to subset 1 or false
to add non-incident vertices to subset 2langFile
- the language file with labels for the tooltips of the toolbar buttonslangID
- the language idstartsWithSeparator
- true
if the extension should be separated from the other elements in the toolbar otherwise false
java.lang.IllegalArgumentException
-