Package | Description |
---|---|
org.opennms.features.topology.api | |
org.opennms.features.topology.api.support | |
org.opennms.features.topology.app.internal |
Modifier and Type | Method and Description |
---|---|
Point |
BoundingBox.getCenter() |
Point |
Layout.getInitialLocation(VertexRef v) |
Point |
Layout.getLocation(VertexRef v) |
Modifier and Type | Method and Description |
---|---|
Map<VertexRef,Point> |
Layout.getLocations() |
Modifier and Type | Method and Description |
---|---|
void |
BoundingBox.addPoint(Point location) |
void |
BoundingBox.setCenter(Point center) |
void |
MapViewManager.setCenter(Point point) |
void |
DblBoundingBox.setCenter(Point center) |
void |
Layout.setLocation(VertexRef v,
Point location) |
void |
MapViewManager.zoomToPoint(double scale,
Point center) |
Constructor and Description |
---|
BoundingBox(Point center,
int width,
int height) |
Modifier and Type | Method and Description |
---|---|
Map<VertexRef,Point> |
VertexRefPointMapAdapter.unmarshal(VertexRefPointMapAdapter.VertexRefPointMap v) |
Modifier and Type | Method and Description |
---|---|
VertexRefPointMapAdapter.VertexRefPointMap |
VertexRefPointMapAdapter.marshal(Map<VertexRef,Point> v) |
Modifier and Type | Method and Description |
---|---|
Point |
DefaultLayout.getInitialLocation(VertexRef v) |
Point |
DefaultLayout.getLocation(VertexRef v) |
Modifier and Type | Method and Description |
---|---|
Map<VertexRef,Point> |
DefaultLayout.getLocations() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultMapViewManager.setCenter(Point point) |
void |
DefaultLayout.setLocation(VertexRef v,
Point location) |
void |
DefaultMapViewManager.zoomToPoint(double scale,
Point center) |
Copyright © 2021. All rights reserved.