Uses of Class
org.openbp.cockpit.modeler.drawing.ProcessDrawing

Packages that use ProcessDrawing
org.openbp.cockpit.itemeditor   
org.openbp.cockpit.modeler   
org.openbp.cockpit.modeler.drawing   
org.openbp.cockpit.modeler.figures   
org.openbp.cockpit.modeler.figures.process   
org.openbp.cockpit.modeler.figures.spline   
org.openbp.cockpit.modeler.figures.tag   
org.openbp.cockpit.modeler.util   
 

Uses of ProcessDrawing in org.openbp.cockpit.itemeditor
 

Fields in org.openbp.cockpit.itemeditor declared as ProcessDrawing
protected  ProcessDrawing NodeItemEditorPlugin.drawing
          Process drawing
 

Uses of ProcessDrawing in org.openbp.cockpit.modeler
 

Methods in org.openbp.cockpit.modeler that return ProcessDrawing
 ProcessDrawing Modeler.getDrawing()
          Returns the drawing associated with this editor.
 

Uses of ProcessDrawing in org.openbp.cockpit.modeler.drawing
 

Methods in org.openbp.cockpit.modeler.drawing that return ProcessDrawing
 ProcessDrawing ProcessDrawing.getDrawing()
           
 

Methods in org.openbp.cockpit.modeler.drawing with parameters of type ProcessDrawing
 void ProcessDrawing.setDrawing(ProcessDrawing processDrawing)
           
 

Uses of ProcessDrawing in org.openbp.cockpit.modeler.figures
 

Methods in org.openbp.cockpit.modeler.figures that return ProcessDrawing
 ProcessDrawing VisualElement.getDrawing()
          Gets the drawing the element is a part of.
 

Methods in org.openbp.cockpit.modeler.figures with parameters of type ProcessDrawing
 void VisualElement.setDrawing(ProcessDrawing processDrawing)
          Sets the drawing the element is a part of.
 

Uses of ProcessDrawing in org.openbp.cockpit.modeler.figures.process
 

Methods in org.openbp.cockpit.modeler.figures.process that return ProcessDrawing
 ProcessDrawing TextElementFigure.getDrawing()
           
 ProcessDrawing ProcessVariableFigure.getDrawing()
           
 ProcessDrawing ProcessVariableConnection.getDrawing()
           
 ProcessDrawing NodeFigure.getDrawing()
           
 ProcessDrawing LineFigure.getDrawing()
           
 

Methods in org.openbp.cockpit.modeler.figures.process with parameters of type ProcessDrawing
 void NodeFigure.connect(Node node, ProcessDrawing drawing)
          Connects the figure to a process object.
 void TextElementFigure.connect(TextElement textElement, ProcessDrawing drawing)
          Connects the figure to a process object.
 void TextElementFigure.setDrawing(ProcessDrawing drawing)
           
 void ProcessVariableFigure.setDrawing(ProcessDrawing drawing)
           
 void ProcessVariableConnection.setDrawing(ProcessDrawing drawing)
           
 void NodeFigure.setDrawing(ProcessDrawing drawing)
           
 void LineFigure.setDrawing(ProcessDrawing drawing)
           
 

Constructors in org.openbp.cockpit.modeler.figures.process with parameters of type ProcessDrawing
FlowConnection(ControlLink controlLink, ProcessDrawing drawing)
          Constructor.
FlowConnection(ProcessDrawing drawing)
          Constructor for a virgin figure.
HLineFigure(ProcessDrawing drawing)
          Default constructor.
LineFigure(ProcessDrawing drawing)
          Default constructor.
ParamConnection(DataLink dataLink, CH.ifa.draw.framework.Connector startConnector, CH.ifa.draw.framework.Connector endConnector, ProcessDrawing drawing)
          Constructor.
ParamConnection(ProcessDrawing drawing)
          Constructor for a virgin figure.
VLineFigure(ProcessDrawing drawing)
          Default constructor.
 

Uses of ProcessDrawing in org.openbp.cockpit.modeler.figures.spline
 

Methods in org.openbp.cockpit.modeler.figures.spline that return ProcessDrawing
 ProcessDrawing PolySplineConnection.getDrawing()
           
 

Methods in org.openbp.cockpit.modeler.figures.spline with parameters of type ProcessDrawing
 void PolySplineConnection.setDrawing(ProcessDrawing drawing)
           
 

Constructors in org.openbp.cockpit.modeler.figures.spline with parameters of type ProcessDrawing
PolySplineConnection(ProcessDrawing drawing)
          Constructor.
 

Uses of ProcessDrawing in org.openbp.cockpit.modeler.figures.tag
 

Methods in org.openbp.cockpit.modeler.figures.tag that return ProcessDrawing
 ProcessDrawing AbstractTagFigure.getDrawing()
           
 

Methods in org.openbp.cockpit.modeler.figures.tag with parameters of type ProcessDrawing
 void AbstractTagFigure.setDrawing(ProcessDrawing processDrawing)
           
 

Uses of ProcessDrawing in org.openbp.cockpit.modeler.util
 

Methods in org.openbp.cockpit.modeler.util with parameters of type ProcessDrawing
static void ModelerUtil.preventOverlap(ProcessDrawing drawing, CH.ifa.draw.framework.Figure figure)
          Positions the figure within the process drawing so that is doesn't completely overlap another figure.
 



Copyright © 2011. All Rights Reserved.