org.sbml.jsbml.ext.render
public class GraphicalPrimitive2D extends GraphicalPrimitive1D
Modifier and Type | Class and Description |
---|---|
protected static class |
GraphicalPrimitive2D.FillRule |
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
fill |
protected GraphicalPrimitive2D.FillRule |
fillRule |
private static long |
serialVersionUID
Generated serial version identifier
|
stroke, strokeDashArray, strokeWidth
transform
ignoredExtensions, ignoredXMLElements
listOfListeners, parent, UNKNOWN_ATTRIBUTES, UNKNOWN_ELEMENTS
Constructor and Description |
---|
GraphicalPrimitive2D()
Creates an GraphicalPrimitive2D instance
|
GraphicalPrimitive2D(GraphicalPrimitive2D obj)
Clone constructor
|
Modifier and Type | Method and Description |
---|---|
GraphicalPrimitive2D |
clone()
Creates a deep copy of this object, i.e., a new
SBase with the same properties
like this one. |
java.lang.String |
getFill() |
GraphicalPrimitive2D.FillRule |
getFillRule() |
void |
initDefaults()
Initializes the default values using the namespace.
|
boolean |
isSetFill() |
boolean |
isSetFillRule() |
boolean |
readAttribute(java.lang.String attributeName,
java.lang.String prefix,
java.lang.String value)
If the attribute is an id or name attribute, it will set the id or name
of this object with the value of the XML attribute ('value').
|
void |
setFill(java.lang.String fill)
Set the value of fill
|
void |
setFillRule(GraphicalPrimitive2D.FillRule fillRule)
Set the value of fillRule
|
boolean |
unsetFill()
Unsets the variable fill
|
boolean |
unsetFillRule()
Unsets the variable fillRule
|
java.util.Map<java.lang.String,java.lang.String> |
writeXMLAttributes() |
getAllowsChildren, getChildAt, getChildCount, getStroke, getStrokeDashArray, getStrokeWidth, isSetStroke, isSetStrokeDashArray, isSetStrokeWidth, setStroke, setStrokeDashArray, setStrokeWidth, unsetStroke, unsetStrokeDashArray, unsetStrokeWidth
getTransform, isSetTransform, setTransform, unsetTransform
toString
addCVTerm, addDeclaredNamespace, addExtension, appendNotes, appendNotes, checkLevelAndVersionCompatibility, createHistory, createPlugin, disablePackage, enablePackage, enablePackage, equals, filterCVTerms, filterCVTerms, filterCVTerms, fireNodeRemovedEvent, getAnnotation, getAnnotationString, getCVTerm, getCVTermCount, getCVTerms, getDeclaredNamespaces, getElementName, getExtension, getExtensionPackages, getHistory, getLevel, getLevelAndVersion, getMetaId, getModel, getNamespace, getNotes, getNotesString, getNumCVTerms, getNumPlugins, getParent, getParentSBMLObject, getPlugin, getSBMLDocument, getSBOTerm, getSBOTermID, getVersion, hashCode, hasValidAnnotation, hasValidLevelVersionNamespaceCombination, isExtendedByOtherPackages, isPackageEnabled, isPackageURIEnabled, isPkgEnabled, isPkgURIEnabled, isSetAnnotation, isSetHistory, isSetLevel, isSetLevelAndVersion, isSetMetaId, isSetNotes, isSetParentSBMLObject, isSetPlugin, isSetSBOTerm, isSetVersion, isValidLevelAndVersionCombination, isValidMetaId, notifyChildChange, registerChild, setAnnotation, setHistory, setLevel, setMetaId, setNamespace, setNotes, setNotes, setParentSBML, setParentSBMLObject, setSBOTerm, setSBOTerm, setThisAsParentSBMLObject, setVersion, unregister, unsetAnnotation, unsetCVTerms, unsetExtension, unsetHistory, unsetMetaId, unsetNamespace, unsetNotes, unsetPlugin, unsetSBOTerm
addAllChangeListeners, addTreeNodeChangeListener, addTreeNodeChangeListener, children, clearUserObjects, containsUserObjectKey, filter, filter, filter, fireNodeAddedEvent, firePropertyChange, getIndex, getListOfTreeNodeChangeListeners, getNumChildren, getRoot, getTreeNodeChangeListenerCount, getUserObject, indexOf, isLeaf, isRoot, isSetParent, isSetUserObjects, putUserObject, removeAllTreeNodeChangeListeners, removeFromParent, removeTreeNodeChangeListener, removeTreeNodeChangeListener, removeUserObject, setParent, userObjectKeySet
finalize, getClass, notify, notifyAll, wait, wait, wait
removeTreeNodeChangeListener
addAllChangeListeners, addTreeNodeChangeListener, addTreeNodeChangeListener, clearUserObjects, containsUserObjectKey, filter, filter, filter, fireNodeAddedEvent, firePropertyChange, getListOfTreeNodeChangeListeners, getRoot, getTreeNodeChangeListenerCount, getUserObject, isRoot, isSetParent, isSetUserObjects, putUserObject, removeAllTreeNodeChangeListeners, removeFromParent, removeTreeNodeChangeListener, removeUserObject, userObjectKeySet
private static final long serialVersionUID
protected java.lang.String fill
protected GraphicalPrimitive2D.FillRule fillRule
public GraphicalPrimitive2D()
public GraphicalPrimitive2D(GraphicalPrimitive2D obj)
public GraphicalPrimitive2D clone()
SBase
SBase
with the same properties
like this one.clone
in interface SBase
clone
in class GraphicalPrimitive1D
public void initDefaults()
Transformation
initDefaults
in class GraphicalPrimitive1D
public java.lang.String getFill()
public boolean isSetFill()
public void setFill(java.lang.String fill)
public boolean unsetFill()
true
, if fill was set before,
otherwise false
public GraphicalPrimitive2D.FillRule getFillRule()
public boolean isSetFillRule()
public void setFillRule(GraphicalPrimitive2D.FillRule fillRule)
public boolean unsetFillRule()
true
, if fillRule was set before,
otherwise false
public java.util.Map<java.lang.String,java.lang.String> writeXMLAttributes()
writeXMLAttributes
in interface SBase
writeXMLAttributes
in class GraphicalPrimitive1D
Map
containing the XML attributes of this object.public boolean readAttribute(java.lang.String attributeName, java.lang.String prefix, java.lang.String value)
SBase
readAttribute
in interface SBase
readAttribute
in class GraphicalPrimitive1D
attributeName
- localName of the XML attributeprefix
- prefix of the XML attributevalue
- value of the XML attributetrue
if the attribute has been successfully read.