Class Perspectives


  • public final class Perspectives
    extends java.lang.Object
    Utility methods for perspective classes.
    • Field Detail

      • DEFAULT_POSITION

        public static final PerspectivePos DEFAULT_POSITION
      • DEFAULT_PERSPECTIVE

        public static final java.lang.Class<? extends Perspective> DEFAULT_PERSPECTIVE
    • Method Detail

      • perspectiveDisplayProperties

        public static DisplayProperties perspectiveDisplayProperties​(java.lang.Class<? extends Perspective> perspective)
        Retrieves the display properties from the given perspective.
        Parameters:
        perspective - the perspective (class) from which to retrieve properties
        Returns:
        the retrieved properties
      • perspectiveDefaultGraphics

        public static javafx.scene.Node perspectiveDefaultGraphics()