Class DisplayParameters
- java.lang.Object
-
- org.locationtech.jtstest.testbuilder.model.DisplayParameters
-
public class DisplayParameters extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static intFILL_BASICstatic intFILL_RAINBOWstatic intFILL_RAINBOW_RANDOMstatic intFILL_VARYprivate static intfillTypeprotected static booleanisMagnifyingTopologystatic intMAX_DISPLAY_POINTSprotected static booleanshowingCoordinatesprotected static booleanshowingGridprotected static booleanshowingLabelprotected static booleanshowingOrientationprotected static booleanshowingStructureprotected static booleanshowingVerticesprotected static doubletopologyStretchSize
-
Constructor Summary
Constructors Constructor Description DisplayParameters()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static intfillType()static doublegetTopologyStretchSize()static booleanisMagnifyingTopology()static booleanisShowingGrid()static booleanisShowingLabel()static booleanisShowingOrientation()static booleanisShowingStructure()static booleanisShowingVertices()static voidsetFillType(int type)static voidsetMagnifyingTopology(boolean show)static voidsetShowingGrid(boolean show)static voidsetShowingLabel(boolean show)static voidsetShowingOrientation(boolean show)static voidsetShowingStructure(boolean show)static voidsetShowingVertices(boolean show)static voidsetTopologyStretchSize(double pixels)
-
-
-
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
-
FILL_BASIC
public static final int FILL_BASIC
- See Also:
- Constant Field Values
-
FILL_VARY
public static final int FILL_VARY
- See Also:
- Constant Field Values
-
FILL_RAINBOW
public static final int FILL_RAINBOW
- See Also:
- Constant Field Values
-
FILL_RAINBOW_RANDOM
public static final int FILL_RAINBOW_RANDOM
- See Also:
- Constant Field Values
-
fillType
private static int fillType
-
-
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)
-
-