Uses of Interface
org.camunda.bpm.model.bpmn.instance.bpmndi.BpmnLabelStyle

Packages that use BpmnLabelStyle
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
 class BpmnLabelStyleImpl
          The BPMNDI BPMNLabelStyle element
 

Fields in org.camunda.bpm.model.bpmn.impl.instance.bpmndi with type parameters of type BpmnLabelStyle
protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<BpmnLabelStyle> BpmnDiagramImpl.bpmnLabelStyleCollection
           
protected static org.camunda.bpm.model.xml.type.reference.AttributeReference<BpmnLabelStyle> BpmnLabelImpl.labelStyleAttribute
           
 

Methods in org.camunda.bpm.model.bpmn.impl.instance.bpmndi that return BpmnLabelStyle
 BpmnLabelStyle BpmnLabelImpl.getLabelStyle()
           
 

Methods in org.camunda.bpm.model.bpmn.impl.instance.bpmndi that return types with arguments of type BpmnLabelStyle
 Collection<BpmnLabelStyle> BpmnDiagramImpl.getBpmnLabelStyles()
           
 

Methods in org.camunda.bpm.model.bpmn.impl.instance.bpmndi with parameters of type BpmnLabelStyle
 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
 BpmnLabelStyle BpmnLabel.getLabelStyle()
           
 

Methods in org.camunda.bpm.model.bpmn.instance.bpmndi that return types with arguments of type BpmnLabelStyle
 Collection<BpmnLabelStyle> BpmnDiagram.getBpmnLabelStyles()
           
 

Methods in org.camunda.bpm.model.bpmn.instance.bpmndi with parameters of type BpmnLabelStyle
 void BpmnLabel.setLabelStyle(BpmnLabelStyle labelStyle)
           
 



Copyright © 2017 camunda services GmbH. All rights reserved.