public class DisplayParameters extends Object
Modifier and Type | Field and Description |
---|---|
static int |
FILL_BASIC |
static int |
FILL_RAINBOW |
static int |
FILL_RAINBOW_RANDOM |
static int |
FILL_VARY |
protected static boolean |
isMagnifyingTopology |
static int |
MAX_DISPLAY_POINTS |
protected static boolean |
showingCoordinates |
protected static boolean |
showingGrid |
protected static boolean |
showingLabel |
protected static boolean |
showingOrientation |
protected static boolean |
showingStructure |
protected static boolean |
showingVertices |
protected static double |
topologyStretchSize |
Constructor and Description |
---|
DisplayParameters() |
Modifier and Type | Method and Description |
---|---|
static int |
fillType() |
static double |
getTopologyStretchSize() |
static boolean |
isMagnifyingTopology() |
static boolean |
isShowingGrid() |
static boolean |
isShowingLabel() |
static boolean |
isShowingOrientation() |
static boolean |
isShowingStructure() |
static boolean |
isShowingVertices() |
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) |
protected static boolean showingGrid
protected static boolean showingStructure
protected static boolean showingOrientation
protected static boolean showingVertices
protected static boolean showingLabel
protected static boolean showingCoordinates
protected static boolean isMagnifyingTopology
protected static double topologyStretchSize
public static int MAX_DISPLAY_POINTS
public static final int FILL_BASIC
public static final int FILL_VARY
public static final int FILL_RAINBOW
public static final int FILL_RAINBOW_RANDOM
public static boolean isShowingStructure()
public static void setShowingStructure(boolean show)
public static boolean isShowingOrientation()
public static void setShowingOrientation(boolean show)
public static boolean isShowingGrid()
public static void setShowingGrid(boolean show)
public static boolean isShowingVertices()
public static void setShowingVertices(boolean show)
public static void setShowingLabel(boolean show)
public static boolean isShowingLabel()
public static boolean isMagnifyingTopology()
public static void setMagnifyingTopology(boolean show)
public static void setTopologyStretchSize(double pixels)
public static double getTopologyStretchSize()
public static int fillType()
public static void setFillType(int type)
Copyright © 2021. All rights reserved.