Ellipse, LineEnding, Polygon, Rectangle, RenderGrouppublic class GraphicalPrimitive2D extends GraphicalPrimitive1D
| Modifier and Type | Class | Description |
|---|---|---|
static class |
GraphicalPrimitive2D.FillRule |
The type FillRule enumeration describes how a surface created by connecting points on a Polygon are to be filled when rendered.
|
| Modifier and Type | Field | Description |
|---|---|---|
protected java.lang.String |
fill |
Specifies fill style: Can be a color-string, a
ColorDefinition's
id, or a GradientBase's id; or "none" |
protected GraphicalPrimitive2D.FillRule |
fillRule |
ignoredExtensions, ignoredXMLElements, JSBML_WRONG_SBO_TERM, packageNamestroke, strokeDashArray, strokeWidthtransform| Constructor | Description |
|---|---|
GraphicalPrimitive2D() |
Creates an
GraphicalPrimitive2D instance |
GraphicalPrimitive2D(int level,
int version) |
Creates an
GraphicalPrimitive2D instance |
GraphicalPrimitive2D(GraphicalPrimitive2D obj) |
Clone constructor
|
| Modifier and Type | Method | Description |
|---|---|---|
GraphicalPrimitive2D |
clone() |
|
boolean |
equals(java.lang.Object obj) |
|
java.lang.String |
getFill() |
|
GraphicalPrimitive2D.FillRule |
getFillRule() |
|
int |
hashCode() |
|
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) |
|
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() |
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, getElementName, 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, userObjectKeySetaddStrokeDash, getStroke, getStrokeDash, getStrokeDashArray, getStrokeWidth, isSetStroke, isSetStrokeDashArray, isSetStrokeWidth, setStroke, setStrokeDashArray, setStrokeDashArray, setStrokeWidth, unsetStroke, unsetStrokeDashArray, unsetStrokeWidthfinalize, getClass, notify, notifyAll, wait, wait, waitisSetTransform, setTransformgetTransform, unsetTransformaddAllChangeListeners, addAllChangeListeners, addTreeNodeChangeListener, addTreeNodeChangeListener, clearUserObjects, containsUserObjectKey, filter, filter, filter, fireNodeAddedEvent, getListOfTreeNodeChangeListeners, getRoot, getTreeNodeChangeListenerCount, getUserObject, isRoot, isSetParent, isSetUserObjects, putUserObject, removeAllTreeNodeChangeListeners, removeAllTreeNodeChangeListeners, removeFromParent, removeTreeNodeChangeListener, removeUserObject, userObjectKeySetprotected java.lang.String fill
ColorDefinition's
id, or a GradientBase's id; or "none"protected GraphicalPrimitive2D.FillRule fillRule
public GraphicalPrimitive2D()
GraphicalPrimitive2D instancepublic GraphicalPrimitive2D(int level,
int version)
GraphicalPrimitive2D instancelevel - the SBML levelversion - the SBML versionpublic GraphicalPrimitive2D(GraphicalPrimitive2D obj)
obj - public GraphicalPrimitive2D clone()
clone in class GraphicalPrimitive1Dpublic void initDefaults()
TransformationinitDefaults in class GraphicalPrimitive1Dpublic int hashCode()
hashCode in class GraphicalPrimitive1Dpublic boolean equals(java.lang.Object obj)
equals in class GraphicalPrimitive1Dpublic java.lang.String getFill()
public boolean isSetFill()
public void setFill(java.lang.String fill)
fill - public boolean unsetFill()
true, if fill was set before,
otherwise falsepublic GraphicalPrimitive2D.FillRule getFillRule()
public boolean isSetFillRule()
public void setFillRule(GraphicalPrimitive2D.FillRule fillRule)
fillRule - public boolean unsetFillRule()
true, if fillRule was set before,
otherwise falsepublic java.util.Map<java.lang.String,java.lang.String> writeXMLAttributes()
writeXMLAttributes in class GraphicalPrimitive1Dpublic boolean readAttribute(java.lang.String attributeName,
java.lang.String prefix,
java.lang.String value)
readAttribute in class GraphicalPrimitive1DCopyright © 2009–2022. All rights reserved.