UML

org.topcased.modeler.uml.statemachinediagram.figures
Class CompositeStateFigure

java.lang.Object
  extended by org.topcased.draw2d.figures.ContainerFigure
      extended by org.topcased.modeler.uml.statemachinediagram.figures.CompositeStateFigure

public class CompositeStateFigure
extends org.topcased.draw2d.figures.ContainerFigure

** Generated **

Nested Class Summary
static class CompositeStateFigure.CompositeStateHeaderBorder
          A Border at the left, top and right of the label
 
Constructor Summary
CompositeStateFigure()
          Constructor
 
Method Summary
protected  org.eclipse.draw2d.IFigure createContainer()
           
protected  ILabel createLabel()
           
 void setVerticalLayout(boolean isVertical)
          Change the orientation of the children Region Figures
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompositeStateFigure

public CompositeStateFigure()
Constructor

** Generated **
Method Detail

createContainer

protected org.eclipse.draw2d.IFigure createContainer()
See Also:
org.topcased.draw2d.figures.ContainerFigure#createContainer()

createLabel

protected ILabel createLabel()
See Also:
org.topcased.draw2d.figures.ContainerFigure#createLabel()

setVerticalLayout

public void setVerticalLayout(boolean isVertical)
Change the orientation of the children Region Figures

Parameters:
isVertical - Indicate whether Regions should be arranged vertically

UML

Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.