public interface ElementContainer
GraphElement objects.| Modifier and Type | Method and Description |
|---|---|
boolean |
add(GraphElement element)
Adds an element to the container.
|
Collection<GraphElement> |
getElements()
Returns the contained elements.
|
Collection<GraphElement> getElements()
boolean add(GraphElement element)
element - the element to addCopyright © 2016–2018. All rights reserved.