org.sbml.jsbml.ext.layout
public abstract class CurveSegment extends AbstractSBase
LineSegment and CubicBezier.| Modifier and Type | Class and Description |
|---|---|
static class |
CurveSegment.Type |
| Modifier and Type | Field and Description |
|---|---|
private org.apache.log4j.Logger |
logger |
private static long |
serialVersionUID
Generated serial version identifier.
|
private CurveSegment.Type |
type |
ignoredExtensions, ignoredXMLElementslistOfListeners, parent, UNKNOWN_ATTRIBUTES, UNKNOWN_ELEMENTS| Constructor and Description |
|---|
CurveSegment() |
CurveSegment(CurveSegment curveSegment) |
CurveSegment(int level,
int version) |
| Modifier and Type | Method and Description |
|---|---|
abstract Point |
createEnd()
Creates, sets and returns an empty
Point. |
abstract Point |
createEnd(double x,
double y,
double z)
Creates, sets and returns a
Point based on the
given values. |
abstract Point |
createStart()
Creates, sets and returns an empty
Point. |
abstract Point |
createStart(double x,
double y,
double z)
Creates, sets and returns a
Point based on the
given values. |
boolean |
equals(java.lang.Object object)
|
abstract Point |
getEnd()
|
abstract Point |
getStart()
|
CurveSegment.Type |
getType() |
int |
hashCode()
Returns a hash code value for this
SBase instance. |
private void |
initDefaults() |
boolean |
isCubicBezier() |
boolean |
isLineSegment() |
abstract boolean |
isSetEnd()
|
abstract boolean |
isSetStart()
|
boolean |
isSetType() |
boolean |
readAttribute(java.lang.String attributeName,
java.lang.String prefix,
java.lang.String value)
Sets the given attribute in this
SBase. |
Point |
removeEnd() |
Point |
removeStart() |
abstract void |
setEnd(Point end)
|
abstract void |
setStart(Point start)
|
(package private) void |
setType(CurveSegment.Type type)
|
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, appendNotes, appendNotes, checkLevelAndVersionCompatibility, clone, createHistory, createPlugin, disablePackage, enablePackage, enablePackage, filterCVTerms, filterCVTerms, filterCVTerms, filterCVTerms, fireNodeRemovedEvent, firePropertyChange, getAllowsChildren, getAnnotation, getAnnotationString, getChildAt, getChildCount, getCVTerm, getCVTermCount, getCVTerms, getDeclaredNamespaces, getElementName, getExtension, getExtensionCount, getExtensionPackages, getHistory, getIdManager, getLevel, getLevelAndVersion, getMetaId, getModel, getNamespace, getNotes, getNotesString, getNumCVTerms, getNumPlugins, getParent, getParentSBMLObject, getPlugin, getSBMLDocument, getSBOTerm, getSBOTermID, getVersion, hasValidAnnotation, hasValidLevelVersionNamespaceCombination, isExtendedByOtherPackages, isPackageEnabled, isPackageURIEnabled, isPkgEnabled, isPkgURIEnabled, isSetAnnotation, isSetHistory, isSetLevel, isSetLevelAndVersion, isSetMetaId, isSetNotes, isSetParentSBMLObject, isSetPlugin, isSetSBOTerm, isSetVersion, isValidLevelAndVersionCombination, isValidMetaId, notifyChildChange, registerChild, removeCVTerm, removeCVTerm, setAnnotation, setHistory, setLevel, setMetaId, setNamespace, setNotes, setNotes, setParentSBML, setParentSBMLObject, setSBOTerm, setSBOTerm, setThisAsParentSBMLObject, setVersion, toString, unregisterChild, unsetAnnotation, unsetCVTerms, unsetExtension, unsetHistory, unsetMetaId, 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, 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, userObjectKeySetprivate static final long serialVersionUID
private org.apache.log4j.Logger logger
private CurveSegment.Type type
public CurveSegment()
public CurveSegment(CurveSegment curveSegment)
curveSegment - public CurveSegment(int level,
int version)
level - version - public abstract Point createEnd()
Point.Point object.public abstract Point createEnd(double x, double y, double z)
Point based on the
given values.x - y - z - Point object.public abstract Point createStart()
Point.Point object.public abstract Point createStart(double x, double y, double z)
Point based on the
given values.x - y - z - Point object.public boolean equals(java.lang.Object object)
SBasepublic abstract Point getEnd()
End Point of this CurveSegment.public abstract Point getStart()
Start Point of this CurveSegment.public CurveSegment.Type getType()
public int hashCode()
SBaseSBase instance.hashCode in interface SBasehashCode in class AbstractSBaseSBase instance.Object.hashCode()private void initDefaults()
public boolean isCubicBezier()
public boolean isLineSegment()
public abstract boolean isSetEnd()
true if the End Point is set.public abstract boolean isSetStart()
true if the Start Point is set.public boolean isSetType()
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 AbstractSBaseattributeName - localName of the XML attributeprefix - prefix of the XML attributevalue - value of the XML attributetrue if the attribute has been successfully read.public Point removeEnd()
public Point removeStart()
void setType(CurveSegment.Type type)
type - public 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 AbstractSBaseMap containing the XML attributes of this object.