public class Image extends Transformation2D
transformignoredExtensions, ignoredXMLElements, JSBML_WRONG_SBO_TERM, packageNamelistOfListeners, parent, resourceBundle| Constructor and Description |
|---|
Image()
Creates an Image instance
|
Image(Image obj)
Clone constructor
|
Image(String id)
Creates a Image instance with an id.
|
| Modifier and Type | Method and Description |
|---|---|
Image |
clone() |
boolean |
equals(Object obj) |
boolean |
getAllowsChildren() |
SBase |
getChildAt(int childIndex) |
int |
getChildCount() |
double |
getHeight() |
String |
getHref() |
double |
getWidth() |
double |
getX() |
double |
getY() |
double |
getZ() |
int |
hashCode() |
void |
initDefaults()
Initializes the default values using the namespace.
|
boolean |
isAbsoluteHeight() |
boolean |
isAbsoluteWidth() |
boolean |
isAbsoluteX() |
boolean |
isAbsoluteY() |
boolean |
isAbsoluteZ() |
boolean |
isSetAbsoluteHeight() |
boolean |
isSetAbsoluteWidth() |
boolean |
isSetAbsoluteX() |
boolean |
isSetAbsoluteY() |
boolean |
isSetAbsoluteZ() |
boolean |
isSetHeight() |
boolean |
isSetHref() |
boolean |
isSetWidth() |
boolean |
isSetX() |
boolean |
isSetY() |
boolean |
isSetZ() |
boolean |
readAttribute(String attributeName,
String prefix,
String value) |
void |
setAbsoluteHeight(boolean absoluteHeight)
Set the value of absoluteHeight
|
void |
setAbsoluteWidth(boolean absoluteWidth)
Set the value of absoluteWidth
|
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 |
setHeight(double height)
Set the value of height
|
void |
setHref(String href)
Set the value of href
|
void |
setWidth(double width)
Set the value of width
|
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 |
unsetAbsoluteHeight()
Unsets the variable absoluteHeight
|
boolean |
unsetAbsoluteWidth()
Unsets the variable absoluteWidth
|
boolean |
unsetAbsoluteX()
Unsets the variable absoluteX
|
boolean |
unsetAbsoluteY()
Unsets the variable absoluteY
|
boolean |
unsetAbsoluteZ()
Unsets the variable absoluteZ
|
boolean |
unsetHeight()
Unsets the variable height
|
boolean |
unsetHref()
Unsets the variable href
|
boolean |
unsetWidth()
Unsets the variable width
|
boolean |
unsetX()
Unsets the variable x
|
boolean |
unsetY()
Unsets the variable y
|
boolean |
unsetZ()
Unsets the variable z
|
Map<String,String> |
writeXMLAttributes() |
getTransform, isSetTransform, setTransform, unsetTransformaddCVTerm, addDeclaredNamespace, addExtension, addPlugin, appendAnnotation, appendAnnotation, appendNotes, appendNotes, checkAndSetPackageNamespaceAndVersion, checkAndSetPackageNamespaceAndVersion, checkAttribute, checkLevelAndVersionCompatibility, createHistory, createPlugin, disablePackage, enablePackage, enablePackage, filterCVTerms, filterCVTerms, filterCVTerms, filterCVTerms, fireNodeRemovedEvent, firePropertyChange, getAnnotation, getAnnotationString, getCVTerm, getCVTermCount, getCVTerms, getDeclaredNamespaces, getElementByMetaId, getElementBySId, getElementName, getExtension, getExtensionCount, getExtensionPackages, 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, 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 Image()
public Image(String id)
id - public Image(Image obj)
obj - public Image clone()
clone in interface SBaseclone in class Transformation2Dpublic void initDefaults()
TransformationinitDefaults in class Transformation2Dpublic int hashCode()
hashCode in interface SBasehashCode in class Transformation2Dpublic boolean equals(Object obj)
equals in interface SBaseequals in class Transformation2Dpublic boolean getAllowsChildren()
getAllowsChildren in interface TreeNodegetAllowsChildren in class AbstractSBasepublic int getChildCount()
getChildCount in interface TreeNodegetChildCount in class AbstractSBasepublic SBase getChildAt(int childIndex)
getChildAt in interface TreeNodegetChildAt in class AbstractSBasepublic boolean isAbsoluteHeight()
public boolean isSetAbsoluteHeight()
public void setAbsoluteHeight(boolean absoluteHeight)
absoluteHeight - public boolean unsetAbsoluteHeight()
true, if absoluteHeight was set before,
otherwise falsepublic boolean isAbsoluteWidth()
public boolean isSetAbsoluteWidth()
public void setAbsoluteWidth(boolean absoluteWidth)
absoluteWidth - public boolean unsetAbsoluteWidth()
true, if absoluteWidth was set before,
otherwise falsepublic boolean isAbsoluteX()
public boolean isSetAbsoluteX()
public void setAbsoluteX(boolean absoluteX)
absoluteX - public boolean unsetAbsoluteX()
true, if absoluteX was set before,
otherwise falsepublic boolean isAbsoluteY()
public boolean isSetAbsoluteY()
public void setAbsoluteY(boolean absoluteY)
absoluteY - public boolean unsetAbsoluteY()
true, if absoluteY was set before,
otherwise falsepublic boolean isAbsoluteZ()
public boolean isSetAbsoluteZ()
public void setAbsoluteZ(boolean absoluteZ)
absoluteZ - public boolean unsetAbsoluteZ()
true, if absoluteZ was set before,
otherwise falsepublic double getHeight()
public boolean isSetHeight()
public void setHeight(double height)
height - public boolean unsetHeight()
true, if height was set before,
otherwise falsepublic String getHref()
public boolean isSetHref()
public void setHref(String href)
href - public boolean unsetHref()
true, if href was set before,
otherwise falsepublic double getWidth()
public boolean isSetWidth()
public void setWidth(double width)
width - public boolean unsetWidth()
true, if width was set before,
otherwise falsepublic double getX()
public boolean isSetX()
public void setX(double x)
x - public boolean unsetX()
true, if x was set before,
otherwise falsepublic double getY()
public boolean isSetY()
public void setY(double y)
y - public boolean unsetY()
true, if y was set before,
otherwise falsepublic double getZ()
public boolean isSetZ()
public void setZ(double z)
z - public boolean unsetZ()
true, if z was set before,
otherwise falsepublic Map<String,String> writeXMLAttributes()
writeXMLAttributes in interface SBasewriteXMLAttributes in class Transformationpublic boolean readAttribute(String attributeName, String prefix, String value)
readAttribute in interface SBasereadAttribute in class TransformationCopyright © 2009–2017. All rights reserved.