public class BoundsImpl extends BpmnModelElementInstanceImpl implements Bounds
| Modifier and Type | Field and Description | 
|---|---|
protected static Attribute<Double> | 
heightAttribute  | 
protected static Attribute<Double> | 
widthAttribute  | 
protected static Attribute<Double> | 
xAttribute  | 
protected static Attribute<Double> | 
yAttribute  | 
modelInstance| Constructor and Description | 
|---|
BoundsImpl(ModelTypeInstanceContext instanceContext)  | 
| Modifier and Type | Method and Description | 
|---|---|
Double | 
getHeight()  | 
Double | 
getWidth()  | 
Double | 
getX()  | 
Double | 
getY()  | 
static void | 
registerType(ModelBuilder modelBuilder)  | 
void | 
setHeight(double height)  | 
void | 
setWidth(double width)  | 
void | 
setX(double x)  | 
void | 
setY(double y)  | 
builder, getScope, isScopeaddChildElement, asSet, equals, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, hashCode, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacementclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilder, getScope, isScopeaddChildElement, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacementpublic BoundsImpl(ModelTypeInstanceContext instanceContext)
public static void registerType(ModelBuilder modelBuilder)
Copyright © 2017. All rights reserved.