Uses of Class
org.omg.spec.bpmn.model.Bounds
- 
Packages that use Bounds Package Description org.omg.spec.bpmn.model  - 
- 
Uses of Bounds in org.omg.spec.bpmn.model
Fields in org.omg.spec.bpmn.model declared as Bounds Modifier and Type Field Description protected BoundsLabel. boundsprotected BoundsShape. boundsMethods in org.omg.spec.bpmn.model that return Bounds Modifier and Type Method Description BoundsObjectFactory. createBounds()Create an instance ofBoundsBoundsLabel. getBounds()Gets the value of the bounds property.BoundsShape. getBounds()Gets the value of the bounds property.Methods in org.omg.spec.bpmn.model that return types with arguments of type Bounds Modifier and Type Method Description javax.xml.bind.JAXBElement<Bounds>ObjectFactory. createBounds(Bounds value)Methods in org.omg.spec.bpmn.model with parameters of type Bounds Modifier and Type Method Description javax.xml.bind.JAXBElement<Bounds>ObjectFactory. createBounds(Bounds value)voidLabel. setBounds(Bounds value)Sets the value of the bounds property.voidShape. setBounds(Bounds value)Sets the value of the bounds property. 
 -