Point3Dpublic class Rectangle extends GraphicalPrimitive2D implements Point3D
GraphicalPrimitive2D.FillRuleignoredExtensions, ignoredXMLElements, JSBML_WRONG_SBO_TERM, packageNamestroke, strokeDashArray, strokeWidthfill, fillRuletransform| Constructor | Description |
|---|---|
Rectangle() |
Creates a new
Rectangle instance. |
Rectangle(Rectangle obj) |
Clone constructor
|
| Modifier and Type | Method | Description |
|---|---|---|
Rectangle |
clone() |
|
boolean |
equals(java.lang.Object obj) |
|
boolean |
getAllowsChildren() |
|
org.sbml.jsbml.SBase |
getChildAt(int childIndex) |
|
int |
getChildCount() |
|
RelAbsVector |
getHeight() |
|
double |
getRatio() |
|
RelAbsVector |
getRx() |
|
RelAbsVector |
getRy() |
|
RelAbsVector |
getWidth() |
|
RelAbsVector |
getX() |
|
RelAbsVector |
getY() |
|
RelAbsVector |
getZ() |
|
int |
hashCode() |
|
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) |
|
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() |
addCVTerm, addDeclaredNamespace, addExtension, addPlugin, addResources, appendAnnotation, appendAnnotation, appendNotes, appendNotes, checkAndSetPackageNamespaceAndVersion, checkAndSetPackageNamespaceAndVersion, checkAttribute, checkIdentifier, checkLevelAndVersionCompatibility, 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, getIdManager, 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, notifyChildChange, registerChild, removeCVTerm, removeCVTerm, removeDeclaredNamespaceByNamespace, removeDeclaredNamespaceByPrefix, removeTopLevelAnnotationElement, removeTopLevelAnnotationElement, removeTopLevelAnnotationElement, replaceTopLevelAnnotationElement, replaceTopLevelAnnotationElement, setAnnotation, setAnnotation, setAnnotation, setHistory, setId, setLevel, setMetaId, setName, setNamespace, setNotes, setNotes, setPackageVersion, setParentSBML, setParentSBMLObject, 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, isCloningInProgress, isInvalidSBMLAllowed, isLeaf, isReadingInProgress, 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, unsetFillRulefinalize, getClass, notify, notifyAll, wait, wait, waitisSetTransform, 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()
clone in class GraphicalPrimitive2Dpublic void initDefaults()
TransformationinitDefaults in class GraphicalPrimitive2Dpublic boolean getAllowsChildren()
getAllowsChildren in class org.sbml.jsbml.AbstractSBasepublic int getChildCount()
getChildCount in class org.sbml.jsbml.AbstractSBasepublic org.sbml.jsbml.SBase getChildAt(int childIndex)
getChildAt in class org.sbml.jsbml.AbstractSBasepublic java.util.Map<java.lang.String,java.lang.String> writeXMLAttributes()
writeXMLAttributes in class GraphicalPrimitive2Dpublic boolean readAttribute(java.lang.String attributeName,
java.lang.String prefix,
java.lang.String value)
readAttribute in class GraphicalPrimitive2Dpublic int hashCode()
hashCode in class GraphicalPrimitive2Dpublic boolean equals(java.lang.Object obj)
equals in class GraphicalPrimitive2DCopyright © 2009–2022. All rights reserved.