Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X Y _ 

D

DARKBLUE - Static variable in class scriptinterface.defaulttypes.GColor
 
DARKGRAY - Static variable in class scriptinterface.defaulttypes.GColor
 
DARKGREEN - Static variable in class scriptinterface.defaulttypes.GColor
 
DARKRED - Static variable in class scriptinterface.defaulttypes.GColor
 
DARKYELLOW - Static variable in class scriptinterface.defaulttypes.GColor
 
data - Variable in class graphana.graphs.defaulttypes.StdEdge
 
data - Variable in class graphana.graphs.defaulttypes.StdVertex
 
data - Variable in class libraries.jgrapht.JGraphTWeightedEdge
 
dataredCliques(GraphLibrary<VertexType, EdgeType>) - Method in class operations.graphoperations.algorithms.AlgosClusterEditing
 
DataToken - Class in genscript.syntax.tokens
 
DataToken(TokenIdentifier, int, Object) - Constructor for class genscript.syntax.tokens.DataToken
 
deb(String, Object) - Method in class genscript.parse.SearchGraph
 
deb() - Method in class genscript.parse.SearchGraph
 
deb(Object) - Method in class genscript.parse.SearchGraph
 
deb(Object) - Static method in class global.Debug
Prints the given object as string, but only, if the static variable debugOn is true
debug - Variable in class genscript.syntax.Consts
 
Debug - Class in global
Contains static methods for debug output
Debug() - Constructor for class global.Debug
 
debugOn - Static variable in class global.Debug
Debug messages are only printed, if this boolean is true
decId() - Method in class graphana.graphs.defaultstates.StatusId
Decrements the ID by one
decIn(HashMap<VertexType, Integer>, VertexType) - Method in class operations.graphoperations.algorithms.AlgosConnectedComponents
 
DEFAULT - Static variable in class graphana.graphs.visualization.drawmodifiers.defaultmodifiers.CycleShape
 
DEFAULT - Static variable in class graphana.graphs.visualization.drawmodifiers.defaultmodifiers.DefaultEdgeArrow
 
DEFAULT - Static variable in class graphana.graphs.visualization.drawmodifiers.defaultmodifiers.EdgeStrokeDash
 
DEFAULT - Static variable in class graphana.graphs.visualization.drawmodifiers.defaultmodifiers.EdgeStrokeSolid
 
DEFAULT - Static variable in class visualizations.drawmodifiers.AutosizeEllipseShape
 
DEFAULT - Static variable in class visualizations.drawmodifiers.AutosizeRectShape
 
DEFAULT - Static variable in class visualizations.drawmodifiers.FixedEllipseShape
 
DEFAULT - Static variable in class visualizations.drawmodifiers.FixedRectShape
 
DEFAULT_BACKGROUND_COLOR - Static variable in class view.guicomponents.TitledPanel
 
DEFAULT_BORDER_COLOR - Static variable in class view.guicomponents.TitledPanel
 
DEFAULT_FONT - Static variable in class view.argumentcomponents.ArgumentComponent
 
DEFAULT_FONT - Static variable in class view.guicomponents.TitledPanel
 
DEFAULT_FONT_COLOR - Static variable in class view.guicomponents.TitledPanel
 
DEFAULT_INNER_BORDER - Static variable in class view.argumentcomponents.ArgumentComponent
 
DEFAULT_TEXT_BORDER - Static variable in class view.argumentcomponents.ArgumentComponent
 
DefaultArgumentComponentFactory - Class in view.argumentcomponents
General arguments components factory that produces instances of a specified ArgumentComponent class
DefaultArgumentComponentFactory(Class<? extends ArgumentComponent>) - Constructor for class view.argumentcomponents.DefaultArgumentComponentFactory
Creates an instance with the given class
DefaultCasts - Class in scriptinterface.defaulttypes
Contains static methods to put some default type casts into a given Graphana script system
DefaultCasts() - Constructor for class scriptinterface.defaulttypes.DefaultCasts
 
DefaultCasts.AnyToArray - Class in scriptinterface.defaulttypes
 
DefaultCasts.AnyToSet - Class in scriptinterface.defaulttypes
 
DefaultCasts.AnyToString - Class in scriptinterface.defaulttypes
 
DefaultCasts.AnyToVector - Class in scriptinterface.defaulttypes
 
DefaultCasts.FilesToCFiles - Class in scriptinterface.defaulttypes
 
DefaultCasts.FileToExistingFile - Class in scriptinterface.defaulttypes
 
DefaultCasts.FileToString - Class in scriptinterface.defaulttypes
 
DefaultCasts.FormatToString - Class in scriptinterface.defaulttypes
 
DefaultCasts.IntegerToDouble - Class in scriptinterface.defaulttypes
 
DefaultCasts.IntegerToPositiveInteger - Class in scriptinterface.defaulttypes
 
DefaultCasts.Iterables - Class in scriptinterface.defaulttypes
 
DefaultCasts.SetToCFiles - Class in scriptinterface.defaulttypes
 
DefaultCasts.SetToFiles - Class in scriptinterface.defaulttypes
 
DefaultCasts.StringToCFiles - Class in scriptinterface.defaulttypes
 
DefaultCasts.StringToExistingFile - Class in scriptinterface.defaulttypes
 
DefaultCasts.StringToFile - Class in scriptinterface.defaulttypes
 
DefaultCasts.StringToFileFormat - Class in scriptinterface.defaulttypes
 
DefaultCasts.StringToFiles - Class in scriptinterface.defaulttypes
 
DefaultCasts.VectorToCFiles - Class in scriptinterface.defaulttypes
 
DefaultCasts.VectorToFiles - Class in scriptinterface.defaulttypes
 
DEFAULTDIRECTED - Static variable in class graphana.graphs.GraphLibrary
 
DefaultEdgeArrow - Class in graphana.graphs.visualization.drawmodifiers.defaultmodifiers
Draws a triangle forming a rotated arrow.
DefaultEdgeArrow(float, float) - Constructor for class graphana.graphs.visualization.drawmodifiers.defaultmodifiers.DefaultEdgeArrow
Creates an instance with the given arrow properties
DEFAULTFORCELOOPFREE - Static variable in class graphana.graphs.GraphLibrary
 
DEFAULTLAYOUT - Variable in class operations.commands.CmdsVisualization
 
DefaultSignature - Class in scriptinterface
A default SignatureInterface implementation which extracts the information of a signature string and transforms it into an easy to access data structure.
DefaultSignature() - Constructor for class scriptinterface.DefaultSignature
 
DefaultTypeSystem - Class in genscript.types
 
DefaultTypeSystem() - Constructor for class genscript.types.DefaultTypeSystem
 
DEFAULTWEIGHTED - Static variable in class graphana.graphs.GraphLibrary
 
degree - Variable in class graphana.util.DegreeStatus
 
DegreeLists<VertexType> - Class in graphana.util
Sorts the vertices of an input graph by degrees and holds them in a list.
DegreeLists(GraphLibrary<VertexType, ?>, boolean, boolean) - Constructor for class graphana.util.DegreeLists
Creates a new instance with the given graph and configuration
DegreeStatus<VertexType> - Class in graphana.util
Vertex status to hold the degree in order that it can be quickly retreived without computing and the list entry of the corresponding DegreeList
DegreeStatus(int, QuickList.Entry<VertexType>) - Constructor for class graphana.util.DegreeStatus
 
DegreeType - Enum in graphana.model
 
deleted(VertexType) - Method in class graphana.util.LegacyDegreeList
Tells whether or not, the given vertex is considered as deleted.
deleted - Variable in class operations.graphoperations.algorithms.AlgoCVDHeuristic.CVD
 
deleteDegree(int) - Method in class graphana.util.DegreeLists
Deletes vertices with the given degree until there is no vertex with that degree anymore.
deleteDegree(int) - Method in class graphana.util.LegacyDegreeList
Deletes vertices with the given degree until there is no vertex with that degree anymore.
deleteEdge(int, int) - Method in class operations.graphoperations.algorithms.AlgoCVDHeuristic.CVD
 
deleteLoops() - Method in class graphana.graphs.GraphLibrary
Makes the graph loop-free by removing every self loop of the graph.
deleteNode(int) - Method in class operations.graphoperations.algorithms.AlgoCVDHeuristic.CVD
 
deleteRandomEdge(GraphLibrary<VertexType, EdgeType>) - Static method in class operations.graphoperations.GrOpsRandomGraphs
 
DeleteTokenAction - Class in graphloaders.oldDotParser.actions
Deletes one token frome the token stack.
DeleteTokenAction() - Constructor for class graphloaders.oldDotParser.actions.DeleteTokenAction
 
deleteVertex(VertexType) - Method in class graphana.util.LegacyDegreeList
 
deleteWarning() - Method in class graphana.graphs.GraphLibrary
Clears the recent warning
demoteNode(VertexType) - Method in class graphana.util.LegacyDegreeList
 
derivAddEdge(VertexType, VertexType) - Method in class graphana.graphs.GraphLibrary
Must create an edge and add it to the internal graph.
derivAddEdge(StdVertex, StdVertex) - Method in class libraries.jgrapht.JGraphTLib
 
derivAddEdge(StdVertex, StdVertex) - Method in class libraries.jung.JungLib
 
derivAddEdge(LibTWVertex, LibTWVertex) - Method in class libraries.libtw.LibTW
 
derivAddVertex() - Method in class graphana.graphs.GraphLibrary
Must create a vertex and add it to the internal graph.
derivAddVertex() - Method in class libraries.jgrapht.JGraphTLib
 
derivAddVertex() - Method in class libraries.jung.JungLib
 
derivAddVertex() - Method in class libraries.libtw.LibTW
 
derivAlgorithmMessage(String, String) - Method in class graphana.UserInterface
 
derivAlgorithmMessage(String, String) - Method in class graphana.UserInterface.NullUserInterface
 
derivAlgorithmMessage(String, String) - Method in class view.VisualizingUserInterface
Associates the given message with the given title key of an algorithm visualization and prints the message if the visualization is active.
derivCopyFromExistingGraph(Object, GraphLibrary<?, ?>) - Method in class graphana.graphs.GraphLibrary
Copies the contents of the given graph instance into the given graph library.
derivCopyFromExistingGraph(Object, GraphLibrary<?, ?>) - Method in class libraries.jgrapht.JGraphTLib
 
derivCopyFromExistingGraph(Object, GraphLibrary<?, ?>) - Method in class libraries.jung.JungLib
 
derivCreateGraph(boolean, boolean, boolean) - Method in class graphana.graphs.GraphLibrary
Must create the internal graph with the given COnfiguration.
derivCreateGraph(boolean, boolean, boolean) - Method in class libraries.jgrapht.JGraphTLib
 
derivCreateGraph(boolean, boolean, boolean) - Method in class libraries.jung.JungLib
 
derivCreateGraph(boolean, boolean, boolean) - Method in class libraries.libtw.LibTW
 
derivedPrintWarning(String, CallMetadata) - Method in class graphana.UserInterface
Prints the given warning message together with the string representation of the call meta data.
derivedPrintWarning(String, CallMetadata) - Method in class graphana.UserInterface.NullUserInterface
 
derivedResultOutput(ExecutionReturn) - Method in class graphana.UserInterface
 
derivedResultOutput(ExecutionReturn) - Method in class graphana.UserInterface.NullUserInterface
 
derivedUserOutput(String) - Method in class graphana.UserInterface
 
derivedUserOutput(String) - Method in class graphana.UserInterface.NullUserInterface
 
derivedUserOutput(String) - Method in class view.userinterfaces.ConsoleInteraction
Prints the given message in the console.
derivedUserOutput(String) - Method in class view.userinterfaces.GUIUserInterface
 
derivExecute(ScopeType) - Method in class genscript.defaultops.basic.OpBrackets
 
derivExecute(ScopeType) - Method in class genscript.defaultops.basic.OpForLoop
 
derivExecute(ScopeType) - Method in class genscript.defaultops.basic.OpGroupBasicSyntax.OpAnd
 
derivExecute(ScopeType) - Method in class genscript.defaultops.basic.OpGroupBasicSyntax.OpIfThen
 
derivExecute(ScopeType) - Method in class genscript.defaultops.basic.OpGroupBasicSyntax.OpIfThenElse
 
derivExecute(ScopeType) - Method in class genscript.defaultops.basic.OpGroupBasicSyntax.OpOr
 
derivExecute(ScopeType) - Method in class genscript.defaultops.basic.OpGroupBasicSyntax.OpTry
 
derivExecute(ScopeType) - Method in class genscript.defaultops.basic.OpStatements
 
derivExecute(ScopeType) - Method in class genscript.defaultops.basic.OpStatementsClosed
 
derivExecute(ScopeType) - Method in class genscript.defaultops.basic.OpWhileLoop
 
derivExecute(ScopeType, ExecutionResult<?>[]) - Method in class genscript.defaultops.math.OpAddition
 
derivExecute(ScopeType, ExecutionResult<?>[]) - Method in class genscript.defaultops.math.OpBigger
 
derivExecute(ScopeType, ExecutionResult<?>[]) - Method in class genscript.defaultops.math.OpBiggerEq
 
derivExecute(ScopeType, ExecutionResult<?>[]) - Method in class genscript.defaultops.math.OpDivision
 
derivExecute(ScopeType, ExecutionResult<?>[]) - Method in class genscript.defaultops.math.OpEagerAnd
 
derivExecute(ScopeType, ExecutionResult<?>[]) - Method in class genscript.defaultops.math.OpEagerOr
 
derivExecute(ScopeType, ExecutionResult<?>[]) - Method in class genscript.defaultops.math.OpEqual
 
derivExecute(ScopeType, ExecutionResult<?>[]) - Method in class genscript.defaultops.math.OpGetVectorElem
 
derivExecute(ScopeType, ExecutionResult<?>[]) - Method in class genscript.defaultops.math.OpGroupArithmetics.OpDegrees
 
derivExecute(ScopeType, ExecutionResult<?>[]) - Method in class genscript.defaultops.math.OpModulu
 
derivExecute(ScopeType, ExecutionResult<?>[]) - Method in class genscript.defaultops.math.OpMultiplication
 
derivExecute(ScopeType, ExecutionResult<?>[]) - Method in class genscript.defaultops.math.OpNot
 
derivExecute(ScopeType) - Method in class genscript.defaultops.math.OpSet
 
derivExecute(ScopeType, ExecutionResult<?>[]) - Method in class genscript.defaultops.math.OpSmaller
 
derivExecute(ScopeType, ExecutionResult<?>[]) - Method in class genscript.defaultops.math.OpSmallerEq
 
derivExecute(ScopeType, ExecutionResult<?>[]) - Method in class genscript.defaultops.math.OpSubtraction
 
derivExecute(ScopeType, ExecutionResult<?>[]) - Method in class genscript.defaultops.math.OpUnaryMinus
 
derivExecute(ScopeType, ExecutionResult<?>[]) - Method in class genscript.defaultops.math.OpVector
 
derivExecute(ExecutionScope) - Method in class genscript.defaultops.OpConst
 
derivExecute(ScopeType) - Method in class genscript.defaultops.OpQuit
 
derivExecute(ExecutionScope) - Method in class genscript.defaultops.OpUndef
 
derivExecute(ScopeType) - Method in class genscript.defaultops.OpVoid
 
derivExecute(ScopeType) - Method in class genscript.execution.ExecuterTreeElem
 
derivExecute(ScopeType, ExecutionResult<?>[]) - Method in class genscript.execution.ExecuterTreeNodeEager
 
derivExecute(ScopeType) - Method in class genscript.execution.ExecuterTreeNodeEager
 
derivExecute(GraphanaScriptScope, ExecutionResult[]) - Method in class graphana.script.bindings.basicops.GrOpApplication
 
derivExecute(GraphanaScriptScope) - Method in class graphana.script.bindings.basicops.GrOpAssignment
 
derivExecute(GraphanaScriptScope) - Method in class graphana.script.bindings.basicops.GrOpAssignmentAddition
 
derivExecute(GraphanaScriptScope) - Method in class graphana.script.bindings.basicops.GrOpAssignmentDivision
 
derivExecute(GraphanaScriptScope) - Method in class graphana.script.bindings.basicops.GrOpAssignmentModulu
 
derivExecute(GraphanaScriptScope) - Method in class graphana.script.bindings.basicops.GrOpAssignmentMultiplication
 
derivExecute(GraphanaScriptScope) - Method in class graphana.script.bindings.basicops.GrOpAssignmentSubtraction
 
derivExecute(GraphanaScriptScope, ExecutionResult<?>[]) - Method in class graphana.script.bindings.basicops.GrOpConstEdge
 
derivExecute(GraphanaScriptScope) - Method in class graphana.script.bindings.basicops.GrOpConstVertex
 
derivExecute(ScopeType) - Method in class graphana.script.bindings.basicops.GrOpForEach
 
derivExecute(GraphanaScriptScope) - Method in class graphana.script.bindings.basicops.GrOpGroupBasics.GrOpDefined
 
derivExecute(GraphanaScriptScope) - Method in class graphana.script.bindings.basicops.GrOpGroupBasics.GrOpPostfixDecrease
 
derivExecute(GraphanaScriptScope) - Method in class graphana.script.bindings.basicops.GrOpGroupBasics.GrOpPostfixIncrease
 
derivExecute(GraphanaScriptScope) - Method in class graphana.script.bindings.basicops.GrOpGroupBasics.GrOpPrefixDecrease
 
derivExecute(GraphanaScriptScope) - Method in class graphana.script.bindings.basicops.GrOpGroupBasics.GrOpPrefixIncrease
 
derivExecute(GraphanaScriptScope) - Method in class graphana.script.bindings.basicops.GrOpGroupBasics.OpTryCatch
 
derivExecute(GraphanaScriptScope, ExecutionResult<?>[]) - Method in class graphana.script.bindings.basicops.GrOpGroupOutput.GrOpPrint
 
derivExecute(GraphanaScriptScope, ExecutionResult<?>[]) - Method in class graphana.script.bindings.basicops.GrOpGroupOutput.GrOpWrite
 
derivExecute(GraphanaScriptScope) - Method in class graphana.script.bindings.basicops.GrOpIdentifier
 
derivExecute(GraphanaScriptScope) - Method in class graphana.script.bindings.basicops.GrOpMeasureAlgorithmTime
 
derivGetEdgeWeight(EdgeType) - Method in class graphana.graphs.GraphLibrary
Returns the weight of the given edge.
derivGetEdgeWeight(JGraphTWeightedEdge) - Method in class libraries.jgrapht.JGraphTLib
 
derivGetEdgeWeight(StdEdge) - Method in class libraries.jung.JungLib
 
derivGetEdgeWeight(LibTWEdge) - Method in class libraries.libtw.LibTW
 
derivGetEndVertex(EdgeType) - Method in class graphana.graphs.GraphLibrary
Returns the end point of the given edge.
derivGetEndVertex(JGraphTWeightedEdge) - Method in class libraries.jgrapht.JGraphTLib
 
derivGetEndVertex(StdEdge) - Method in class libraries.jung.JungLib
 
derivGetEndVertex(LibTWEdge) - Method in class libraries.libtw.LibTW
 
derivGetStartVertex(EdgeType) - Method in class graphana.graphs.GraphLibrary
Returns the start point of the given edge.
derivGetStartVertex(JGraphTWeightedEdge) - Method in class libraries.jgrapht.JGraphTLib
 
derivGetStartVertex(StdEdge) - Method in class libraries.jung.JungLib
 
derivGetStartVertex(LibTWEdge) - Method in class libraries.libtw.LibTW
 
derivInit(ReaderType) - Method in class genscript.execution.ExecuterTreeElem
 
derivInit(ReaderType) - Method in class genscript.execution.ExecuterTreeNodeEager
 
derivInit(ReaderType) - Method in class genscript.execution.ExecuterTreeNodeLazy
 
derivRemoveEdge(EdgeType) - Method in class graphana.graphs.GraphLibrary
Removes the given edge from the internal graph
derivRemoveEdge(JGraphTWeightedEdge) - Method in class libraries.jgrapht.JGraphTLib
 
derivRemoveEdge(StdEdge) - Method in class libraries.jung.JungLib
 
derivRemoveEdge(LibTWEdge) - Method in class libraries.libtw.LibTW
 
derivRemoveVertex(VertexType) - Method in class graphana.graphs.GraphLibrary
Removes the given vertex from the internal graph.
derivRemoveVertex(StdVertex) - Method in class libraries.jgrapht.JGraphTLib
 
derivRemoveVertex(StdVertex) - Method in class libraries.jung.JungLib
 
derivRemoveVertex(LibTWVertex) - Method in class libraries.libtw.LibTW
 
derivSetEdgeWeight(EdgeType, double) - Method in class graphana.graphs.GraphLibrary
Sets the given weight as the weight of the given edge.
derivSetEdgeWeight(JGraphTWeightedEdge, double) - Method in class libraries.jgrapht.JGraphTLib
 
derivSetEdgeWeight(StdEdge, double) - Method in class libraries.jung.JungLib
 
derivSetEdgeWeight(LibTWEdge, double) - Method in class libraries.libtw.LibTW
 
derivSetVertexIdent(VertexType, String) - Method in class graphana.graphs.GraphLibrary
Changes the identifier of the given vertex.
derivSetVertexIdent(StdVertex, String) - Method in class libraries.jgrapht.JGraphTLib
 
derivSetVertexIdent(StdVertex, String) - Method in class libraries.jung.JungLib
 
derivSetVertexIdent(LibTWVertex, String) - Method in class libraries.libtw.LibTW
 
derivShowGraph(GraphLibrary<VertexType, EdgeType>, String, String, int, int, boolean, boolean) - Method in class graphana.UserInterface
 
derivShowGraph(GraphLibrary<VertexType, EdgeType>, String, String, int, int, boolean, boolean) - Method in class graphana.UserInterface.NullUserInterface
 
derivShowGraph(GraphLibrary<VertexType, EdgeType>, String, String, int, int, boolean, boolean) - Method in class view.VisualizingUserInterface
Creates a new graph visualization with the given title key containing the given graph or replaces the visualization with the given title with the given graph, if such a visualization exists.
descendingIterator() - Method in class graphana.util.QuickList
 
Description - Class in descriptionfiles
Contains a description of an operation, a term or others.
Description(String, DescriptionType, String) - Constructor for class descriptionfiles.Description
Creates a new description instance.
Description(String, String, String) - Constructor for class descriptionfiles.Description
Creates a new description instance.
DescriptionFile - Class in descriptionfiles
Associated with one file containing multiple descriptions.
DescriptionFile(String, DescriptionFiles) - Constructor for class descriptionfiles.DescriptionFile
Creates a new instance by loading a description file.
descriptionfiles - package descriptionfiles
 
DescriptionFiles - Class in descriptionfiles
Contains a set of description files and delivers global key access to all descriptions.
DescriptionFiles() - Constructor for class descriptionfiles.DescriptionFiles
 
DescriptionType - Enum in descriptionfiles
 
DescSection - Class in descriptionfiles
A section within a description file.
DescSection(String) - Constructor for class descriptionfiles.DescSection
Creates a new instance and sets the given name as the heading.
DescSourceType - Enum in descriptionfiles
 
dfsVisit(GraphLibrary<VertexType, EdgeType>, HashMap<VertexType, AlgoFeedbackArcSet.Status>, VertexType, VertexType) - Method in class operations.graphoperations.algorithms.AlgoFeedbackArcSet
 
diameterBFS(GraphLibrary<VertexType, EdgeType>) - Method in class operations.graphoperations.algorithms.AlgoDiameter
 
DIGRAPH - Static variable in class graphloaders.antlrDotParser.DOTLexer
 
DIGRAPH - Static variable in class graphloaders.antlrDotParser.DOTParser
 
DIGRAPH() - Method in class graphloaders.antlrDotParser.DOTParser.GraphContext
 
DIMACSLoader - Class in graphloaders
Contains static methods for loading graphs from DIMACS files
DIMACSLoader() - Constructor for class graphloaders.DIMACSLoader
 
DimensionD - Class in graphana.model.mathobjects
Contains two double values to specify a two dimensional size
DimensionD(double, double) - Constructor for class graphana.model.mathobjects.DimensionD
Creates an instance with the given extents
DimensionD(double) - Constructor for class graphana.model.mathobjects.DimensionD
Creates an instance and sets the width and height to the given value
DimensionD() - Constructor for class graphana.model.mathobjects.DimensionD
Creates an instance with width and height set to zero
directed - Variable in class graphana.graphs.GraphLibrary
Determines, whether the graph is directed.
direction - Variable in class visualizations.stdlayout.EdgeVisualData
 
distinctMatch(AlgoCVDHeuristic.P3) - Method in class operations.graphoperations.algorithms.AlgoCVDHeuristic.P3
 
doOverwrite - Variable in class genscript.parse.SearchGraph
 
DOT_CHAR - Static variable in class graphana.model.string.FixedString
 
DotAction - Class in graphloaders.oldDotParser.parser
 
DotAction() - Constructor for class graphloaders.oldDotParser.parser.DotAction
 
DOTBaseListener - Class in graphloaders.antlrDotParser
This class provides an empty implementation of DOTListener, which can be extended to create a listener which only needs to handle a subset of the available methods.
DOTBaseListener() - Constructor for class graphloaders.antlrDotParser.DOTBaseListener
 
DotGraphAction - Class in graphloaders.oldDotParser.parser
 
DotGraphAction() - Constructor for class graphloaders.oldDotParser.parser.DotGraphAction
 
DotIdeBoolean - Class in graphloaders.oldDotParser.tokens
 
DotIdeBoolean(String, boolean) - Constructor for class graphloaders.oldDotParser.tokens.DotIdeBoolean
 
DotIdeColor - Class in graphloaders.oldDotParser.tokens
 
DotIdeColor(String, Color) - Constructor for class graphloaders.oldDotParser.tokens.DotIdeColor
 
DotIdentifier - Class in graphloaders.oldDotParser.tokens
 
DotIdentifier(String) - Constructor for class graphloaders.oldDotParser.tokens.DotIdentifier
 
DotIdeString - Class in graphloaders.oldDotParser.tokens
 
DotIdeString(String) - Constructor for class graphloaders.oldDotParser.tokens.DotIdeString
 
DotIdeType - Enum in graphloaders.oldDotParser.tokens
 
DOTLexer - Class in graphloaders.antlrDotParser
 
DOTLexer(CharStream) - Constructor for class graphloaders.antlrDotParser.DOTLexer
 
DOTListener - Interface in graphloaders.antlrDotParser
This interface defines a complete listener for a parse tree produced by DOTParser.
DotLoader - Class in graphloaders.oldDotParser
Deprecated.
DotLoader() - Constructor for class graphloaders.oldDotParser.DotLoader
Deprecated.
 
DotNTProductions - Class in graphloaders.oldDotParser.parser
 
DotNTProductions(TokenSet, String) - Constructor for class graphloaders.oldDotParser.parser.DotNTProductions
 
DOTParser - Class in graphloaders.antlrDotParser
 
DOTParser(TokenStream) - Constructor for class graphloaders.antlrDotParser.DOTParser
 
DOTParser.A_listContext - Class in graphloaders.antlrDotParser
 
DOTParser.Attr_listContext - Class in graphloaders.antlrDotParser
 
DOTParser.Attr_stmtContext - Class in graphloaders.antlrDotParser
 
DOTParser.Edge_stmtContext - Class in graphloaders.antlrDotParser
 
DOTParser.EdgeopContext - Class in graphloaders.antlrDotParser
 
DOTParser.EdgeRHSContext - Class in graphloaders.antlrDotParser
 
DOTParser.GraphContext - Class in graphloaders.antlrDotParser
 
DOTParser.IdContext - Class in graphloaders.antlrDotParser
 
DOTParser.Node_idContext - Class in graphloaders.antlrDotParser
 
DOTParser.Node_stmtContext - Class in graphloaders.antlrDotParser
 
DOTParser.PortContext - Class in graphloaders.antlrDotParser
 
DOTParser.Stmt_listContext - Class in graphloaders.antlrDotParser
 
DOTParser.StmtContext - Class in graphloaders.antlrDotParser
 
DOTParser.SubgraphContext - Class in graphloaders.antlrDotParser
 
DotParseSystem - Class in graphloaders.oldDotParser.parser
 
DotParseSystem() - Constructor for class graphloaders.oldDotParser.parser.DotParseSystem
 
DotReader - Class in graphloaders.oldDotParser.parser
Converts a buffer containing dot source into tokens.
DotReader(SourceReader, GraphLibrary<?, ?>, boolean, boolean) - Constructor for class graphloaders.oldDotParser.parser.DotReader
 
DotReadLevel - Class in graphloaders.oldDotParser.parser
 
DotReadLevel(boolean, DotReadLevel, DotReader) - Constructor for class graphloaders.oldDotParser.parser.DotReadLevel
 
DotResult - Class in graphloaders.oldDotParser.parser
 
DotResult() - Constructor for class graphloaders.oldDotParser.parser.DotResult
 
DotTokFacIde - Class in graphloaders.oldDotParser.tokens.factories
 
DotTokFacIde(DotIdeType) - Constructor for class graphloaders.oldDotParser.tokens.factories.DotTokFacIde
 
DotTokFacIde() - Constructor for class graphloaders.oldDotParser.tokens.factories.DotTokFacIde
 
DotTokFacString - Class in graphloaders.oldDotParser.tokens.factories
 
DotTokFacString(char) - Constructor for class graphloaders.oldDotParser.tokens.factories.DotTokFacString
 
draw(Graphics, int, int, ProjectionPlane, boolean, DimensionD) - Method in class graphana.graphs.visualization.drawmodifiers.defaultmodifiers.CycleShape
 
draw(Graphics, Position2D, Vector2D, ProjectionPlane) - Method in class graphana.graphs.visualization.drawmodifiers.defaultmodifiers.DefaultEdgeArrow
 
draw(Graphics, int, int, int, int) - Method in class graphana.graphs.visualization.drawmodifiers.defaultmodifiers.EdgeStrokeDash
 
draw(Graphics, int, int, int, int) - Method in class graphana.graphs.visualization.drawmodifiers.defaultmodifiers.EdgeStrokeSolid
 
draw(Graphics, Position2D, Vector2D, ProjectionPlane) - Method in class graphana.graphs.visualization.drawmodifiers.EdgeArrow
Draws the edge arrow
draw(Graphics, EdgeArealData, ProjectionPlane) - Method in class graphana.graphs.visualization.drawmodifiers.EdgeArrow
Draws the edge arrow
draw(Graphics, EdgeArealData, ProjectionPlane) - Method in class graphana.graphs.visualization.drawmodifiers.EdgeStroke
Draws a stroke connecting two different vertices
draw(Graphics, int, int, int, int) - Method in class graphana.graphs.visualization.drawmodifiers.StraightEdgeStroke
 
draw(Graphics, EdgeArealData, ProjectionPlane) - Method in class graphana.graphs.visualization.drawmodifiers.StraightEdgeStroke
 
draw(Graphics, int, int, ProjectionPlane, boolean, DimensionD) - Method in class graphana.graphs.visualization.drawmodifiers.VertexShape
Draws the shape depending on the given values
draw(Graphics, int, int, ProjectionPlane, boolean, DimensionD) - Method in class visualizations.drawmodifiers.AutosizeEllipseShape
 
draw(Graphics, int, int, ProjectionPlane, boolean, DimensionD) - Method in class visualizations.drawmodifiers.AutosizeRectShape
 
draw(Graphics, int, int, ProjectionPlane, boolean, DimensionD) - Method in class visualizations.drawmodifiers.FixedEllipseShape
 
draw(Graphics, int, int, ProjectionPlane, boolean, DimensionD) - Method in class visualizations.drawmodifiers.FixedRectShape
 
drawLoop(Graphics, int, int, int, int, int, int) - Method in class graphana.graphs.visualization.drawmodifiers.defaultmodifiers.EdgeStrokeDash
 
drawLoop(Graphics, int, int, int, int, int, int) - Method in class graphana.graphs.visualization.drawmodifiers.defaultmodifiers.EdgeStrokeSolid
 
drawLoop(Graphics, LoopArealData, ProjectionPlane) - Method in class graphana.graphs.visualization.drawmodifiers.EdgeStroke
Draws a self loop stroke
drawLoop(Graphics, int, int, int, int, int, int) - Method in class graphana.graphs.visualization.drawmodifiers.StraightEdgeStroke
 
drawLoop(Graphics, LoopArealData, ProjectionPlane) - Method in class graphana.graphs.visualization.drawmodifiers.StraightEdgeStroke
 
dropDegrees(int) - Method in class graphana.util.LegacyDegreeList
Clears the list of vertices with the given degree.
A B C D E F G H I J K L M N O P Q R S T U V W X Y _ 
Skip navigation links