All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class CH.ifa.draw.samples.statechart.EndDot

CH.ifa.draw.standard.AbstractFigure
   |
   +----CH.ifa.draw.figures.AttributeFigure
           |
           +----CH.ifa.draw.figures.EllipseFigure
                   |
                   +----CH.ifa.draw.contrib.FixedSizeEllipse
                           |
                           +----CH.ifa.draw.samples.statechart.EndDot

public class EndDot
extends FixedSizeEllipse
A Final pseudostate in a statechart.


Constructor Index

 o EndDot()
 o EndDot(Point, Point)

Method Index

 o drawBackground(Graphics)
 o getExtension()
A hook to specify the size of this.

Constructors

 o EndDot
 public EndDot(Point origin,
               Point corner)
 o EndDot
 public EndDot()

Methods

 o getExtension
 protected Point getExtension()
A hook to specify the size of this.

Overrides:
getExtension in class FixedSizeEllipse
 o drawBackground
 public void drawBackground(Graphics g)

All Packages  Class Hierarchy  This Package  Previous  Next  Index