com.ebmwebsourcing.easybpmn.bpmn20diagram.api.type
Interface TBounds

All Superinterfaces:
java.lang.Comparable<com.ebmwebsourcing.easybox.api.XmlObjectNode>, com.ebmwebsourcing.easybox.api.XmlObject, com.ebmwebsourcing.easybox.api.XmlObjectNode
All Known Subinterfaces:
Bounds

public interface TBounds
extends com.ebmwebsourcing.easybox.api.XmlObject


Field Summary
 
Fields inherited from interface com.ebmwebsourcing.easybox.api.XmlObject
EMPTY_ARRAY
 
Method Summary
 double getHeight()
           
 double getWidth()
           
 double getX()
           
 double getY()
           
 boolean hasHeight()
           
 boolean hasWidth()
           
 boolean hasX()
           
 boolean hasY()
           
 void setHeight(double value)
           
 void setWidth(double value)
           
 void setX(double value)
           
 void setY(double value)
           
 
Methods inherited from interface com.ebmwebsourcing.easybox.api.XmlObject
duplicateXmlObject, duplicateXmlObjectAs, getXmlContext, getXmlObjectAdoptedChildren, getXmlObjectAttributes, getXmlObjectDOMNode, getXmlObjectInScopeNamespaces, getXmlObjectNaturalChildren, setXmlObjectQName
 
Methods inherited from interface com.ebmwebsourcing.easybox.api.XmlObjectNode
getUserData, getXmlObjectAncestors, getXmlObjectBaseIndexes, getXmlObjectBaseRoot, getXmlObjectBaseURI, getXmlObjectBaseXPath, getXmlObjectChildren, getXmlObjectDescendants, getXmlObjectFollowing, getXmlObjectFollowingSibling, getXmlObjectFollowingSiblings, getXmlObjectIndex, getXmlObjectParent, getXmlObjectPreceding, getXmlObjectPrecedingOrAncestor, getXmlObjectPrecedingSibling, getXmlObjectPrecedingSiblings, getXmlObjectQName, getXmlObjectRoot, getXmlObjectTextContent, getXmlObjectValue, hasUserData, setUserData
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getX

double getX()

setX

void setX(double value)

hasX

boolean hasX()

getY

double getY()

setY

void setY(double value)

hasY

boolean hasY()

getWidth

double getWidth()

setWidth

void setWidth(double value)

hasWidth

boolean hasWidth()

getHeight

double getHeight()

setHeight

void setHeight(double value)

hasHeight

boolean hasHeight()


Copyright © 2011 Petals Link. All Rights Reserved.