|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of IDiagramElement in com.ebmwebsourcing.geasytools.diagrameditor.domain.diagramdefinition.interchange.api |
|---|
| Subinterfaces of IDiagramElement in com.ebmwebsourcing.geasytools.diagrameditor.domain.diagramdefinition.interchange.api | |
|---|---|
interface |
IEdge
Edge specifies a given edge in a graph of diagram elements. |
interface |
ILabel
Label represents a node that is owned by another main diagram element in a plane and that depicts some (usually textual) aspect of that element within its own separate bounds. |
interface |
ILabeledEdge
LabeledEdge represents an edge that owns a collection of labels. |
interface |
ILabeledShape
LabeledShape represents a shape that owns a collection of labels. |
interface |
INode
Node specifies a given node in a graph of diagram elements. |
interface |
IPlane
Plane is a node with an infinite bounds in the x-y coordinate system that owns a collection of shapes and edges that are laid out relative to its origin point. |
interface |
IShape
Shape represents a node that has bounds that is relevant to the origin of a containing plane. |
| Methods in com.ebmwebsourcing.geasytools.diagrameditor.domain.diagramdefinition.interchange.api that return IDiagramElement | |
|---|---|
IDiagramElement |
IDiagramElement.getOwningElement()
|
IDiagramElement |
IDiagram.getRootElement()
|
IDiagramElement |
IEdge.getSource()
|
IDiagramElement |
IEdge.getTarget()
|
| Methods in com.ebmwebsourcing.geasytools.diagrameditor.domain.diagramdefinition.interchange.api that return types with arguments of type IDiagramElement | |
|---|---|
java.util.LinkedHashSet<IDiagramElement> |
IDiagramElement.getOwnedElements()
|
| Methods in com.ebmwebsourcing.geasytools.diagrameditor.domain.diagramdefinition.interchange.api with parameters of type IDiagramElement | |
|---|---|
void |
IDiagramElement.addDiagramElement(IDiagramElement diagramElement)
|
void |
IDiagram.addDiagramElement(IDiagramElement diagramElement)
|
void |
IDiagramElement.removeDiagramElement(IDiagramElement diagramElement)
|
void |
IEdge.setSource(IDiagramElement source)
|
void |
IEdge.setTarget(IDiagramElement target)
|
| Uses of IDiagramElement in com.ebmwebsourcing.geasytools.diagrameditor.domain.diagramdefinition.interchange.impl |
|---|
| Classes in com.ebmwebsourcing.geasytools.diagrameditor.domain.diagramdefinition.interchange.impl that implement IDiagramElement | |
|---|---|
class |
DiagramElement
|
class |
Edge
|
class |
Label
|
class |
LabeledEdge
|
class |
LabeledShape
|
class |
Node
|
class |
Plane
|
class |
Shape
|
| Methods in com.ebmwebsourcing.geasytools.diagrameditor.domain.diagramdefinition.interchange.impl that return IDiagramElement | |
|---|---|
IDiagramElement |
DiagramElement.getOwningElement()
|
IDiagramElement |
Diagram.getRootElement()
|
IDiagramElement |
Edge.getSource()
|
IDiagramElement |
Edge.getTarget()
|
| Methods in com.ebmwebsourcing.geasytools.diagrameditor.domain.diagramdefinition.interchange.impl that return types with arguments of type IDiagramElement | |
|---|---|
java.util.LinkedHashSet<IDiagramElement> |
DiagramElement.getOwnedElements()
|
| Methods in com.ebmwebsourcing.geasytools.diagrameditor.domain.diagramdefinition.interchange.impl with parameters of type IDiagramElement | |
|---|---|
void |
DiagramElement.addDiagramElement(IDiagramElement diagramElement)
|
void |
Diagram.addDiagramElement(IDiagramElement diagramElement)
Adds a diagram element to root element |
void |
DiagramElement.removeDiagramElement(IDiagramElement diagramElement)
|
void |
DiagramElement.setOwningElement(IDiagramElement owningElement)
|
void |
Diagram.setRootElement(IDiagramElement rootElement)
|
void |
Edge.setSource(IDiagramElement source)
|
void |
Edge.setTarget(IDiagramElement target)
|
| Method parameters in com.ebmwebsourcing.geasytools.diagrameditor.domain.diagramdefinition.interchange.impl with type arguments of type IDiagramElement | |
|---|---|
void |
DiagramElement.setOwnedElements(java.util.LinkedHashSet<IDiagramElement> ownedElements)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||