org.topcased.modeler.uml.figure
Class UMLDiagramFigure.UMLHeaderBorder
java.lang.Object
org.eclipse.draw2d.AbstractBorder
org.topcased.modeler.uml.figure.UMLDiagramFigure.UMLHeaderBorder
- All Implemented Interfaces:
- org.eclipse.draw2d.Border
- Enclosing class:
- UMLDiagramFigure
public static class UMLDiagramFigure.UMLHeaderBorder
- extends org.eclipse.draw2d.AbstractBorder
The border common to all the UML Diagrams
Fields inherited from class org.eclipse.draw2d.AbstractBorder |
tempRect |
Method Summary |
org.eclipse.draw2d.geometry.Insets |
getInsets(org.eclipse.draw2d.IFigure figure)
|
void |
paint(org.eclipse.draw2d.IFigure figure,
org.eclipse.draw2d.Graphics graphics,
org.eclipse.draw2d.geometry.Insets insets)
Draw the border |
Methods inherited from class org.eclipse.draw2d.AbstractBorder |
getPaintRectangle, getPreferredSize, isOpaque |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UMLDiagramFigure.UMLHeaderBorder
public UMLDiagramFigure.UMLHeaderBorder()
- The Constructor
getInsets
public org.eclipse.draw2d.geometry.Insets getInsets(org.eclipse.draw2d.IFigure figure)
- See Also:
Border.getInsets(org.eclipse.draw2d.IFigure)
paint
public void paint(org.eclipse.draw2d.IFigure figure,
org.eclipse.draw2d.Graphics graphics,
org.eclipse.draw2d.geometry.Insets insets)
- Draw the border
- See Also:
Border.paint(org.eclipse.draw2d.IFigure, org.eclipse.draw2d.Graphics,
org.eclipse.draw2d.geometry.Insets)
Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.