A B C D E F G H I L M N O P R S T U V W X Y Z
All Classes All Packages
All Classes All Packages
All Classes All Packages
D
- DARK_GREEN - com.algo.rendering.GralogColor.Color
- DARK_GREEN - Static variable in class com.algo.rendering.GralogColor
- DASHED - com.algo.rendering.GralogGraphicsContext.LineType
- DataField - Annotation Type in com.algo.annotations
- decreaseIndent() - Method in class com.algo.export.IndentedWriter
-
Decreases the indentation one step.
- DeepCopy - Class in com.algo.utility
-
from http://javatechniques.com/blog/faster-deep-copies-of-java-objects/, see also https://stackoverflow.com/a/64066 Utility for making deep copies (vs.
- DeepCopy() - Constructor for class com.algo.utility.DeepCopy
- Description - Annotation Type in com.algo.plugins
- deselectAll(Collection<?>) - Method in class com.algo.structure.Highlights
- DFS - com.algo.algorithms.graph.traversal.GraphTraversalRunner.TraversalEnum
- DFSTraversal - Class in com.algo.algorithms.graph.traversal
- DFSTraversal() - Constructor for class com.algo.algorithms.graph.traversal.DFSTraversal
- Diamond - Class in com.algo.rendering.shapes
- Diamond(SizeBox) - Constructor for class com.algo.rendering.shapes.Diamond
- diamondLength() - Method in class com.algo.rendering.Vector2D
- differenceLists(ArrayList<T>, ArrayList<T>, ArrayList<T>) - Static method in class com.algo.structure.GraphOperations
- DIJKSTRA - com.algo.algorithms.graph.shortestpath.ShortestPathRunner.ShortestPathEnum
- DijkstrasAlgorithm - Class in com.algo.algorithms.graph.shortestpath
- DijkstrasAlgorithm() - Constructor for class com.algo.algorithms.graph.shortestpath.DijkstrasAlgorithm
- dimensions() - Method in class com.algo.rendering.Vector2D
- DirectedGraph - Class in com.algo.structure
- DirectedGraph() - Constructor for class com.algo.structure.DirectedGraph
- disconnectEdge(Edge) - Method in class com.algo.structure.Vertex
- display() - Method in annotation type com.algo.annotations.DataField
- distanceFromSource - Variable in class com.algo.structure.Vertex
- distancePointToLine(double, double, double, double, double, double) - Static method in class com.algo.rendering.Vector2D
- distancePointToLine(double, double, Vector2D, Vector2D) - Static method in class com.algo.rendering.Vector2D
- DOTTED - com.algo.rendering.GralogGraphicsContext.LineType
- DoubleSyntaxChecker - Class in com.algo.parser
-
Accepts doubles, possibly restricted to a given range.
- DoubleSyntaxChecker() - Constructor for class com.algo.parser.DoubleSyntaxChecker
-
Constructs a syntax checker which accepts all strings representing an integer.
- DoubleSyntaxChecker(double, double) - Constructor for class com.algo.parser.DoubleSyntaxChecker
-
Constructs a syntax checker which accepts all strings representing a double in the range [lowerBound, upperBound].
- drawBezier(GralogGraphicsContext.Bezier, GralogColor, double, GralogGraphicsContext.LineType) - Method in class com.algo.rendering.GralogGraphicsContext
- drawQuadratic(GralogGraphicsContext.Bezier, GralogColor, double, GralogGraphicsContext.LineType) - Method in class com.algo.rendering.GralogGraphicsContext
All Classes All Packages