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 classBpmnLabelStyleImplThe 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. bpmnLabelStyleCollectionprotected static AttributeReference<BpmnLabelStyle>BpmnLabelImpl. labelStyleAttributeMethods in org.camunda.bpm.model.bpmn.impl.instance.bpmndi that return BpmnLabelStyle Modifier and Type Method Description BpmnLabelStyleBpmnLabelImpl. getLabelStyle()Methods in org.camunda.bpm.model.bpmn.impl.instance.bpmndi that return types with arguments of type BpmnLabelStyle Modifier and Type Method Description java.util.Collection<BpmnLabelStyle>BpmnDiagramImpl. getBpmnLabelStyles()Methods in org.camunda.bpm.model.bpmn.impl.instance.bpmndi with parameters of type BpmnLabelStyle Modifier and Type Method Description voidBpmnLabelImpl. 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 BpmnLabelStyleBpmnLabel. getLabelStyle()Methods in org.camunda.bpm.model.bpmn.instance.bpmndi that return types with arguments of type BpmnLabelStyle Modifier and Type Method Description java.util.Collection<BpmnLabelStyle>BpmnDiagram. getBpmnLabelStyles()Methods in org.camunda.bpm.model.bpmn.instance.bpmndi with parameters of type BpmnLabelStyle Modifier and Type Method Description voidBpmnLabel. setLabelStyle(BpmnLabelStyle labelStyle)
-