Uses of Class
org.camunda.bpm.engine.repository.DiagramNode
Packages that use DiagramNode
-
Uses of DiagramNode in org.camunda.bpm.engine.impl.bpmn.diagram
Methods in org.camunda.bpm.engine.impl.bpmn.diagram that return DiagramNodeModifier and TypeMethodDescriptionprotected DiagramNode
ProcessDiagramLayoutFactory.getDiagramBoundsFromBpmnDi
(Document bpmnModel) protected DiagramNode
ProcessDiagramLayoutFactory.getDiagramBoundsFromImage
(BufferedImage image, int offsetTop, int offsetBottom) protected DiagramNode
ProcessDiagramLayoutFactory.getDiagramBoundsFromImage
(InputStream imageStream) protected DiagramNode
ProcessDiagramLayoutFactory.getDiagramBoundsFromImage
(InputStream imageStream, int offsetTop, int offsetBottom) protected DiagramNode
ProcessDiagramLayoutFactory.parseBounds
(Element boundsElement) protected DiagramNode
ProcessDiagramLayoutFactory.transformBoundsForImage
(DiagramNode diagramBoundsImage, DiagramNode diagramBoundsXml, DiagramNode elementBounds) Methods in org.camunda.bpm.engine.impl.bpmn.diagram that return types with arguments of type DiagramNodeModifier and TypeMethodDescriptionprotected Map<String,
DiagramNode> ProcessDiagramLayoutFactory.fixFlowNodePositionsIfModelFromAdonis
(Document bpmnModel, Map<String, DiagramNode> elementBoundsFromBpmnDi) protected Map<String,
DiagramNode> ProcessDiagramLayoutFactory.getElementBoundsFromBpmnDi
(Document bpmnModel) Methods in org.camunda.bpm.engine.impl.bpmn.diagram with parameters of type DiagramNodeModifier and TypeMethodDescriptionprotected Map<String,
DiagramElement> ProcessDiagramLayoutFactory.transformBoundsForImage
(DiagramNode diagramBoundsImage, DiagramNode diagramBoundsXml, Map<String, DiagramNode> listOfBounds) protected DiagramNode
ProcessDiagramLayoutFactory.transformBoundsForImage
(DiagramNode diagramBoundsImage, DiagramNode diagramBoundsXml, DiagramNode elementBounds) Method parameters in org.camunda.bpm.engine.impl.bpmn.diagram with type arguments of type DiagramNodeModifier and TypeMethodDescriptionprotected Map<String,
DiagramNode> ProcessDiagramLayoutFactory.fixFlowNodePositionsIfModelFromAdonis
(Document bpmnModel, Map<String, DiagramNode> elementBoundsFromBpmnDi) protected Map<String,
DiagramElement> ProcessDiagramLayoutFactory.transformBoundsForImage
(DiagramNode diagramBoundsImage, DiagramNode diagramBoundsXml, Map<String, DiagramNode> listOfBounds) -
Uses of DiagramNode in org.camunda.bpm.engine.repository
Methods in org.camunda.bpm.engine.repository that return DiagramNodeMethods in org.camunda.bpm.engine.repository that return types with arguments of type DiagramNode