Package de.xima.fc.common.workflow.bpmn
Class WorkflowBpmnLabelExtension
- java.lang.Object
-
- de.xima.fc.common.workflow.bpmn.WorkflowBpmnLabelExtension
-
public final class WorkflowBpmnLabelExtension extends Object
-
-
Constructor Summary
Constructors Constructor Description WorkflowBpmnLabelExtension(String label, Rectangular2DDouble bounds, WorkflowBpmnLabelStyle style)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Rectangular2DDouble
bounds()
String
label()
WorkflowBpmnLabelStyle
style()
-
-
-
Constructor Detail
-
WorkflowBpmnLabelExtension
public WorkflowBpmnLabelExtension(String label, Rectangular2DDouble bounds, WorkflowBpmnLabelStyle style)
-
-
Method Detail
-
bounds
public Rectangular2DDouble bounds()
-
label
public String label()
-
style
public WorkflowBpmnLabelStyle style()
-
-