Uses of Interface
org.openbp.cockpit.modeler.figures.layouter.TagLayouter

Packages that use TagLayouter
org.openbp.cockpit.modeler.figures.layouter   
org.openbp.cockpit.modeler.figures.tag   
 

Uses of TagLayouter in org.openbp.cockpit.modeler.figures.layouter
 

Classes in org.openbp.cockpit.modeler.figures.layouter that implement TagLayouter
 class AbstractTagLayouter
          A tag layouter is responsible for laying out the sub figures of a tag.
 class HorizontalLayouter
          Horizontal layouter.
 class MultiplexLayouter
          Layout multiplexer that delegates layouting to a surrogate according to the direction of the tag.
 class VerticalLayouter
          Vertical layouter.
 

Methods in org.openbp.cockpit.modeler.figures.layouter that return TagLayouter
 TagLayouter MultiplexLayouter.getActiveLayouter()
          Gets the the currently active layouter.
 TagLayouter LayoutableTag.getLayouter()
          Gets the layouter.
 

Methods in org.openbp.cockpit.modeler.figures.layouter with parameters of type TagLayouter
 void MultiplexLayouter.setLayouter(int begin, int end, TagLayouter layouter, int mappedDir)
          Sets the surrogate layouter for a given direction range.
 void MultiplexLayouter.setLayouter(int dir, TagLayouter layouter, int mappedDir)
          Sets the surrogate layouter for a given direction.
 void LayoutableTag.setLayouter(TagLayouter layouter)
          Sets the layouter.
 

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

Fields in org.openbp.cockpit.modeler.figures.tag declared as TagLayouter
protected  TagLayouter AbstractTagFigure.layouter
          The layouter is responsible for laying out the tag content
 

Methods in org.openbp.cockpit.modeler.figures.tag that return TagLayouter
 TagLayouter AbstractTagFigure.getLayouter()
          Gets the the layouter is responsible for laying out the tag content.
 

Methods in org.openbp.cockpit.modeler.figures.tag with parameters of type TagLayouter
 void AbstractTagFigure.setLayouter(TagLayouter layouter)
          Sets the the layouter is responsible for laying out the tag content.
 



Copyright © 2011. All Rights Reserved.