Package | Description |
---|---|
org.opennms.web.map | |
org.opennms.web.map.db | |
org.opennms.web.map.view |
Modifier and Type | Method and Description |
---|---|
protected org.apache.commons.collections15.Transformer<VElement,Point2D> |
OpenMapController.initializer(VMap layout) |
Modifier and Type | Method and Description |
---|---|
protected static String |
ResponseAssembler.getAddElementResponse(List<Integer> mapsWithLoopInfo,
Collection<VElement> elems,
Collection<VLink> links)
getAddElementResponse
|
Modifier and Type | Method and Description |
---|---|
VElement |
ManagerDefaultImpl.newElement(int mapId,
int elementId,
String type)
Create a new (not child) empty Submap with the identifier setted to id.
|
VElement |
ManagerDefaultImpl.newElement(int mapId,
int elementId,
String type,
int x,
int y)
Create a new VElement with the identifier setted to id.
|
VElement |
ManagerDefaultImpl.newElement(int mapId,
int elementId,
String type,
String iconname)
Create a new (not child) empty Submap with the identifier setted to id.
|
VElement |
ManagerDefaultImpl.newElement(int mapId,
int elementId,
String type,
String iconname,
int x,
int y)
Create a new (not child) empty Submap with the identifier setted to id.
|
VElement |
ManagerDefaultImpl.newElement(int elementId,
String type,
int x,
int y)
newElement
|
Modifier and Type | Method and Description |
---|---|
Set<Integer> |
ManagerDefaultImpl.getNodeidsOnElement(VElement velem)
recursively gets all nodes contained by elem and its submaps (if elem
is a map)
|
Modifier and Type | Method and Description |
---|---|
VMap |
ManagerDefaultImpl.addElements(VMap map,
List<VElement> velems)
addElements
|
VMap |
ManagerDefaultImpl.searchMap(String owner,
String userModifies,
int width,
int height,
List<VElement> elems)
searchMap
|
Modifier and Type | Method and Description |
---|---|
VElement |
VElement.clone()
clone
|
VElement |
VMap.getElement(int id,
String type)
getElement
|
VElement |
VMap.getElement(String elementid) |
VElement |
Manager.newElement(int mapid,
int elementId,
String type)
Create a new (not child) empty Submap with the identifier setted to id.
|
VElement |
Manager.newElement(int mapId,
int elementId,
String type,
String iconname,
int x,
int y)
Create a new (not child) empty Submap with the identifier setted to id.
|
VElement |
VMap.removeElement(int id,
String type)
removeElement
|
Modifier and Type | Method and Description |
---|---|
Map<String,VElement> |
VMap.getElements()
Getter for the field
elements . |
Modifier and Type | Method and Description |
---|---|
void |
VMap.addElement(VElement ve)
addElement
|
void |
VMap.addElements(VElement[] ve)
addElements
|
boolean |
VElement.equalsIgnorePosition(VElement elem)
equalsIgnorePosition
|
boolean |
VElement.equalsIgnorePositionParentMap(VElement elem)
equalsIgnorePositionParentMap
|
boolean |
VElement.hasSameIdentifier(VElement elem)
hasSameIdentifier
|
Modifier and Type | Method and Description |
---|---|
void |
VMap.addElements(List<VElement> elems)
addElements
|
VMap |
Manager.addElements(VMap map,
List<VElement> velems)
addElements
|
VMap |
Manager.searchMap(String owner,
String userModifies,
int width,
int height,
List<VElement> velems)
searchMap
|
Copyright © 2015. All rights reserved.