Uses of Enum Class
org.flowable.bpmn.model.AssociationDirection
Packages that use AssociationDirection
-
Uses of AssociationDirection in org.flowable.bpmn.model
Fields in org.flowable.bpmn.model declared as AssociationDirectionModifier and TypeFieldDescriptionprotected AssociationDirection
Association.associationDirection
AssociationModel.associationDirection
Methods in org.flowable.bpmn.model that return AssociationDirectionModifier and TypeMethodDescriptionAssociation.getAssociationDirection()
static AssociationDirection
Returns the enum constant of this class with the specified name.static AssociationDirection[]
AssociationDirection.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.flowable.bpmn.model with parameters of type AssociationDirectionModifier and TypeMethodDescriptionvoid
Association.setAssociationDirection
(AssociationDirection associationDirection) -
Uses of AssociationDirection in org.flowable.image.impl
Methods in org.flowable.image.impl with parameters of type AssociationDirectionModifier and TypeMethodDescriptionvoid
DefaultProcessDiagramCanvas.drawAssociation
(int[] xPoints, int[] yPoints, AssociationDirection associationDirection, boolean highLighted, double scaleFactor) void
DefaultProcessDiagramCanvas.drawConnection
(int[] xPoints, int[] yPoints, boolean conditional, boolean isDefault, String connectionType, AssociationDirection associationDirection, boolean highLighted, double scaleFactor)