A B C D E F G H I K L M N O P Q R S T U V W Z 
All Classes All Packages

C

c2a - Static variable in class org.insa.graphes.model.PathTest
 
c2d_1 - Static variable in class org.insa.graphes.model.PathTest
 
c2d_2 - Static variable in class org.insa.graphes.model.PathTest
 
c2d_3 - Static variable in class org.insa.graphes.model.PathTest
 
CarPoolingAlgorithm - Class in org.insa.graphs.algorithm.carpooling
 
CarPoolingAlgorithm(CarPoolingData) - Constructor for class org.insa.graphs.algorithm.carpooling.CarPoolingAlgorithm
 
CarPoolingData - Class in org.insa.graphs.algorithm.carpooling
 
CarPoolingData(Graph, ArcInspector) - Constructor for class org.insa.graphs.algorithm.carpooling.CarPoolingData
 
CarPoolingGraphicObserver - Class in org.insa.graphs.algorithm.carpooling
 
CarPoolingGraphicObserver() - Constructor for class org.insa.graphs.algorithm.carpooling.CarPoolingGraphicObserver
 
CarPoolingObserver - Interface in org.insa.graphs.algorithm.carpooling
 
CarPoolingSolution - Class in org.insa.graphs.algorithm.carpooling
 
CarPoolingSolution(CarPoolingData, AbstractSolution.Status) - Constructor for class org.insa.graphs.algorithm.carpooling.CarPoolingSolution
 
CarPoolingTextObserver - Class in org.insa.graphs.algorithm.carpooling
 
CarPoolingTextObserver() - Constructor for class org.insa.graphs.algorithm.carpooling.CarPoolingTextObserver
 
ccw(Point, Point, Point) - Method in class org.insa.graphs.gui.drawing.components.MapViewDrawing.MapViewPointSetOverlay
 
checkByteOrThrow(int) - Method in class org.insa.graphs.model.io.BinaryReader
Check if the next byte in the input stream correspond to the given byte.
checkMagicNumberOrThrow(int) - Method in class org.insa.graphs.model.io.BinaryReader
Check if the given number matches the expected magic number.
checkVersionOrThrow(int) - Method in class org.insa.graphs.model.io.BinaryReader
Check if the given version is greater than the minimum version, and update the current version if it is.
cindex - Variable in class org.insa.graphs.gui.observers.WeaklyConnectedComponentGraphicObserver
 
clear() - Method in class org.insa.graphs.gui.drawing.components.BasicDrawing.BasicOverlays
 
clear() - Method in class org.insa.graphs.gui.drawing.components.BasicDrawing
 
clear() - Method in class org.insa.graphs.gui.drawing.components.MapViewDrawing
 
clear() - Method in interface org.insa.graphs.gui.drawing.Drawing
Clear the drawing (overlays and underlying graph/map).
clear() - Method in class org.insa.graphs.gui.NodesInputPanel
 
clear(boolean) - Method in class org.insa.graphs.gui.drawing.components.BasicDrawing.BasicOverlays
 
clearCurrentThread() - Method in class org.insa.graphs.gui.MainWindow
 
clearOverlays() - Method in class org.insa.graphs.gui.drawing.components.BasicDrawing
 
clearOverlays() - Method in class org.insa.graphs.gui.drawing.components.MapViewDrawing
 
clearOverlays() - Method in interface org.insa.graphs.gui.drawing.Drawing
Remove overlays from the drawing (do not remove the underlying graph/map).
close() - Method in class org.insa.graphs.model.io.BinaryReader
 
close() - Method in class org.insa.graphs.model.io.BinaryWriter
 
close() - Method in interface org.insa.graphs.model.io.GraphReader
Close this graph reader.
close() - Method in interface org.insa.graphs.model.io.PathReader
Close this graph reader.
close() - Method in interface org.insa.graphs.model.io.PathWriter
Close this graph reader.
COASTLINE - org.insa.graphs.model.RoadInformation.RoadType
 
COASTLINE_COLOR - Static variable in class org.insa.graphs.gui.drawing.BasicGraphPalette
 
color - Variable in class org.insa.graphs.gui.drawing.components.BasicDrawing.BasicOverlay
 
color - Variable in class org.insa.graphs.gui.drawing.components.MapViewDrawing.MapViewOverlay
 
color - Variable in class org.insa.graphs.gui.PathsPanel.PathPanel.ColorIcon
 
colorButton - Variable in class org.insa.graphs.gui.PathsPanel.PathPanel
 
ColorIcon(Color, int, int) - Constructor for class org.insa.graphs.gui.PathsPanel.PathPanel.ColorIcon
 
COLORS - Static variable in class org.insa.graphs.gui.observers.WeaklyConnectedComponentGraphicObserver
 
COLORS - Static variable in class org.insa.graphs.gui.utils.ColorUtils
 
ColorUtils - Class in org.insa.graphs.gui.utils
 
ColorUtils() - Constructor for class org.insa.graphs.gui.utils.ColorUtils
 
compareTo(PriorityQueueTest.MutableInteger) - Method in class org.insa.graphs.algorithm.utils.PriorityQueueTest.MutableInteger
 
compareTo(Node) - Method in class org.insa.graphs.model.Node
Compare the ID of this node with the ID of the given node.
components - Variable in class org.insa.graphs.algorithm.weakconnectivity.WeaklyConnectedComponentsSolution
 
components - Variable in class org.insa.graphs.gui.AlgorithmPanel
 
components - Variable in class org.insa.graphs.gui.NodesInputPanel
 
computeImageSize(int) - Method in class org.insa.graphs.gui.drawing.MercatorProjection
Compute the dimension required for drawing a projection of the given box on an image, ensuring that none of the side of image is greater than maxSize.
concatenate(Path...) - Static method in class org.insa.graphs.model.Path
Concatenate the given paths.
contains(Point) - Method in class org.insa.graphs.gui.drawing.components.MapZoomControls
Check if a point is contained inside an element of this zoom controls, useful to avoid spurious click listeners.
contains(GraphStatistics.BoundingBox) - Method in class org.insa.graphs.model.GraphStatistics.BoundingBox
 
contains(Point) - Method in class org.insa.graphs.model.GraphStatistics.BoundingBox
 
Context(String, String, String) - Constructor for class org.insa.graphs.algorithm.utils.BinaryHeapFormatter.Context
Creaet a new Context.
convertColor(int) - Static method in class org.insa.graphs.gui.drawing.overlays.PaintUtils
Convert the given mapsforge color to an AWT Color.
convertColor(Color) - Static method in class org.insa.graphs.gui.drawing.overlays.PaintUtils
Convert the given AWT color to a mapsforge compatible color.
convertPoint(Point) - Method in class org.insa.graphs.gui.drawing.components.MapViewDrawing
 
convexHull(List<Point>) - Method in class org.insa.graphs.gui.drawing.components.MapViewDrawing.MapViewPointSetOverlay
 
coordTransform - Variable in class org.insa.graphs.gui.drawing.components.ZoomAndPanListener
 
counters - Variable in class org.insa.graphs.gui.GraphReaderProgressBar
 
cout - Variable in class org.insa.graphs.algorithm.shortestpath.Label
 
cpPanel - Variable in class org.insa.graphs.gui.MainWindow
 
createAlgorithm(Class<? extends AbstractAlgorithm<?>>, AbstractInputData) - Static method in class org.insa.graphs.algorithm.AlgorithmFactory
Create an instance of the given algorithm class using the given input data.
createAlgoritmSelectComboBox(Class<? extends AbstractAlgorithm<?>>) - Method in class org.insa.graphs.gui.AlgorithmPanel
Create the combo box for the algorithm selection.
createBlockingAction(ActionListener) - Method in class org.insa.graphs.gui.BlockingActionFactory
 
createDrawing() - Static method in class org.insa.graphs.gui.simple.Launch
Create a new Drawing inside a JFrame an return it.
createFastestPathFromNodes(Graph, List<Node>) - Static method in class org.insa.graphs.model.Path
Create a new path that goes through the given list of nodes (in order), choosing the fastest route if multiple are available.
createFileChooser(FileUtils.FolderType) - Static method in class org.insa.graphs.gui.utils.FileUtils
 
createFileChooser(FileUtils.FolderType, String) - Static method in class org.insa.graphs.gui.utils.FileUtils
 
createMarker(Point, Color, Color, Drawing.AlphaMode) - Method in class org.insa.graphs.gui.drawing.components.BasicDrawing
 
createMarker(Point, Color, Color, Drawing.AlphaMode) - Method in class org.insa.graphs.gui.drawing.components.MapViewDrawing
 
createMenuBar(ActionListener) - Method in class org.insa.graphs.gui.MainWindow
 
createNodesInputPanel(String[]) - Method in class org.insa.graphs.gui.AlgorithmPanel
Create a node input panel with the given node input names.
createOverlaysFromSolution() - Method in class org.insa.graphs.gui.SolutionPanel.SolutionBundle
 
createPointSetOverlay() - Method in class org.insa.graphs.gui.drawing.components.BasicDrawing
 
createPointSetOverlay() - Method in class org.insa.graphs.gui.drawing.components.MapViewDrawing
 
createPointSetOverlay() - Method in interface org.insa.graphs.gui.drawing.Drawing
Create a new PointSetOverlay that can be used to add overlay points to this drawing.
createPointSetOverlay(int, Color) - Method in class org.insa.graphs.gui.drawing.components.BasicDrawing
 
createPointSetOverlay(int, Color) - Method in class org.insa.graphs.gui.drawing.components.MapViewDrawing
 
createPointSetOverlay(int, Color) - Method in interface org.insa.graphs.gui.drawing.Drawing
Create a new PointSetOverlay with the given initial width and color that can be used to add overlay points to this drawing.
createQueue() - Method in class org.insa.graphs.algorithm.utils.BinaryHeapTest
 
createQueue() - Method in class org.insa.graphs.algorithm.utils.BinarySearchTreeTest
 
createQueue() - Method in class org.insa.graphs.algorithm.utils.PriorityQueueTest
Needs to be implemented by child class to actually provide priority queue implementation.
createQueue(PriorityQueue<PriorityQueueTest.MutableInteger>) - Method in class org.insa.graphs.algorithm.utils.BinaryHeapTest
 
createQueue(PriorityQueue<PriorityQueueTest.MutableInteger>) - Method in class org.insa.graphs.algorithm.utils.BinarySearchTreeTest
 
createQueue(PriorityQueue<PriorityQueueTest.MutableInteger>) - Method in class org.insa.graphs.algorithm.utils.PriorityQueueTest
Needs to be implemented by child class to actually provide priority queue implementation.
createShortestPathFromNodes(Graph, List<Node>) - Static method in class org.insa.graphs.model.Path
Create a new path that goes through the given list of nodes (in order), choosing the shortest route if multiple are available.
createStatusBar() - Method in class org.insa.graphs.gui.MainWindow
 
createTileRendererLayer(TileCache, MapDataStore, IMapViewPosition, HillsRenderConfig) - Method in class org.insa.graphs.gui.drawing.components.MapViewDrawing
 
createTitleLabel(String) - Method in class org.insa.graphs.gui.AlgorithmPanel
Create the title JLabel for this panel.
createUndirectedGraph() - Method in class org.insa.graphs.algorithm.weakconnectivity.WeaklyConnectedComponentsAlgorithm
 
CURRENT_ZOOM_TICK_COLOR - Static variable in class org.insa.graphs.gui.drawing.components.MapZoomControls
 
CURRENT_ZOOM_TICK_HEIGHT_RATIO - Static variable in class org.insa.graphs.gui.drawing.components.MapZoomControls
 
currentBundle - Variable in class org.insa.graphs.gui.SolutionPanel
 
currentLevel - Variable in class org.insa.graphs.gui.drawing.components.MapZoomControls
 
currentPalette - Variable in class org.insa.graphs.gui.MainWindow
 
currentSize - Variable in class org.insa.graphs.algorithm.utils.BinaryHeap
 
currentThread - Variable in class org.insa.graphs.gui.MainWindow
 
curVersion - Variable in class org.insa.graphs.model.io.BinaryReader
 
CUSTOMERS - org.insa.graphs.model.AccessRestrictions.AccessRestriction
 
CYCLEWAY - org.insa.graphs.model.RoadInformation.RoadType
 
A B C D E F G H I K L M N O P Q R S T U V W Z 
All Classes All Packages