Uses of Interface
org.gephi.perspective.spi.Perspective
-
Packages that use Perspective Package Description org.gephi.perspective org.gephi.perspective.api -
-
Uses of Perspective in org.gephi.perspective
Fields in org.gephi.perspective declared as Perspective Modifier and Type Field Description private Perspective[]PerspectiveControllerImpl. perspectivesMethods in org.gephi.perspective that return Perspective Modifier and Type Method Description Perspective[]PerspectiveControllerImpl. getPerspectives()PerspectivePerspectiveControllerImpl. getSelectedPerspective()Methods in org.gephi.perspective with parameters of type Perspective Modifier and Type Method Description private voidPerspectiveControllerImpl. openAndCloseMembers(Perspective perspective)voidPerspectiveControllerImpl. selectPerspective(Perspective perspective) -
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.
-