Uses of Interface
org.flowable.cmmn.image.impl.DefaultCaseDiagramGenerator.ActivityDrawInstruction
-
Packages that use DefaultCaseDiagramGenerator.ActivityDrawInstruction Package Description org.flowable.cmmn.image.impl -
-
Uses of DefaultCaseDiagramGenerator.ActivityDrawInstruction in org.flowable.cmmn.image.impl
Fields in org.flowable.cmmn.image.impl with type parameters of type DefaultCaseDiagramGenerator.ActivityDrawInstruction Modifier and Type Field Description protected Map<Class<? extends CmmnElement>,DefaultCaseDiagramGenerator.ActivityDrawInstruction>DefaultCaseDiagramGenerator. activityDrawInstructionsMethods in org.flowable.cmmn.image.impl that return types with arguments of type DefaultCaseDiagramGenerator.ActivityDrawInstruction Modifier and Type Method Description Map<Class<? extends CmmnElement>,DefaultCaseDiagramGenerator.ActivityDrawInstruction>DefaultCaseDiagramGenerator. getActivityDrawInstructions()Method parameters in org.flowable.cmmn.image.impl with type arguments of type DefaultCaseDiagramGenerator.ActivityDrawInstruction Modifier and Type Method Description voidDefaultCaseDiagramGenerator. setActivityDrawInstructions(Map<Class<? extends CmmnElement>,DefaultCaseDiagramGenerator.ActivityDrawInstruction> activityDrawInstructions)
-