Uses of Class
de.xima.fc.common.graphdot.ERankDirection
-
Packages that use ERankDirection Package Description de.xima.fc.common.graphdot Package with tools for working with the graph dot language.de.xima.fc.workflow.designer.bean de.xima.fc.workflow.designer.logic -
-
Uses of ERankDirection in de.xima.fc.common.graphdot
Methods in de.xima.fc.common.graphdot that return ERankDirection Modifier and Type Method Description static ERankDirection
ERankDirection. valueOf(String name)
Returns the enum constant of this type with the specified name.static ERankDirection[]
ERankDirection. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ERankDirection in de.xima.fc.workflow.designer.bean
Methods in de.xima.fc.workflow.designer.bean that return ERankDirection Modifier and Type Method Description ERankDirection
WorkflowFlowGraphVisualizationModel. getLayoutDirection()
Methods in de.xima.fc.workflow.designer.bean with parameters of type ERankDirection Modifier and Type Method Description void
WorkflowFlowGraphVisualizationModel. setLayoutDirection(ERankDirection layoutDirection)
-
Uses of ERankDirection in de.xima.fc.workflow.designer.logic
Methods in de.xima.fc.workflow.designer.logic that return ERankDirection Modifier and Type Method Description ERankDirection
FlowGraphToGraphDotConverterSettings. direction()
Methods in de.xima.fc.workflow.designer.logic with parameters of type ERankDirection Modifier and Type Method Description FlowGraphToGraphDotConverterSettings.Builder
FlowGraphToGraphDotConverterSettings.Builder. direction(ERankDirection direction)
-