public interface PerspectiveController
The default perspective implementations can be found in the 'Desktop Perspective' module.
The property org.gephi.perspective.default can be added at startup to change the default starting perspective:
Perspective
Modifier and Type | Method and Description |
---|---|
Perspective[] |
getPerspectives()
Returns all perspectives installed.
|
Perspective |
getSelectedPerspective()
Returns the selected perspective or
null if no perspective
is selected. |
void |
selectPerspective(Perspective perspective)
Switch the current perspective to the given perspective.
|
Perspective getSelectedPerspective()
null
if no perspective
is selected. By default the 'Overview' perspective is selected.null
Perspective[] getPerspectives()
Lookup.getDefault().lookupAll(Perspective.class)
.void selectPerspective(Perspective perspective)
perspective
- the perspective to selectCopyright © 2007–2015 Gephi Consortium. All rights reserved.