Package ghidra.graph.viewer.options
Class VisualGraphOptions
java.lang.Object
ghidra.graph.viewer.options.VisualGraphOptions
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final GColorstatic final Stringstatic final Stringprotected Colorstatic final Stringstatic final Stringprotected booleanstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringprotected booleanprotected booleanprotected booleanThis should be true by default when 'scrollWheelPans' is true by defaultstatic final Stringstatic final Stringprotected ViewRestoreOption -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanvoidloadOptions(Options options) voidregisterOptions(Options options, HelpLocation help) voidsetUseAnimation(boolean useAnimation) booleanbooleanboolean
-
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
-