Class DisplayParameters
java.lang.Object
org.locationtech.jtstest.testbuilder.model.DisplayParameters
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static boolean
static int
protected static boolean
protected static boolean
protected static double
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic double
static boolean
static boolean
static void
setRevealingTopology
(boolean show) static void
setShowingGrid
(boolean show) static void
setTopologyStretchSize
(double pixels)
-
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()
-