Uses of Interface
org.insa.graphs.gui.drawing.overlays.PathOverlay
-
Packages that use PathOverlay Package Description org.insa.graphs.gui org.insa.graphs.gui.drawing org.insa.graphs.gui.drawing.components -
-
Uses of PathOverlay in org.insa.graphs.gui
Fields in org.insa.graphs.gui declared as PathOverlay Modifier and Type Field Description private PathOverlay
PathsPanel.PathPanel. overlay
Fields in org.insa.graphs.gui with type parameters of type PathOverlay Modifier and Type Field Description private java.util.List<PathOverlay>
SolutionPanel.SolutionBundle. overlays
Methods in org.insa.graphs.gui that return types with arguments of type PathOverlay Modifier and Type Method Description private java.util.List<PathOverlay>
SolutionPanel.SolutionBundle. createOverlaysFromSolution()
java.util.List<PathOverlay>
SolutionPanel.SolutionBundle. getOverlays()
-
Uses of PathOverlay in org.insa.graphs.gui.drawing
Methods in org.insa.graphs.gui.drawing that return PathOverlay Modifier and Type Method Description PathOverlay
Drawing. drawPath(Path path)
Draw a path with both origin and destination markers using a default color specific to the implementationPathOverlay
Drawing. drawPath(Path path, boolean markers)
Draw a path using a default color specific to the implementationPathOverlay
Drawing. drawPath(Path path, java.awt.Color color)
Draw a path with both origin and destination markers using the given color.PathOverlay
Drawing. drawPath(Path path, java.awt.Color color, boolean markers)
Draw a path using the given color. -
Uses of PathOverlay in org.insa.graphs.gui.drawing.components
Classes in org.insa.graphs.gui.drawing.components that implement PathOverlay Modifier and Type Class Description private class
BasicDrawing.BasicPathOverlay
private class
MapViewDrawing.MapViewPathOverlay
PathOverlay for MapViewDrawing.Methods in org.insa.graphs.gui.drawing.components that return PathOverlay Modifier and Type Method Description PathOverlay
BasicDrawing. drawPath(Path path)
PathOverlay
BasicDrawing. drawPath(Path path, boolean markers)
PathOverlay
BasicDrawing. drawPath(Path path, java.awt.Color color)
PathOverlay
BasicDrawing. drawPath(Path path, java.awt.Color color, boolean markers)
PathOverlay
MapViewDrawing. drawPath(Path path)
PathOverlay
MapViewDrawing. drawPath(Path path, boolean markers)
PathOverlay
MapViewDrawing. drawPath(Path path, java.awt.Color color)
PathOverlay
MapViewDrawing. drawPath(Path path, java.awt.Color color, boolean markers)
-