Class DisplayParameters


  • public class DisplayParameters
    extends Object
    • Field Detail

      • showingGrid

        protected static boolean showingGrid
      • showingCoordinates

        protected static boolean showingCoordinates
      • isMagnifyingTopology

        protected static boolean isMagnifyingTopology
      • topologyStretchSize

        protected static double topologyStretchSize
      • MAX_DISPLAY_POINTS

        public static int MAX_DISPLAY_POINTS
    • Constructor Detail

      • DisplayParameters

        public DisplayParameters()
    • Method Detail

      • isShowingGrid

        public static boolean isShowingGrid()
      • setShowingGrid

        public static void setShowingGrid​(boolean show)
      • isRevealingTopology

        public static boolean isRevealingTopology()
      • setRevealingTopology

        public static void setRevealingTopology​(boolean show)
      • setTopologyStretchSize

        public static void setTopologyStretchSize​(double pixels)
      • getTopologyStretchSize

        public static double getTopologyStretchSize()