public abstract class Diagram extends DiagramElement implements Diagram
DiagramElement.ExtensionDiagramElement.Extension| Modifier and Type | Field and Description |
|---|---|
protected String |
documentation |
protected String |
name |
protected Double |
resolution |
extension, id, sharedStyle, style| Constructor and Description |
|---|
Diagram() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDocumentation()
Gets the value of the documentation property.
|
String |
getName()
Gets the value of the name property.
|
Double |
getResolution()
Gets the value of the resolution property.
|
void |
setDocumentation(String value)
Sets the value of the documentation property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setResolution(Double value)
Sets the value of the resolution property.
|
getExtension, getId, getSharedStyle, getStyle, setExtension, setId, setSharedStyle, setStyleaddChildren, findAllChildren, getAdditionalAttributes, getChildren, getIdentifierString, getLocation, getNamespaceURI, getNsContext, getParent, getParentDRDElement, getPrefixForNamespaceURI, getURIFEEL, setAdditionalAttributes, setLocation, setParentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetExtension, getId, getSharedStyle, getStyle, setExtension, setId, setSharedStyle, setStyleaddChildren, findAllChildren, getAdditionalAttributes, getChildren, getIdentifierString, getLocation, getNamespaceURI, getNsContext, getParent, getParentDRDElement, getPrefixForNamespaceURI, getURIFEEL, recurseNsKeys, setAdditionalAttributes, setLocation, setParentprotected String name
protected String documentation
protected Double resolution
public String getName()
public void setName(String value)
public String getDocumentation()
getDocumentation in interface DiagramStringpublic void setDocumentation(String value)
setDocumentation in interface Diagramvalue - allowed object is
Stringpublic Double getResolution()
getResolution in interface DiagramDoublepublic void setResolution(Double value)
setResolution in interface Diagramvalue - allowed object is
DoubleCopyright © 2001–2020 JBoss by Red Hat. All rights reserved.