Modelers

Package org.topcased.draw2d.figures

Interface Summary
IContainerFigure A figure that contains other objects.
ILabel The generic representation of a label : a figure which we can set and get some text.
ILabelFigure A figure that has a label.
IPortFigure An interface used to type figures that must handle like ports.
 

Class Summary
BorderedLabel A Shape that will represent a Rectangle shape with an EditableLabel inside.
ClassFigure A Figure that will represent a Class.
CloudFigure A Figure that displays a cloud
CommentFigure The figure to display a Comment.
ComposedLabel Composed label is a figure that contains one, two or three parts.
ComposedLabelFigure This figure is an editable label which can be edited
ComputerFigure A Figure that displays a computer
ContainerFigure A Class that provide a container Figure implementation.
ContainerWithInnerLabel This figure creates a container with a background figure (a rectangle figure by default) and a label in this figure.
EditableLabel A customized Label based on the label used in the flow example.
EditableLabel.TextProvider A TextProvider class where we define an abstract method getText() where subclasses must define the part of the Text that must be displayed during the editing.
EditableLabelFigure This figure is an editable label which can be edited
EllipsisFlowPage This FlowPage displays an ellipsis text (...) when the inner text vertical overflows
GraphicWithBottomLabelFigure Deprecated. Use the GraphicWithLabelFigure instead and set the labelPosition as PositionConstants.BOTTOM
GraphicWithLabelFigure This figure creates a bodyFigure (a rectangle figure by default) and a label associated with the body figure.
Label This is the Label class of eclipse draw2d with the generic representation of the label (ILabel)
LabelledPortFigure The figure that display an ILabel associated with an IPortFigure.
ManFigure Basic figure that display a man
OrientedPortFigure Provide management for the Figure that are drawn differently depending on the border on which it is attached.
OvalDecoration A Decoration used to render a filled Oval at the end of a Connection.
PackageFigure A Figure that will represent a Package.
PackageFigure.PackageHeaderFigureBorder A Border at the left, top and right of the label
PortFigure A basic implementation of the IPortFigure interface.
StateFigure Deprecated. Use the BorderedLabel instead that extends a Shape
TextFlow This is the TextFlow class of eclipse draw2d with the generic representation of the label (ILabel)
WomanFigure Basic figure that display a woman.
 


Modelers

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