net.officefloor.eclipse.skin.standard
Class OfficeFloorFigureImpl

java.lang.Object
  extended by net.officefloor.eclipse.skin.standard.AbstractOfficeFloorFigure
      extended by 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.
 
Method Summary
 
Methods inherited from class net.officefloor.eclipse.skin.standard.AbstractOfficeFloorFigure
getContentPane, getFigure, getSourceConnectionAnchor, getTargetConnectionAnchor, registerConnectionAnchor, registerSourceConnectionAnchor, registerTargetConnectionAnchor, setContentPane, setFigure
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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.