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 Bounds
Label. bounds
protected Bounds
Shape. bounds
Methods in org.omg.spec.bpmn.model that return Bounds Modifier and Type Method Description Bounds
ObjectFactory. createBounds()
Create an instance ofBounds
Bounds
Label. getBounds()
Gets the value of the bounds property.Bounds
Shape. 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)
void
Label. setBounds(Bounds value)
Sets the value of the bounds property.void
Shape. setBounds(Bounds value)
Sets the value of the bounds property.
-