|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
org.camunda.bpm.model.bpmn.impl.instance.BpmnModelElementInstanceImpl
org.camunda.bpm.model.bpmn.impl.instance.dc.BoundsImpl
public class BoundsImpl
The DC bounds element
| Field Summary | |
|---|---|
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<Double> |
heightAttribute
|
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<Double> |
widthAttribute
|
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<Double> |
xAttribute
|
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<Double> |
yAttribute
|
| Fields inherited from class org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl |
|---|
modelInstance |
| Constructor Summary | |
|---|---|
BoundsImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext)
|
|
| Method Summary | |
|---|---|
Double |
getHeight()
|
Double |
getWidth()
|
Double |
getX()
|
Double |
getY()
|
static void |
registerType(org.camunda.bpm.model.xml.ModelBuilder modelBuilder)
|
void |
setHeight(double height)
|
void |
setWidth(double width)
|
void |
setX(double x)
|
void |
setY(double y)
|
| Methods inherited from class org.camunda.bpm.model.bpmn.impl.instance.BpmnModelElementInstanceImpl |
|---|
builder, getScope, isScope |
| Methods inherited from class org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl |
|---|
addChildElement, asSet, equals, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, hashCode, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacement |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.camunda.bpm.model.bpmn.instance.BpmnModelElementInstance |
|---|
builder, getScope, isScope |
| Methods inherited from interface org.camunda.bpm.model.xml.instance.ModelElementInstance |
|---|
addChildElement, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacement |
| Field Detail |
|---|
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<Double> xAttribute
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<Double> yAttribute
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<Double> widthAttribute
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<Double> heightAttribute
| Constructor Detail |
|---|
public BoundsImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext)
| Method Detail |
|---|
public static void registerType(org.camunda.bpm.model.xml.ModelBuilder modelBuilder)
public Double getX()
getX in interface Boundspublic void setX(double x)
setX in interface Boundspublic Double getY()
getY in interface Boundspublic void setY(double y)
setY in interface Boundspublic Double getWidth()
getWidth in interface Boundspublic void setWidth(double width)
setWidth in interface Boundspublic Double getHeight()
getHeight in interface Boundspublic void setHeight(double height)
setHeight in interface Bounds
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||