java.io.Serializable, java.lang.Cloneable, javax.swing.tree.TreeNode, Point3D, SBase, TreeNodeWithChangeSupportpublic class RenderCubicBezier extends RenderPoint
RenderCurveSegment.TypeJSBML_WRONG_SBO_TERM| Constructor | Description |
|---|---|
RenderCubicBezier() |
Creates an RenderCubicBezier instance
|
RenderCubicBezier(RenderCubicBezier obj) |
Clone constructor
|
| Modifier and Type | Method | Description |
|---|---|---|
RenderCubicBezier |
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) |
|
RelAbsVector |
getX1() |
|
RelAbsVector |
getX2() |
|
RelAbsVector |
getY1() |
|
RelAbsVector |
getY2() |
|
RelAbsVector |
getZ1() |
|
RelAbsVector |
getZ2() |
|
int |
hashCode() |
Returns a hash code value for this
SBase instance. |
void |
initDefaults() |
Initializes the default values using the namespace.
|
boolean |
isSetX1() |
|
boolean |
isSetX2() |
|
boolean |
isSetY1() |
|
boolean |
isSetY2() |
|
boolean |
isSetZ1() |
|
boolean |
isSetZ2() |
|
boolean |
readAttribute(java.lang.String attributeName,
java.lang.String prefix,
java.lang.String value) |
Sets the given attribute in this
SBase. |
void |
setX1(RelAbsVector x1) |
Set the value of x1
|
void |
setX2(RelAbsVector x2) |
Set the value of x2
|
void |
setY1(RelAbsVector y1) |
Set the value of y1
|
void |
setY2(RelAbsVector y2) |
Set the value of y2
|
void |
setZ1(RelAbsVector z1) |
Set the value of z1
|
void |
setZ2(RelAbsVector z2) |
Set the value of z2
|
boolean |
unsetX1() |
Unsets the variable x1
|
boolean |
unsetX2() |
Unsets the variable x2
|
boolean |
unsetY1() |
Unsets the variable y1
|
boolean |
unsetY2() |
Unsets the variable y2
|
boolean |
unsetZ1() |
Unsets the variable z1
|
boolean |
unsetZ2() |
Unsets the variable z2
|
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, getAllowsChildren, getAnnotation, getAnnotationString, getChildAt, getChildCount, getCVTerm, getCVTermCount, getCVTerms, getDeclaredNamespaces, getElementByMetaId, getElementBySId, 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, userObjectKeySetgetType, isRenderCubicBezier, isRenderPoint, isSetTypegetElementName, getX, getY, getZ, isSetX, isSetY, isSetZ, setX, setY, setZ, unsetX, unsetY, unsetZremoveTreeNodeChangeListeneraddAllChangeListeners, addAllChangeListeners, addTreeNodeChangeListener, addTreeNodeChangeListener, clearUserObjects, containsUserObjectKey, filter, filter, filter, fireNodeAddedEvent, getListOfTreeNodeChangeListeners, getRoot, getTreeNodeChangeListenerCount, getUserObject, isRoot, isSetParent, isSetUserObjects, putUserObject, removeAllTreeNodeChangeListeners, removeAllTreeNodeChangeListeners, removeFromParent, removeTreeNodeChangeListener, removeUserObject, userObjectKeySetpublic RenderCubicBezier()
public RenderCubicBezier(RenderCubicBezier obj)
obj - the RenderCubicBezier instance to clonepublic RenderCubicBezier clone()
SBaseSBase with the same
properties
like this one.clone in interface SBaseclone in class RenderPointpublic RelAbsVector getX1()
public RelAbsVector getX2()
public RelAbsVector getY1()
public RelAbsVector getY2()
public RelAbsVector getZ1()
public RelAbsVector getZ2()
public void initDefaults()
RenderPointinitDefaults in class RenderPointpublic boolean isSetX1()
public boolean isSetX2()
public boolean isSetY1()
public boolean isSetY2()
public boolean isSetZ1()
public boolean isSetZ2()
public void setX1(RelAbsVector x1)
x1 - public void setX2(RelAbsVector x2)
x2 - public void setY1(RelAbsVector y1)
y1 - public void setY2(RelAbsVector y2)
y2 - public void setZ1(RelAbsVector z1)
z1 - public void setZ2(RelAbsVector z2)
z2 - public boolean unsetX1()
true, if x1 was set before,
otherwise falsepublic boolean unsetX2()
true, if x2 was set before,
otherwise falsepublic boolean unsetY1()
true, if y1 was set before,
otherwise falsepublic boolean unsetY2()
true, if y2 was set before,
otherwise falsepublic boolean unsetZ1()
true, if z1 was set before,
otherwise falsepublic boolean unsetZ2()
true, if z2 was set before,
otherwise falsepublic 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 RenderPointMap 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 RenderPointattributeName - 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 RenderPointSBase instance.Object.hashCode()public boolean equals(java.lang.Object obj)
SBase