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.PerspectivePerspectiveController. getSelectedPerspective()Returns the selected perspective ornullif no perspective is selected.Methods in org.gephi.perspective.api with parameters of type Perspective Modifier and Type Method Description voidPerspectiveController. selectPerspective(Perspective perspective)Switch the current perspective to the given perspective.
-