Class Label

  • Direct Known Subclasses:
    BPMNLabel

    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>
     
    • Field Detail

      • bounds

        protected Bounds bounds
    • Constructor Detail

      • Label

        public Label()
    • Method Detail

      • getBounds

        public Bounds getBounds()
        Gets the value of the bounds property.
        Returns:
        possible object is Bounds
      • setBounds

        public void setBounds​(Bounds value)
        Sets the value of the bounds property.
        Parameters:
        value - allowed object is Bounds