Uses of Interface
org.camunda.bpm.model.bpmn.instance.dc.Font
-
Packages that use Font Package Description org.camunda.bpm.model.bpmn.impl.instance.bpmndi org.camunda.bpm.model.bpmn.impl.instance.dc org.camunda.bpm.model.bpmn.instance.bpmndi -
-
Uses of Font in org.camunda.bpm.model.bpmn.impl.instance.bpmndi
Fields in org.camunda.bpm.model.bpmn.impl.instance.bpmndi with type parameters of type Font Modifier and Type Field Description protected static ChildElement<Font>
BpmnLabelStyleImpl. fontChild
Methods in org.camunda.bpm.model.bpmn.impl.instance.bpmndi that return Font Modifier and Type Method Description Font
BpmnLabelStyleImpl. getFont()
Methods in org.camunda.bpm.model.bpmn.impl.instance.bpmndi with parameters of type Font Modifier and Type Method Description void
BpmnLabelStyleImpl. setFont(Font font)
-
Uses of Font in org.camunda.bpm.model.bpmn.impl.instance.dc
Classes in org.camunda.bpm.model.bpmn.impl.instance.dc that implement Font Modifier and Type Class Description class
FontImpl
The DC font element -
Uses of Font in org.camunda.bpm.model.bpmn.instance.bpmndi
Methods in org.camunda.bpm.model.bpmn.instance.bpmndi that return Font Modifier and Type Method Description Font
BpmnLabelStyle. getFont()
Methods in org.camunda.bpm.model.bpmn.instance.bpmndi with parameters of type Font Modifier and Type Method Description void
BpmnLabelStyle. setFont(Font font)
-