Ecore

org.topcased.modeler.ecore.ediagram.figures
Class EAnnotationFigure

java.lang.Object
  extended by org.topcased.draw2d.figures.ClassFigure
      extended by org.topcased.modeler.ecore.ediagram.figures.EAnnotationFigure

public class EAnnotationFigure
extends org.topcased.draw2d.figures.ClassFigure

The figure to display a EAnnotation. A Figure with a bent corner and an embedded TextFlow within a FlowPage that contains text.

** Generated **

Constructor Summary
EAnnotationFigure()
          Constructor
 
Method Summary
protected  void drawFigure()
          Create a custom contentPane Figure
protected  void paintFigure(org.eclipse.draw2d.Graphics graphics)
          Draw a specific Figure
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EAnnotationFigure

public EAnnotationFigure()
Constructor Creates a new EAnnotationFigure with a MarginBorder that is the given size and a FlowPage containing a TextFlow with the style WORD_WRAP_SOFT.

** Generated **
Method Detail

drawFigure

protected void drawFigure()
Create a custom contentPane Figure

See Also:
org.topcased.draw2d.figures.ClassFigure#drawFigure()

paintFigure

protected void paintFigure(org.eclipse.draw2d.Graphics graphics)
Draw a specific Figure

See Also:
Figure.paintFigure(org.eclipse.draw2d.Graphics)

Ecore

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