Uses of Interface
org.activiti.image.impl.DefaultProcessDiagramGenerator.ArtifactDrawInstruction
-
Packages that use DefaultProcessDiagramGenerator.ArtifactDrawInstruction Package Description org.activiti.image.impl -
-
Uses of DefaultProcessDiagramGenerator.ArtifactDrawInstruction in org.activiti.image.impl
Fields in org.activiti.image.impl with type parameters of type DefaultProcessDiagramGenerator.ArtifactDrawInstruction Modifier and Type Field Description protected java.util.Map<java.lang.Class<? extends org.activiti.bpmn.model.BaseElement>,DefaultProcessDiagramGenerator.ArtifactDrawInstruction>DefaultProcessDiagramGenerator. artifactDrawInstructionsMethods in org.activiti.image.impl that return types with arguments of type DefaultProcessDiagramGenerator.ArtifactDrawInstruction Modifier and Type Method Description java.util.Map<java.lang.Class<? extends org.activiti.bpmn.model.BaseElement>,DefaultProcessDiagramGenerator.ArtifactDrawInstruction>DefaultProcessDiagramGenerator. getArtifactDrawInstructions()Method parameters in org.activiti.image.impl with type arguments of type DefaultProcessDiagramGenerator.ArtifactDrawInstruction Modifier and Type Method Description voidDefaultProcessDiagramGenerator. setArtifactDrawInstructions(java.util.Map<java.lang.Class<? extends org.activiti.bpmn.model.BaseElement>,DefaultProcessDiagramGenerator.ArtifactDrawInstruction> artifactDrawInstructions)
-