| java.lang.Object org.openharmonise.workfloweditor.WorkflowLayoutStore
WorkflowLayoutStore | public class WorkflowLayoutStore implements ContextListener(Code) | | Manages the local storage of workflow diagram layouts.
author: Matthew Large version: $Revision: 1.1 $ |
getInstance | public static WorkflowLayoutStore getInstance()(Code) | | Returns the workflow layout store instance following the singleton
pattern.
Current instance |
getStageLayout | public Point2D.Float getStageLayout(String sWorkflowPath, String sStagePath)(Code) | | Returns the layout position for a given workflow stage instance as
part of a specific workflow.
Parameters: sWorkflowPath - Full path to workflow Parameters: sStagePath - Full path to workflow stage instance 2D point |
setStageLayout | public void setStageLayout(String sWorkflowPath, String sStagePath, Point2D.Float point)(Code) | | Sets the layout position of a specific workflow stage instance as
part of a specific workflow.
Parameters: sWorkflowPath - Full path to workflow Parameters: sStagePath - Full path to workflow stage instance Parameters: point - 2D point |
|
|