Uses of Class
io.process4j.core.bpmn.di.Label
-
Packages that use Label Package Description io.process4j.core.bpmn.di -
-
Uses of Label in io.process4j.core.bpmn.di
Methods in io.process4j.core.bpmn.di that return Label Modifier and Type Method Description Label
Edge. getLabel()
Label
Shape. getLabel()
Constructors in io.process4j.core.bpmn.di with parameters of type Label Constructor Description Edge(String bpmnElement, Label label, Waypoint... waypoints)
Shape(String bpmnElement, Bounds bounds, Label label)
-