net.officefloor.eclipse.skin.standard
Class OfficeFloorFigureImpl
java.lang.Object
net.officefloor.eclipse.skin.standard.AbstractOfficeFloorFigure
net.officefloor.eclipse.skin.standard.OfficeFloorFigureImpl
- All Implemented Interfaces:
- OfficeFloorFigure
public class OfficeFloorFigureImpl
- extends AbstractOfficeFloorFigure
Abstract OfficeFloorFigure.
- Author:
- Daniel Sagenschneider
|
Constructor Summary |
OfficeFloorFigureImpl(org.eclipse.draw2d.IFigure figure)
Initiate to add children to top level IFigure. |
OfficeFloorFigureImpl(org.eclipse.draw2d.IFigure figure,
org.eclipse.draw2d.IFigure contentPane)
Initiate. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OfficeFloorFigureImpl
public OfficeFloorFigureImpl(org.eclipse.draw2d.IFigure figure,
org.eclipse.draw2d.IFigure contentPane)
- Initiate.
- Parameters:
figure - IFigure to represent the EditPart.contentPane - IFigure to add children of this EditPart.
OfficeFloorFigureImpl
public OfficeFloorFigureImpl(org.eclipse.draw2d.IFigure figure)
- Initiate to add children to top level
IFigure.
- Parameters:
figure - IFigure to represent the EditPart and also
potentially have children added.
Copyright © 2005-2013. All Rights Reserved.