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 booleanisMagnifyingTopologystatic intMAX_DISPLAY_POINTSprotected static booleanshowingCoordinatesprotected static booleanshowingGridprotected static doubletopologyStretchSize
-
Constructor Summary
Constructors Constructor Description DisplayParameters()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static doublegetTopologyStretchSize()static booleanisRevealingTopology()static booleanisShowingGrid()static voidsetRevealingTopology(boolean show)static voidsetShowingGrid(boolean show)static voidsetTopologyStretchSize(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()
-
-