Class DisplayParameters
java.lang.Object
org.locationtech.jtstest.testbuilder.model.DisplayParameters
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
private static int
protected static boolean
static int
protected static boolean
protected static boolean
protected static boolean
protected static boolean
protected static boolean
protected static boolean
protected static double
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic int
fillType()
static double
static boolean
static boolean
static boolean
static boolean
static boolean
static boolean
static void
setFillType
(int type) static void
setMagnifyingTopology
(boolean show) static void
setShowingGrid
(boolean show) static void
setShowingLabel
(boolean show) static void
setShowingOrientation
(boolean show) static void
setShowingStructure
(boolean show) static void
setShowingVertices
(boolean show) static void
setTopologyStretchSize
(double pixels)
-
Field Details
-
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:
-
FILL_VARY
public static final int FILL_VARY- See Also:
-
FILL_RAINBOW
public static final int FILL_RAINBOW- See Also:
-
FILL_RAINBOW_RANDOM
public static final int FILL_RAINBOW_RANDOM- See Also:
-
fillType
private static int fillType
-
-
Constructor Details
-
DisplayParameters
public DisplayParameters()
-
-
Method Details
-
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)
-