Uses of Class
org.omg.spec.bpmn.model.Font
-
Packages that use Font Package Description org.omg.spec.bpmn.model -
-
Uses of Font in org.omg.spec.bpmn.model
Fields in org.omg.spec.bpmn.model declared as Font Modifier and Type Field Description protected Font
BPMNLabelStyle. font
Methods in org.omg.spec.bpmn.model that return Font Modifier and Type Method Description Font
ObjectFactory. createFont()
Create an instance ofFont
Font
BPMNLabelStyle. getFont()
Gets the value of the font property.Methods in org.omg.spec.bpmn.model that return types with arguments of type Font Modifier and Type Method Description javax.xml.bind.JAXBElement<Font>
ObjectFactory. createFont(Font value)
Methods in org.omg.spec.bpmn.model with parameters of type Font Modifier and Type Method Description javax.xml.bind.JAXBElement<Font>
ObjectFactory. createFont(Font value)
void
BPMNLabelStyle. setFont(Font value)
Sets the value of the font property.
-