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 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 Modifier and Type Class Description 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 Modifier and Type Field Description protected static ChildElement<Bounds>
LabelImpl. boundsChild
protected static ChildElement<Bounds>
ShapeImpl. boundsChild
Methods in org.camunda.bpm.model.bpmn.impl.instance.di that return Bounds Modifier and Type Method Description Bounds
LabelImpl. getBounds()
Bounds
ShapeImpl. getBounds()
Methods in org.camunda.bpm.model.bpmn.impl.instance.di with parameters of type Bounds Modifier and Type Method Description 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 Modifier and Type Method Description Bounds
Label. getBounds()
Bounds
Shape. getBounds()
Methods in org.camunda.bpm.model.bpmn.instance.di with parameters of type Bounds Modifier and Type Method Description void
Label. setBounds(Bounds bounds)
void
Shape. setBounds(Bounds bounds)
-