Point3DRenderCubicBezierpublic class RenderPoint extends RenderCurveSegment
RenderCurveSegment.Type| Constructor | Description |
|---|---|
RenderPoint() |
Creates a new
RenderPoint instance |
RenderPoint(RenderPoint obj) |
Clone constructor
|
| Modifier and Type | Method | Description |
|---|---|---|
RenderPoint |
clone() |
|
boolean |
equals(java.lang.Object obj) |
|
java.lang.String |
getElementName() |
|
RelAbsVector |
getX() |
|
RelAbsVector |
getY() |
|
RelAbsVector |
getZ() |
|
int |
hashCode() |
|
void |
initDefaults() |
Initializes the default values using the namespace.
|
boolean |
isSetX() |
|
boolean |
isSetY() |
|
boolean |
isSetZ() |
|
boolean |
readAttribute(java.lang.String attributeName,
java.lang.String prefix,
java.lang.String value) |
|
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 |
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, getAllowsChildren, getAnnotation, getAnnotationString, getChildAt, getChildCount, getCVTerm, getCVTermCount, getCVTerms, getDeclaredNamespaces, getElementByMetaId, getElementBySId, 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, userObjectKeySetfinalize, getClass, notify, notifyAll, wait, wait, waitgetType, isRenderCubicBezier, isRenderPoint, isSetTypeaddAllChangeListeners, addAllChangeListeners, addTreeNodeChangeListener, addTreeNodeChangeListener, clearUserObjects, containsUserObjectKey, filter, filter, filter, fireNodeAddedEvent, getListOfTreeNodeChangeListeners, getRoot, getTreeNodeChangeListenerCount, getUserObject, isRoot, isSetParent, isSetUserObjects, putUserObject, removeAllTreeNodeChangeListeners, removeAllTreeNodeChangeListeners, removeFromParent, removeTreeNodeChangeListener, removeUserObject, userObjectKeySetpublic RenderPoint()
RenderPoint instancepublic RenderPoint(RenderPoint obj)
obj - the RenderPoint instance to clonepublic RenderPoint clone()
clone in class org.sbml.jsbml.AbstractSBasepublic java.lang.String getElementName()
getElementName in class org.sbml.jsbml.AbstractSBasepublic RelAbsVector getX()
public RelAbsVector getY()
public RelAbsVector getZ()
public void initDefaults()
public boolean isSetX()
public boolean isSetY()
public boolean isSetZ()
public void setX(RelAbsVector x)
Point3Dpublic void setY(RelAbsVector y)
Point3Dpublic void setZ(RelAbsVector z)
Point3Dpublic boolean unsetX()
Point3Dtrue, if x was set before,
otherwise falsepublic boolean unsetY()
Point3Dtrue, if y was set before,
otherwise falsepublic boolean unsetZ()
Point3Dtrue, if z was set before,
otherwise falsepublic java.util.Map<java.lang.String,java.lang.String> writeXMLAttributes()
writeXMLAttributes in class RenderCurveSegmentpublic boolean readAttribute(java.lang.String attributeName,
java.lang.String prefix,
java.lang.String value)
readAttribute in class RenderCurveSegmentpublic int hashCode()
hashCode in class RenderCurveSegmentpublic boolean equals(java.lang.Object obj)
equals in class RenderCurveSegmentCopyright © 2009–2022. All rights reserved.