Package ghidra.graph.viewer.options
Class VisualGraphOptions
java.lang.Object
ghidra.graph.viewer.options.VisualGraphOptions
-
Field Summary
Modifier and TypeFieldDescriptionstatic final GColor
static final String
static final String
protected Color
static final String
static final String
protected boolean
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
protected boolean
protected boolean
protected boolean
This should be true by default when 'scrollWheelPans' is true by defaultstatic final String
static final String
protected ViewRestoreOption
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
void
loadOptions
(Options options) void
registerOptions
(Options options, HelpLocation help) void
setUseAnimation
(boolean useAnimation) boolean
boolean
boolean
-
Field Details
-
GRAPH_BACKGROUND_COLOR_KEY
- See Also:
-
GRAPH_BACKGROUND_COLOR_DESCRPTION
- See Also:
-
SHOW_ANIMATION_OPTIONS_KEY
- See Also:
-
SHOW_ANIMATION_DESCRIPTION
- See Also:
-
USE_MOUSE_RELATIVE_ZOOM_KEY
- See Also:
-
USE_MOUSE_RELATIVE_ZOOM_DESCRIPTION
- See Also:
-
USE_CONDENSED_LAYOUT_KEY
- See Also:
-
USE_CONDENSED_LAYOUT_DESCRIPTION
- See Also:
-
SCROLL_WHEEL_PANS_KEY
- See Also:
-
SCROLL_WHEEL_PANS_DESCRIPTION
-
USE_STICKY_SELECTION_KEY
- See Also:
-
USE_STICKY_SELECTION_DESCRIPTION
- See Also:
-
VIEW_RESTORE_OPTIONS_KEY
- See Also:
-
VIEW_RESTORE_OPTIONS_DESCRIPTION
- See Also:
-
DEFAULT_GRAPH_BACKGROUND_COLOR
-
graphBackgroundColor
-
useAnimation
protected boolean useAnimation -
scrollWheelPans
protected boolean scrollWheelPans -
useMouseRelativeZoom
protected boolean useMouseRelativeZoomThis should be true by default when 'scrollWheelPans' is true by default -
useCondensedLayout
protected boolean useCondensedLayout -
viewRestoreOption
-
-
Constructor Details
-
VisualGraphOptions
public VisualGraphOptions()
-
-
Method Details
-
getGraphBackgroundColor
-
isDefaultBackgroundColor
-
getScrollWheelPans
public boolean getScrollWheelPans() -
getViewRestoreOption
-
setUseAnimation
public void setUseAnimation(boolean useAnimation) -
useAnimation
public boolean useAnimation() -
useMouseRelativeZoom
public boolean useMouseRelativeZoom() -
useCondensedLayout
public boolean useCondensedLayout() -
registerOptions
-
loadOptions
-