Package org.activiti.bpmn
Class BPMNLayout.Polygon
- java.lang.Object
-
- org.activiti.bpmn.BPMNLayout.Polygon
-
- Enclosing class:
- BPMNLayout
protected static class BPMNLayout.Polygon extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected BPMNLayout.PolylinelowerHeadprotected BPMNLayout.PolylinelowerTailprotected BPMNLayout.PolylineupperHeadprotected BPMNLayout.PolylineupperTail
-
Constructor Summary
Constructors Modifier Constructor Description protectedPolygon()
-
-
-
Field Detail
-
lowerHead
protected BPMNLayout.Polyline lowerHead
-
lowerTail
protected BPMNLayout.Polyline lowerTail
-
upperHead
protected BPMNLayout.Polyline upperHead
-
upperTail
protected BPMNLayout.Polyline upperTail
-
-