Uses of Class
org.openbp.cockpit.modeler.figures.tag.AbstractTagFigure

Packages that use AbstractTagFigure
org.openbp.cockpit.modeler.figures.layouter   
org.openbp.cockpit.modeler.figures.process   
org.openbp.cockpit.modeler.figures.tag   
 

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

Fields in org.openbp.cockpit.modeler.figures.layouter declared as AbstractTagFigure
protected  AbstractTagFigure AbstractTagLayouter.tagFigure
          Tag figure to layout
 

Methods in org.openbp.cockpit.modeler.figures.layouter with parameters of type AbstractTagFigure
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 MultiplexLayouter.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).
 

Constructors in org.openbp.cockpit.modeler.figures.layouter with parameters of type AbstractTagFigure
AbstractTagLayouter(AbstractTagFigure tagFigure)
          Constructor.
HorizontalLayouter(AbstractTagFigure tagFigure)
          Constructor.
MultiplexLayouter(AbstractTagFigure tagFigure)
          Default constructor.
VerticalLayouter(AbstractTagFigure tagFigure)
          Constructor.
 

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

Subclasses of AbstractTagFigure in org.openbp.cockpit.modeler.figures.process
 class ParamFigure
          Figure that is used to represent node params of a socket.
 class SocketFigure
          Socket figure.
 

Constructors in org.openbp.cockpit.modeler.figures.process with parameters of type AbstractTagFigure
ParamFigure(AbstractTagFigure parent, NodeParam nodeParam, java.awt.Point origin)
           
 

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

Subclasses of AbstractTagFigure in org.openbp.cockpit.modeler.figures.tag
 class HorizontalRotatingTagFigure
          Horizontally oriented tag figure that may rotate around its parent.
 class SimpleTextTagFigure
          Simple tag figure that displays a line of text.
 class StraightTagFigure
          Non-rotating tag figure that contains simple content that does not change its order when the tag is moved.
 

Constructors in org.openbp.cockpit.modeler.figures.tag with parameters of type AbstractTagFigure
TagConnector(AbstractTagFigure connectorFigure)
          Default constructor.
 



Copyright © 2011. All Rights Reserved.