org.openbp.cockpit.modeler.figures.generic
Interface Expandable

All Known Implementing Classes:
AbstractTagFigure, DecisionNodeFigure, FinalNodeFigure, ForkNodeFigure, HorizontalRotatingTagFigure, InitialNodeFigure, JoinNodeFigure, MergeNodeFigure, MultiSocketNodeFigure, NodeFigure, ParamFigure, PlaceholderNodeFigure, PrimitiveNodeFigure, SimpleTextTagFigure, SocketFigure, StraightTagFigure, WaitStateNodeFigure, WorkflowEndNodeFigure, WorkflowNodeFigure

public interface Expandable

An expandable figure has sub figures that are attached to the figure. This interface defines a single method that returns the 'basic' display box of the figure.

Author:
Stephan Moritz

Method Summary
 java.awt.Rectangle compactDisplayBox()
          Returns the display box of the figure, excluding any appendices.
 

Method Detail

compactDisplayBox

java.awt.Rectangle compactDisplayBox()
Returns the display box of the figure, excluding any appendices.



Copyright © 2011. All Rights Reserved.