Class BPMNLabelStyle


  • public class BPMNLabelStyle
    extends Style

    Java class for BPMNLabelStyle complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="BPMNLabelStyle">
       <complexContent>
         <extension base="{http://www.omg.org/spec/DD/20100524/DI}Style">
           <sequence>
             <element ref="{http://www.omg.org/spec/DD/20100524/DC}Font"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

      • font

        protected Font font
    • Constructor Detail

      • BPMNLabelStyle

        public BPMNLabelStyle()
    • Method Detail

      • getFont

        public Font getFont()
        Gets the value of the font property.
        Returns:
        possible object is Font
      • setFont

        public void setFont​(Font value)
        Sets the value of the font property.
        Parameters:
        value - allowed object is Font