Uses of Interface
org.insa.graphs.gui.drawing.overlays.PointSetOverlay
-
Packages that use PointSetOverlay Package Description org.insa.graphs.gui.drawing org.insa.graphs.gui.drawing.components org.insa.graphs.gui.observers -
-
Uses of PointSetOverlay in org.insa.graphs.gui.drawing
Methods in org.insa.graphs.gui.drawing that return PointSetOverlay Modifier and Type Method Description PointSetOverlay
Drawing. createPointSetOverlay()
Create a new PointSetOverlay that can be used to add overlay points to this drawing.PointSetOverlay
Drawing. createPointSetOverlay(int width, java.awt.Color color)
Create a new PointSetOverlay with the given initial width and color that can be used to add overlay points to this drawing. -
Uses of PointSetOverlay in org.insa.graphs.gui.drawing.components
Classes in org.insa.graphs.gui.drawing.components that implement PointSetOverlay Modifier and Type Class Description private class
BasicDrawing.BasicPointSetOverlay
private class
MapViewDrawing.MapViewPointSetOverlay
PointSetOverlay for MapViewDrawing - Not currently implemented.Methods in org.insa.graphs.gui.drawing.components that return PointSetOverlay Modifier and Type Method Description PointSetOverlay
BasicDrawing. createPointSetOverlay()
PointSetOverlay
BasicDrawing. createPointSetOverlay(int width, java.awt.Color color)
PointSetOverlay
MapViewDrawing. createPointSetOverlay()
PointSetOverlay
MapViewDrawing. createPointSetOverlay(int width, java.awt.Color color)
-
Uses of PointSetOverlay in org.insa.graphs.gui.observers
Fields in org.insa.graphs.gui.observers declared as PointSetOverlay Modifier and Type Field Description private PointSetOverlay
WeaklyConnectedComponentGraphicObserver. grPoints
protected PointSetOverlay
ShortestPathGraphicObserver. psOverlay1
protected PointSetOverlay
ShortestPathGraphicObserver. psOverlay2
-