Class DisplayParameters

java.lang.Object
org.locationtech.jtstest.testbuilder.model.DisplayParameters

public class DisplayParameters extends Object
  • Field Details

    • 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 Details

    • DisplayParameters

      public DisplayParameters()
  • Method Details

    • 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()