public interface OfficeFloorFigure
IFigure
for an EditPart
.Modifier and Type | Method and Description |
---|---|
org.eclipse.draw2d.IFigure |
getContentPane()
Obtains the
IFigure to add children of this EditPart . |
org.eclipse.draw2d.IFigure |
getFigure()
Obtains the
IFigure to represent the EditPart . |
org.eclipse.draw2d.ConnectionAnchor |
getSourceConnectionAnchor(Class<?> connectionModelType)
Obtains the source
ConnectionAnchor for the particular
ConnectionModel type. |
org.eclipse.draw2d.ConnectionAnchor |
getTargetConnectionAnchor(Class<?> connectionModelType)
Obtains the target
ConnectionAnchor for the particular
ConnectionModel type. |
org.eclipse.draw2d.IFigure getFigure()
IFigure
to represent the EditPart
.IFigure
to represent the EditPart
.org.eclipse.draw2d.IFigure getContentPane()
IFigure
to add children of this EditPart
.IFigure
to add children of this EditPart
.org.eclipse.draw2d.ConnectionAnchor getSourceConnectionAnchor(Class<?> connectionModelType)
ConnectionAnchor
for the particular
ConnectionModel
type.connectionModelType
- ConnectionModel
type.ConnectionAnchor
.org.eclipse.draw2d.ConnectionAnchor getTargetConnectionAnchor(Class<?> connectionModelType)
ConnectionAnchor
for the particular
ConnectionModel
type.connectionModelType
- ConnectionModel
type.ConnectionAnchor
.Copyright © 2005–2016. All rights reserved.