java.io.Serializable, java.lang.Cloneable, javax.swing.tree.TreeNode, Point3D, SBase, TreeNodeWithChangeSupportpublic class Rectangle extends GraphicalPrimitive2D implements Point3D
GraphicalPrimitive2D.FillRuleJSBML_WRONG_SBO_TERM| Constructor | Description |
|---|---|
Rectangle() |
Creates a new
Rectangle instance. |
Rectangle(Rectangle obj) |
Clone constructor
|
| Modifier and Type | Method | Description |
|---|---|---|
Rectangle |
clone() |
Creates a deep copy of this object, i.e., a new
SBase with the same
properties
like this one. |
boolean |
equals(java.lang.Object obj) |
|
boolean |
getAllowsChildren() |
|
SBase |
getChildAt(int childIndex) |
|
int |
getChildCount() |
|
RelAbsVector |
getHeight() |
|
double |
getRatio() |
|
RelAbsVector |
getRx() |
|
RelAbsVector |
getRy() |
|
RelAbsVector |
getWidth() |
|
RelAbsVector |
getX() |
|
RelAbsVector |
getY() |
|
RelAbsVector |
getZ() |
|
int |
hashCode() |
Returns a hash code value for this
SBase instance. |
void |
initDefaults() |
Initializes the default values using the namespace.
|
boolean |
isSetHeight() |
|
boolean |
isSetRatio() |
|
boolean |
isSetRx() |
|
boolean |
isSetRy() |
|
boolean |
isSetWidth() |
|
boolean |
isSetX() |
|
boolean |
isSetY() |
|
boolean |
isSetZ() |
|
boolean |
readAttribute(java.lang.String attributeName,
java.lang.String prefix,
java.lang.String value) |
Sets the given attribute in this
SBase. |
void |
setHeight(RelAbsVector height) |
Set the value of height
|
void |
setRatio(double ratio) |
|
void |
setRx(RelAbsVector rx) |
Set the value of
rx |
void |
setRy(RelAbsVector ry) |
Set the value of
ry |
void |
setWidth(RelAbsVector width) |
Set the value of width
|
void |
setX(RelAbsVector x) |
Set the value of x
|
void |
setY(RelAbsVector y) |
Set the value of y
|
void |
setZ(RelAbsVector z) |
Set the value of z
|
boolean |
unsetHeight() |
Unsets the variable height
|
boolean |
unsetRatio() |
|
boolean |
unsetRx() |
Unsets the variable
rx |
boolean |
unsetRy() |
Unsets the variable
ry |
boolean |
unsetWidth() |
Unsets the variable width
|
boolean |
unsetX() |
Unsets the variable x
|
boolean |
unsetY() |
Unsets the variable y
|
boolean |
unsetZ() |
Unsets the variable z
|
java.util.Map<java.lang.String,java.lang.String> |
writeXMLAttributes() |
Returns a map with all the attributes of this
SBase that
need to be written out in XML. |
addCVTerm, addDeclaredNamespace, addExtension, addPlugin, addResources, appendAnnotation, appendAnnotation, appendNotes, appendNotes, createHistory, createPlugin, disablePackage, enablePackage, enablePackage, filterCVTerms, filterCVTerms, filterCVTerms, filterCVTerms, fireNodeRemovedEvent, firePropertyChange, getAllDeclaredNamespaces, getAnnotation, getAnnotationString, getCVTerm, getCVTermCount, getCVTerms, getDeclaredNamespaces, getElementByMetaId, getElementBySId, getElementName, getExtension, getExtensionCount, getExtensionPackages, getFirstElementIndex, getHistory, getId, getLevel, getLevelAndVersion, getMetaId, getModel, getName, getNamespace, getNotes, getNotesString, getNumCVTerms, getNumPlugins, getPackageName, getPackageVersion, getParent, getParentSBMLObject, getPlugin, getSBMLDocument, getSBOTerm, getSBOTermID, getURI, getVersion, hasExtension, hasValidAnnotation, hasValidLevelVersionNamespaceCombination, isExtendedByOtherPackages, isIdMandatory, isPackageEnabled, isPackageURIEnabled, isPkgEnabled, isPkgURIEnabled, isSetAnnotation, isSetHistory, isSetId, isSetLevel, isSetLevelAndVersion, isSetMetaId, isSetName, isSetNotes, isSetPackageVErsion, isSetParentSBMLObject, isSetPlugin, isSetSBOTerm, isSetVersion, isValidLevelAndVersionCombination, isValidMetaId, registerChild, removeCVTerm, removeCVTerm, removeDeclaredNamespaceByNamespace, removeDeclaredNamespaceByPrefix, removeTopLevelAnnotationElement, removeTopLevelAnnotationElement, removeTopLevelAnnotationElement, replaceTopLevelAnnotationElement, replaceTopLevelAnnotationElement, setAnnotation, setAnnotation, setAnnotation, setHistory, setId, setLevel, setMetaId, setName, setNamespace, setNotes, setNotes, setPackageVersion, setSBOTerm, setSBOTerm, setThisAsParentSBMLObject, setVersion, toString, unregisterChild, unsetAnnotation, unsetCVTerms, unsetExtension, unsetHistory, unsetId, unsetMetaId, unsetName, unsetNamespace, unsetNotes, unsetPlugin, unsetSBOTermaddAllChangeListeners, addAllChangeListeners, addTreeNodeChangeListener, addTreeNodeChangeListener, children, clearUserObjects, containsUserObjectKey, filter, filter, filter, fireNodeAddedEvent, getIndex, getListOfTreeNodeChangeListeners, getNumChildren, getRoot, getTreeNodeChangeListenerCount, getUserObject, indexOf, isLeaf, isRoot, isSetParent, isSetUserObjects, putUserObject, removeAllTreeNodeChangeListeners, removeAllTreeNodeChangeListeners, removeFromParent, removeTreeNodeChangeListener, removeTreeNodeChangeListener, removeUserObject, setParent, userObjectKeySetaddStrokeDash, getStroke, getStrokeDash, getStrokeDashArray, getStrokeWidth, isSetStroke, isSetStrokeDashArray, isSetStrokeWidth, setStroke, setStrokeDashArray, setStrokeDashArray, setStrokeWidth, unsetStroke, unsetStrokeDashArray, unsetStrokeWidthgetFill, getFillRule, isSetFill, isSetFillRule, setFill, setFillRule, unsetFill, unsetFillRuleremoveTreeNodeChangeListenerisSetTransform, setTransformgetTransform, unsetTransformaddAllChangeListeners, addAllChangeListeners, addTreeNodeChangeListener, addTreeNodeChangeListener, clearUserObjects, containsUserObjectKey, filter, filter, filter, fireNodeAddedEvent, getListOfTreeNodeChangeListeners, getRoot, getTreeNodeChangeListenerCount, getUserObject, isRoot, isSetParent, isSetUserObjects, putUserObject, removeAllTreeNodeChangeListeners, removeAllTreeNodeChangeListeners, removeFromParent, removeTreeNodeChangeListener, removeUserObject, userObjectKeySetpublic Rectangle()
Rectangle instance.public Rectangle(Rectangle obj)
obj - public RelAbsVector getRx()
rxpublic boolean isSetRx()
rx is setpublic void setRx(RelAbsVector rx)
rxrx - public boolean unsetRx()
rxtrue, if rx was set before,
otherwise falsepublic RelAbsVector getRy()
rypublic boolean isSetRy()
ry is setpublic void setRy(RelAbsVector ry)
ryry - public boolean unsetRy()
rytrue, if ry was set before,
otherwise falsepublic RelAbsVector getX()
public void setX(RelAbsVector x)
Point3Dpublic boolean unsetX()
public RelAbsVector getY()
public void setY(RelAbsVector y)
Point3Dpublic boolean unsetY()
public RelAbsVector getZ()
public void setZ(RelAbsVector z)
Point3Dpublic boolean unsetZ()
public RelAbsVector getHeight()
public boolean isSetHeight()
public void setHeight(RelAbsVector height)
height - public boolean unsetHeight()
true, if height was set before,
otherwise falsepublic RelAbsVector getWidth()
public boolean isSetWidth()
public void setWidth(RelAbsVector width)
width - public boolean unsetWidth()
true, if width was set before,
otherwise falsepublic double getRatio()
public boolean isSetRatio()
public void setRatio(double ratio)
ratio - of width/heightpublic boolean unsetRatio()
public Rectangle clone()
SBaseSBase with the same
properties
like this one.clone in interface SBaseclone in class GraphicalPrimitive2Dpublic void initDefaults()
TransformationinitDefaults in class GraphicalPrimitive2Dpublic boolean getAllowsChildren()
getAllowsChildren in interface javax.swing.tree.TreeNodegetAllowsChildren in class AbstractSBasepublic int getChildCount()
getChildCount in interface javax.swing.tree.TreeNodegetChildCount in class AbstractSBasepublic SBase getChildAt(int childIndex)
getChildAt in interface javax.swing.tree.TreeNodegetChildAt in class AbstractSBasepublic java.util.Map<java.lang.String,java.lang.String> writeXMLAttributes()
SBaseSBase that
need to be written out in XML.
The attribute name is used as a key and the attribute value as value. If a prefix is needed for the attribute name, it need to be set directly in this map.
writeXMLAttributes in interface SBasewriteXMLAttributes in class GraphicalPrimitive2DMap containing the XML attributes of this object.public boolean readAttribute(java.lang.String attributeName,
java.lang.String prefix,
java.lang.String value)
SBaseSBase.
If the given attribute name is not recognized, nothing is done and
false is returned.
readAttribute in interface SBasereadAttribute in class GraphicalPrimitive2DattributeName - localName of the XML attributeprefix - prefix of the XML attributevalue - value of the XML attributetrue if the attribute has been successfully read.public int hashCode()
SBaseSBase instance.hashCode in interface SBasehashCode in class GraphicalPrimitive2DSBase instance.Object.hashCode()public boolean equals(java.lang.Object obj)
SBase