org.topcased.modeler.uml.statemachinediagram.figures
Class ConnectionPointReferenceFigure
java.lang.Object
PortFigure
org.topcased.modeler.uml.statemachinediagram.figures.ConnectionPointReferenceFigure
public class ConnectionPointReferenceFigure
- extends PortFigure
- ** Generated **
- NOT
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
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.
Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.