Class DisplayParameters


  • public class DisplayParameters
    extends java.lang.Object
    • Field Detail

      • showingGrid

        protected static boolean showingGrid
      • showingStructure

        protected static boolean showingStructure
      • showingOrientation

        protected static boolean showingOrientation
      • showingVertices

        protected static boolean showingVertices
      • showingLabel

        protected static boolean showingLabel
      • showingCoordinates

        protected static boolean showingCoordinates
      • isMagnifyingTopology

        protected static boolean isMagnifyingTopology
      • topologyStretchSize

        protected static double topologyStretchSize
      • MAX_DISPLAY_POINTS

        public static int MAX_DISPLAY_POINTS
      • fillType

        private static int fillType
    • Constructor Detail

      • DisplayParameters

        public DisplayParameters()
    • Method Detail

      • isShowingStructure

        public static boolean isShowingStructure()
      • setShowingStructure

        public static void setShowingStructure​(boolean show)
      • isShowingOrientation

        public static boolean isShowingOrientation()
      • setShowingOrientation

        public static void setShowingOrientation​(boolean show)
      • isShowingGrid

        public static boolean isShowingGrid()
      • setShowingGrid

        public static void setShowingGrid​(boolean show)
      • isShowingVertices

        public static boolean isShowingVertices()
      • setShowingVertices

        public static void setShowingVertices​(boolean show)
      • setShowingLabel

        public static void setShowingLabel​(boolean show)
      • isShowingLabel

        public static boolean isShowingLabel()
      • isMagnifyingTopology

        public static boolean isMagnifyingTopology()
      • setMagnifyingTopology

        public static void setMagnifyingTopology​(boolean show)
      • setTopologyStretchSize

        public static void setTopologyStretchSize​(double pixels)
      • getTopologyStretchSize

        public static double getTopologyStretchSize()
      • fillType

        public static int fillType()
      • setFillType

        public static void setFillType​(int type)