Uses of Interface
org.camunda.bpm.model.bpmn.instance.bpmndi.BpmnLabelStyle
-
Packages that use BpmnLabelStyle Package Description org.camunda.bpm.model.bpmn.impl.instance.bpmndi org.camunda.bpm.model.bpmn.instance.bpmndi -
-
Uses of BpmnLabelStyle in org.camunda.bpm.model.bpmn.impl.instance.bpmndi
Classes in org.camunda.bpm.model.bpmn.impl.instance.bpmndi that implement BpmnLabelStyle Modifier and Type Class Description class
BpmnLabelStyleImpl
The BPMNDI BPMNLabelStyle elementFields in org.camunda.bpm.model.bpmn.impl.instance.bpmndi with type parameters of type BpmnLabelStyle Modifier and Type Field Description protected static ChildElementCollection<BpmnLabelStyle>
BpmnDiagramImpl. bpmnLabelStyleCollection
protected static AttributeReference<BpmnLabelStyle>
BpmnLabelImpl. labelStyleAttribute
Methods in org.camunda.bpm.model.bpmn.impl.instance.bpmndi that return BpmnLabelStyle Modifier and Type Method Description BpmnLabelStyle
BpmnLabelImpl. getLabelStyle()
Methods in org.camunda.bpm.model.bpmn.impl.instance.bpmndi that return types with arguments of type BpmnLabelStyle Modifier and Type Method Description Collection<BpmnLabelStyle>
BpmnDiagramImpl. getBpmnLabelStyles()
Methods in org.camunda.bpm.model.bpmn.impl.instance.bpmndi with parameters of type BpmnLabelStyle Modifier and Type Method Description void
BpmnLabelImpl. setLabelStyle(BpmnLabelStyle labelStyle)
-
Uses of BpmnLabelStyle in org.camunda.bpm.model.bpmn.instance.bpmndi
Methods in org.camunda.bpm.model.bpmn.instance.bpmndi that return BpmnLabelStyle Modifier and Type Method Description BpmnLabelStyle
BpmnLabel. getLabelStyle()
Methods in org.camunda.bpm.model.bpmn.instance.bpmndi that return types with arguments of type BpmnLabelStyle Modifier and Type Method Description Collection<BpmnLabelStyle>
BpmnDiagram. getBpmnLabelStyles()
Methods in org.camunda.bpm.model.bpmn.instance.bpmndi with parameters of type BpmnLabelStyle Modifier and Type Method Description void
BpmnLabel. setLabelStyle(BpmnLabelStyle labelStyle)
-