Uses of Class
org.kie.workbench.common.stunner.shapes.def.ConnectorShapeDef.Direction
-
Packages that use ConnectorShapeDef.Direction Package Description org.kie.workbench.common.stunner.shapes.def -
-
Uses of ConnectorShapeDef.Direction in org.kie.workbench.common.stunner.shapes.def
Methods in org.kie.workbench.common.stunner.shapes.def that return ConnectorShapeDef.Direction Modifier and Type Method Description default ConnectorShapeDef.DirectionConnectorShapeDef. getDirection(W definition)static ConnectorShapeDef.DirectionConnectorShapeDef.Direction. valueOf(String name)Returns the enum constant of this type with the specified name.static ConnectorShapeDef.Direction[]ConnectorShapeDef.Direction. values()Returns an array containing the constants of this enum type, in the order they are declared.
-