Uses of Interface
org.camunda.bpm.model.bpmn.instance.dc.Bounds
-
Packages that use Bounds Package Description 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 Modifier and Type Method Description protected doubleAbstractActivityBuilder. 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 Modifier and Type Class Description classBoundsImplThe 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 Modifier and Type Field Description protected static ChildElement<Bounds>LabelImpl. boundsChildprotected static ChildElement<Bounds>ShapeImpl. boundsChildMethods in org.camunda.bpm.model.bpmn.impl.instance.di that return Bounds Modifier and Type Method Description BoundsLabelImpl. getBounds()BoundsShapeImpl. getBounds()Methods in org.camunda.bpm.model.bpmn.impl.instance.di with parameters of type Bounds Modifier and Type Method Description voidLabelImpl. setBounds(Bounds bounds)voidShapeImpl. 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 Modifier and Type Method Description BoundsLabel. getBounds()BoundsShape. getBounds()Methods in org.camunda.bpm.model.bpmn.instance.di with parameters of type Bounds Modifier and Type Method Description voidLabel. setBounds(Bounds bounds)voidShape. setBounds(Bounds bounds)
-