Uses of Class
org.insa.graphs.model.GraphStatistics.BoundingBox
-
Packages that use GraphStatistics.BoundingBox Package Description org.insa.graphs.gui.drawing org.insa.graphs.model -
-
Uses of GraphStatistics.BoundingBox in org.insa.graphs.gui.drawing
Constructors in org.insa.graphs.gui.drawing with parameters of type GraphStatistics.BoundingBox Constructor Description MercatorProjection(GraphStatistics.BoundingBox boundingBox, int maxSize)
Create a new MercatorProjection corresponding to the given BoundingBox and maxSize.PlateCarreProjection(GraphStatistics.BoundingBox boundingBox, int maxSize)
Create a new PlateCarreProjection corresponding to the given BoundingBox and maxSize. -
Uses of GraphStatistics.BoundingBox in org.insa.graphs.model
Fields in org.insa.graphs.model declared as GraphStatistics.BoundingBox Modifier and Type Field Description private GraphStatistics.BoundingBox
GraphStatistics. boundingBox
Methods in org.insa.graphs.model that return GraphStatistics.BoundingBox Modifier and Type Method Description GraphStatistics.BoundingBox
GraphStatistics.BoundingBox. extend(float size)
Create a new bounding box by extending the current one according by the given value on each side.GraphStatistics.BoundingBox
GraphStatistics.BoundingBox. extend(float left, float top, float right, float bottom)
Create a new bounding box by extending the current one according to the given value for each side.GraphStatistics.BoundingBox
GraphStatistics. getBoundingBox()
Methods in org.insa.graphs.model with parameters of type GraphStatistics.BoundingBox Modifier and Type Method Description boolean
GraphStatistics.BoundingBox. contains(GraphStatistics.BoundingBox other)
Constructors in org.insa.graphs.model with parameters of type GraphStatistics.BoundingBox Constructor Description GraphStatistics(GraphStatistics.BoundingBox boundingBox, int nbRoadOneWay, int nbRoadTwoWays, int maximumSpeed, float maximumLength)
Create a new GraphStatistics instance with the given value.
-