Package org.omg.spec.bpmn.model
Class BPMNLabelStyle
- java.lang.Object
-
- org.omg.spec.bpmn.model.Style
-
- org.omg.spec.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>
-
-
Constructor Summary
Constructors Constructor Description BPMNLabelStyle()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Font
getFont()
Gets the value of the font property.void
setFont(Font value)
Sets the value of the font property.
-
-
-
Field Detail
-
font
protected Font font
-
-