Uses of Interface
org.camunda.bpm.model.bpmn.instance.dc.Bounds

Packages that use Bounds
org.camunda.bpm.model.bpmn.builder   
org.camunda.bpm.model.bpmn.impl.instance.dc   
org.camunda.bpm.model.bpmn.impl.instance.di   
org.camunda.bpm.model.bpmn.instance.di   
 

Uses of Bounds in org.camunda.bpm.model.bpmn.builder
 

Methods in org.camunda.bpm.model.bpmn.builder with parameters of type Bounds
protected  double AbstractActivityBuilder.calculateXCoordinate(Bounds boundaryEventBounds)
           
 

Uses of Bounds in org.camunda.bpm.model.bpmn.impl.instance.dc
 

Classes in org.camunda.bpm.model.bpmn.impl.instance.dc that implement Bounds
 class BoundsImpl
          The DC bounds element
 

Uses of Bounds in org.camunda.bpm.model.bpmn.impl.instance.di
 

Fields in org.camunda.bpm.model.bpmn.impl.instance.di with type parameters of type Bounds
protected static org.camunda.bpm.model.xml.type.child.ChildElement<Bounds> LabelImpl.boundsChild
           
protected static org.camunda.bpm.model.xml.type.child.ChildElement<Bounds> ShapeImpl.boundsChild
           
 

Methods in org.camunda.bpm.model.bpmn.impl.instance.di that return Bounds
 Bounds LabelImpl.getBounds()
           
 Bounds ShapeImpl.getBounds()
           
 

Methods in org.camunda.bpm.model.bpmn.impl.instance.di with parameters of type Bounds
 void LabelImpl.setBounds(Bounds bounds)
           
 void ShapeImpl.setBounds(Bounds bounds)
           
 

Uses of Bounds in org.camunda.bpm.model.bpmn.instance.di
 

Methods in org.camunda.bpm.model.bpmn.instance.di that return Bounds
 Bounds Label.getBounds()
           
 Bounds Shape.getBounds()
           
 

Methods in org.camunda.bpm.model.bpmn.instance.di with parameters of type Bounds
 void Label.setBounds(Bounds bounds)
           
 void Shape.setBounds(Bounds bounds)
           
 



Copyright © 2017 camunda services GmbH. All rights reserved.