Uses of Class
org.openbp.cockpit.modeler.figures.layouter.MultiplexLayouter

Packages that use MultiplexLayouter
org.openbp.cockpit.modeler.figures.layouter   
 

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

Methods in org.openbp.cockpit.modeler.figures.layouter that return MultiplexLayouter
static MultiplexLayouter MultiplexLayouter.getLeftRightInstance(AbstractTagFigure tag)
          The left-right multiplex layouter will layout the tag contents horizontally (from left to right).
static MultiplexLayouter MultiplexLayouter.getRadialInstance(AbstractTagFigure tag)
          The radial multiplex layouter will layout the tag contents radially according to the tag direction.
static MultiplexLayouter MultiplexLayouter.getRadialInstance2(AbstractTagFigure tag)
          The inverse radial multiplex layouter will layout the tag contents radially according to the tag direction, but in the inverse direction of the layouter returned by getRadialInstance(org.openbp.cockpit.modeler.figures.tag.AbstractTagFigure).
static MultiplexLayouter MultiplexLayouter.getStraightInstance(AbstractTagFigure tag)
           
static MultiplexLayouter MultiplexLayouter.getUpDownInstance(AbstractTagFigure tag)
          The left-right multiplex layouter will layout the tag contents vertically (from top to bottom).
 



Copyright © 2011. All Rights Reserved.