public class RenderPoint extends RenderCurveSegment
RenderCurveSegment.TypeignoredExtensions, ignoredXMLElements, JSBML_WRONG_SBO_TERM, packageNamelistOfListeners, parent, resourceBundle| Constructor and Description |
|---|
RenderPoint()
Creates a new
RenderPoint instance |
RenderPoint(RenderPoint obj)
Clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
RenderPoint |
clone() |
boolean |
equals(Object obj) |
String |
getElementName() |
double |
getX() |
double |
getY() |
double |
getZ() |
int |
hashCode() |
void |
initDefaults()
Initializes the default values using the namespace.
|
boolean |
isAbsoluteX() |
boolean |
isAbsoluteY() |
boolean |
isAbsoluteZ() |
boolean |
isSetAbsoluteX() |
boolean |
isSetAbsoluteY() |
boolean |
isSetAbsoluteZ() |
boolean |
isSetX() |
boolean |
isSetY() |
boolean |
isSetZ() |
boolean |
readAttribute(String attributeName,
String prefix,
String value) |
void |
setAbsoluteX(boolean absoluteX)
Set the value of absoluteX
|
void |
setAbsoluteY(boolean absoluteY)
Set the value of absoluteY
|
void |
setAbsoluteZ(boolean absoluteZ)
Set the value of absoluteZ
|
void |
setX(double x)
Set the value of x
|
void |
setY(double y)
Set the value of y
|
void |
setZ(double z)
Set the value of z
|
boolean |
unsetAbsoluteX()
Unsets the variable absoluteX
|
boolean |
unsetAbsoluteY()
Unsets the variable absoluteY
|
boolean |
unsetAbsoluteZ()
Unsets the variable absoluteZ
|
boolean |
unsetX()
Unsets the variable x
|
boolean |
unsetY()
Unsets the variable y
|
boolean |
unsetZ()
Unsets the variable z
|
Map<String,String> |
writeXMLAttributes() |
getType, isRenderCubicBezier, isRenderPoint, isSetTypeaddCVTerm, addDeclaredNamespace, addExtension, addPlugin, 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, 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, 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, waitremoveTreeNodeChangeListeneraddAllChangeListeners, 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 interface SBaseclone in class AbstractSBasepublic String getElementName()
getElementName in interface SBasegetElementName in class AbstractSBasepublic double getX()
public double getY()
public double getZ()
public void initDefaults()
public boolean isAbsoluteX()
public boolean isAbsoluteY()
public boolean isAbsoluteZ()
public boolean isSetAbsoluteX()
public boolean isSetAbsoluteY()
public boolean isSetAbsoluteZ()
public boolean isSetX()
public boolean isSetY()
public boolean isSetZ()
public void setAbsoluteX(boolean absoluteX)
Point3Dpublic void setAbsoluteY(boolean absoluteY)
Point3Dpublic void setAbsoluteZ(boolean absoluteZ)
Point3Dpublic void setX(double x)
Point3Dpublic void setY(double y)
Point3Dpublic void setZ(double z)
Point3Dpublic boolean unsetAbsoluteX()
Point3Dtrue, if absoluteX was set before,
otherwise falsepublic boolean unsetAbsoluteY()
Point3Dtrue, if absoluteY was set before,
otherwise falsepublic boolean unsetAbsoluteZ()
Point3Dtrue, if absoluteZ was set before,
otherwise falsepublic 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 Map<String,String> writeXMLAttributes()
writeXMLAttributes in interface SBasewriteXMLAttributes in class RenderCurveSegmentpublic boolean readAttribute(String attributeName, String prefix, String value)
readAttribute in interface SBasereadAttribute in class RenderCurveSegmentpublic int hashCode()
hashCode in interface SBasehashCode in class RenderCurveSegmentpublic boolean equals(Object obj)
equals in interface SBaseequals in class RenderCurveSegmentCopyright © 2009–2018. All rights reserved.