Modifier and Type | Method and Description |
---|---|
BoundingBox |
Layout.computeBoundingBox(Collection<VertexRef> vertRefs) |
BoundingBox |
BoundingBox.computeWithAspectRatio(double R) |
BoundingBox |
Layout.getBounds() |
BoundingBox |
MapViewManager.getCurrentBoundingBox() |
Modifier and Type | Method and Description |
---|---|
void |
BoundingBox.addBoundingbox(BoundingBox box) |
void |
MapViewManager.setBoundingBox(BoundingBox boundingBox) |
void |
MapViewManager.setMapBounds(BoundingBox boundingBox) |
Constructor and Description |
---|
BoundingBox(BoundingBox box) |
Modifier and Type | Method and Description |
---|---|
BoundingBox |
SavedHistory.getBoundingBox() |
BoundingBox |
BoundingBoxAdapter.unmarshal(BoundingBoxAdapter.JaxbBoundingBox v) |
Modifier and Type | Method and Description |
---|---|
BoundingBoxAdapter.JaxbBoundingBox |
BoundingBoxAdapter.marshal(BoundingBox v) |
Modifier and Type | Method and Description |
---|---|
BoundingBox |
DefaultLayout.computeBoundingBox(Collection<VertexRef> vertRefs) |
BoundingBox |
DefaultLayout.getBounds() |
BoundingBox |
DefaultMapViewManager.getCurrentBoundingBox() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultMapViewManager.setBoundingBox(BoundingBox boundingBox) |
void |
DefaultMapViewManager.setMapBounds(BoundingBox boundingBox) |
Modifier and Type | Method and Description |
---|---|
protected static BoundingBox |
GridLayoutAlgorithm.calculateGrid(int N,
int width,
int height)
Calculates a grid of width W and height H such that:
W * H >= N
W/H ~= width/height
|
Copyright © 2021. All rights reserved.