Uses of Class
org.camunda.bpm.engine.repository.DiagramElement
Packages that use DiagramElement
-
Uses of DiagramElement in org.camunda.bpm.engine.impl.bpmn.diagram
Methods in org.camunda.bpm.engine.impl.bpmn.diagram that return types with arguments of type DiagramElementModifier and TypeMethodDescriptionprotected Map<String,
DiagramElement> ProcessDiagramLayoutFactory.transformBoundsForImage
(DiagramNode diagramBoundsImage, DiagramNode diagramBoundsXml, Map<String, DiagramNode> listOfBounds) -
Uses of DiagramElement in org.camunda.bpm.engine.repository
Subclasses of DiagramElement in org.camunda.bpm.engine.repositoryModifier and TypeClassDescriptionclass
Stores waypoints of a diagram edge.class
Stores position and dimensions of a diagram node.Methods in org.camunda.bpm.engine.repository that return types with arguments of type DiagramElementMethod parameters in org.camunda.bpm.engine.repository with type arguments of type DiagramElementModifier and TypeMethodDescriptionvoid
DiagramLayout.setElements
(Map<String, DiagramElement> elements) Constructor parameters in org.camunda.bpm.engine.repository with type arguments of type DiagramElement