Class DisplayParameters
- java.lang.Object
-
- org.locationtech.jtstest.testbuilder.model.DisplayParameters
-
public class DisplayParameters extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected static boolean
isMagnifyingTopology
static int
MAX_DISPLAY_POINTS
protected static boolean
showingCoordinates
protected static boolean
showingGrid
protected static double
topologyStretchSize
-
Constructor Summary
Constructors Constructor Description DisplayParameters()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static double
getTopologyStretchSize()
static boolean
isRevealingTopology()
static boolean
isShowingGrid()
static void
setRevealingTopology(boolean show)
static void
setShowingGrid(boolean show)
static void
setTopologyStretchSize(double pixels)
-
-
-
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
-
-
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()
-
-