Uses of Interface
org.gephi.perspective.spi.Perspective
-
Packages that use Perspective Package Description org.gephi.perspective.api API for perspective management. -
-
Uses of Perspective in org.gephi.perspective.api
Methods in org.gephi.perspective.api that return Perspective Modifier and Type Method Description Perspective[]
PerspectiveController. getPerspectives()
Returns all perspectives installed.Perspective
PerspectiveController. getSelectedPerspective()
Returns the selected perspective ornull
if no perspective is selected.Methods in org.gephi.perspective.api with parameters of type Perspective Modifier and Type Method Description void
PerspectiveController. selectPerspective(Perspective perspective)
Switch the current perspective to the given perspective.
-