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

Packages that use Bounds
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.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> ShapeImpl.boundsChild
           
protected static org.camunda.bpm.model.xml.type.child.ChildElement<Bounds> LabelImpl.boundsChild
           
 

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

Methods in org.camunda.bpm.model.bpmn.impl.instance.di with parameters of type Bounds
 void ShapeImpl.setBounds(Bounds bounds)
           
 void LabelImpl.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 Shape.getBounds()
           
 Bounds Label.getBounds()
           
 

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



Copyright © 2014 camunda services GmbH. All rights reserved.