GraphDisplayOptions

Package: ghidra.service.graph
Type: class

10.4_PUBLIC

addedmethod: displayEditor
void displayEditor(docking.Tool tool, ghidra.util.HelpLocation help)
addedmethod: registerOptions
void registerOptions(docking.Tool tool, ghidra.util.HelpLocation help)
removedfield: DEFAULT
static ghidra.service.graph.GraphDisplayOptions DEFAULT

10.3_PUBLIC

addedmethod: configureEdgeType
void configureEdgeType(java.lang.String edgeType, java.lang.String themeColorId)
addedmethod: configureVertexType
void configureVertexType(java.lang.String vertexType, ghidra.service.graph.VertexShape vertexShape, java.lang.String themeColorId)
addedmethod: setDefaultEdgeColor
void setDefaultEdgeColor(java.lang.String themeColorId)
addedmethod: setDefaultVertexColor
void setDefaultVertexColor(java.lang.String themeColorId)
addedmethod: setEdgeColor
void setEdgeColor(java.lang.String edgeType, java.lang.String themeColorId)
addedmethod: setEdgeSelectionColor
void setEdgeSelectionColor(java.lang.String themeColorId)
addedmethod: setFont
void setFont(java.lang.String themeFontId)
addedmethod: setVertexColor
void setVertexColor(java.lang.String vertexType, java.lang.String themeColorId)
addedmethod: setVertexSelectionColor
void setVertexSelectionColor(java.lang.String themeColorId)

10.1_PUBLIC

introducedInitial version