Class BPMNLabelStyle

java.lang.Object
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.Style
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.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 Details

    • font

      protected Font font
  • Constructor Details

    • BPMNLabelStyle

      public BPMNLabelStyle()
  • Method Details

    • 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