org.openbp.cockpit.modeler.figures.layouter
Interface LayoutableTag

All Known Implementing Classes:
AbstractTagFigure, HorizontalRotatingTagFigure, ParamFigure, SimpleTextTagFigure, SocketFigure, StraightTagFigure

public interface LayoutableTag

Interface that defines a figure that can be layouted by a TagLayouter

Author:
Heiko Erhardt

Method Summary
 TagLayouter getLayouter()
          Gets the layouter.
 void layoutTag()
          Performs the layouts of the figure.
 void setLayouter(TagLayouter layouter)
          Sets the layouter.
 

Method Detail

getLayouter

TagLayouter getLayouter()
Gets the layouter.


setLayouter

void setLayouter(TagLayouter layouter)
Sets the layouter.


layoutTag

void layoutTag()
Performs the layouts of the figure.



Copyright © 2011. All Rights Reserved.