public abstract class Label extends Node
Java class for Label complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Label">
<complexContent>
<extension base="{http://www.omg.org/spec/DD/20100524/DI}Node">
<sequence>
<element ref="{http://www.omg.org/spec/DD/20100524/DC}Bounds" minOccurs="0"/>
</sequence>
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
DiagramElement.Extension| Modifier and Type | Field and Description |
|---|---|
protected Bounds |
bounds |
extension, id| Constructor and Description |
|---|
Label() |
| Modifier and Type | Method and Description |
|---|---|
Bounds |
getBounds()
Gets the value of the bounds property.
|
void |
setBounds(Bounds value)
Sets the value of the bounds property.
|
getExtension, getId, getOtherAttributes, setExtension, setIdprotected Bounds bounds
Copyright © 2018 SAP SE. All Rights Reserved.