Uses of Class
org.openbp.cockpit.modeler.figures.generic.Orientation

Packages that use Orientation
org.openbp.cockpit.modeler.figures.generic   
org.openbp.cockpit.modeler.figures.layouter   
org.openbp.cockpit.modeler.figures.tag   
 

Uses of Orientation in org.openbp.cockpit.modeler.figures.generic
 

Fields in org.openbp.cockpit.modeler.figures.generic declared as Orientation
static Orientation XFigureDescriptor.DEFAULT_ORIENTATION
          Default orientation
 

Methods in org.openbp.cockpit.modeler.figures.generic that return Orientation
static Orientation CircleConstants.determineOrientation(double angle, java.awt.Rectangle rect)
          Determines the orientation from a given angle.
static Orientation Orientation.fromInt(int i)
           
 Orientation XFigureDescriptor.getOrientation()
          Gets the orientation of the figure.
 Orientation XFigure.getOrientation()
          Gets the orientation of the figure.
static Orientation Orientation.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Orientation[] Orientation.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.openbp.cockpit.modeler.figures.generic with parameters of type Orientation
 void XFigureDescriptor.setOrientation(Orientation orientation)
          Sets the orientation of the figure.
 void XFigure.setOrientation(Orientation orientation)
          Sets the orientation of the figure.
 

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

Fields in org.openbp.cockpit.modeler.figures.layouter declared as Orientation
protected  Orientation VerticalLayouter.hAlign
          Horizontal alignment (LEFT/RIGHT/CENTER)
protected  Orientation HorizontalLayouter.hAlign
          Horizontal alignment (LEFT/RIGHT)
protected  Orientation VerticalLayouter.vAlign
          Vertical alignment (TOP/BOTTOM)
protected  Orientation HorizontalLayouter.vAlign
          Vertical alignment (TOP/BOTTOM/CENTER)
 

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

Fields in org.openbp.cockpit.modeler.figures.tag declared as Orientation
protected  Orientation StraightTagFigure.tagOrientation
          Direction the tag is facing
 

Methods in org.openbp.cockpit.modeler.figures.tag that return Orientation
 Orientation AbstractTagFigure.determine2WayOrientation(boolean vertical)
          Determines the 2-way orientation of the tag figure.
 Orientation TagConnector.getLockedOrientation()
          Gets the locked orientation of the connector, if any.
 Orientation TagConnector.getOrientation()
          Determines the direction the connector is facing to.
 Orientation StraightTagFigure.getTagOrientation()
          Gets the direction the tag is facing.
 

Methods in org.openbp.cockpit.modeler.figures.tag with parameters of type Orientation
 void TagConnector.setLockedOrientation(Orientation lockedOrientation)
          Sets the locked orientation of the connector, if any.
 



Copyright © 2011. All Rights Reserved.