UML

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

java.lang.Object
  extended by PortFigure
      extended by org.topcased.modeler.uml.statemachinediagram.figures.ConnectionPointReferenceFigure

public class ConnectionPointReferenceFigure
extends PortFigure

** Generated **
NOT

Constructor Summary
ConnectionPointReferenceFigure(boolean isEntryPoint, boolean isExitPoint)
          Constructor
 
Method Summary
protected  void fillShape(org.eclipse.draw2d.Graphics graphics)
           
 org.eclipse.draw2d.geometry.Dimension getPreferredSize(int wHint, int hHint)
           
protected  void outlineShape(org.eclipse.draw2d.Graphics graphics)
           
 void setEntryPoint(boolean isEntryPoint)
           
 void setExitPoint(boolean isExitPoint)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectionPointReferenceFigure

public ConnectionPointReferenceFigure(boolean isEntryPoint,
                                      boolean isExitPoint)
Constructor

Parameters:
isEntryPoint - define whether the ConnectionPointReference is associated with at least one EntryPoint.
isExitPoint - define whether the ConnectionPointReference is associated with at least one ExitPoint.
** Generated **
NOT
Method Detail

getPreferredSize

public org.eclipse.draw2d.geometry.Dimension getPreferredSize(int wHint,
                                                              int hHint)
See Also:
IFigure.getPreferredSize(int, int)

outlineShape

protected void outlineShape(org.eclipse.draw2d.Graphics graphics)
See Also:
org.topcased.draw2d.figures.PortFigure#outlineShape(org.eclipse.draw2d.Graphics)

fillShape

protected void fillShape(org.eclipse.draw2d.Graphics graphics)
See Also:
org.topcased.draw2d.figures.PortFigure#fillShape(org.eclipse.draw2d.Graphics)

setEntryPoint

public void setEntryPoint(boolean isEntryPoint)
Parameters:
isEntryPoint - Specify whether the shape should draw as an EntryPoint.

setExitPoint

public void setExitPoint(boolean isExitPoint)
Parameters:
isExitPoint - Specify whether the shape should drawn as an ExitPoint.

UML

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