net.officefloor.eclipse.skin
Interface OfficeFloorSkin

All Known Implementing Classes:
StandardOfficeFloorSkin

public interface OfficeFloorSkin

Skin that creates the necessary IFigure instances for representing the Office Floor within Eclipse.

Author:
Daniel Sagenschneider

Method Summary
 DeskFigureFactory getDeskFigureFactory()
          Obtains the DeskFigureFactory to create necessary IFigure instances for the DeskModel.
 OfficeFigureFactory getOfficeFigureFactory()
          Obtains the OfficeFigureFactory to create necessary IFigure instances for the OfficeModel.
 OfficeFloorFigureFactory getOfficeFloorFigureFactory()
          Obtains the OfficeFloorFigureFactory to create necessary IFigure instances for the OfficeFloorModel.
 SectionFigureFactory getSectionFigureFactory()
          Obtains the SectionFigureFactory to create necessary IFigure instances for the SectionModel.
 

Method Detail

getDeskFigureFactory

DeskFigureFactory getDeskFigureFactory()
Obtains the DeskFigureFactory to create necessary IFigure instances for the DeskModel.

Returns:
DeskFigureFactory.

getOfficeFigureFactory

OfficeFigureFactory getOfficeFigureFactory()
Obtains the OfficeFigureFactory to create necessary IFigure instances for the OfficeModel.

Returns:
OfficeFigureFactory.

getOfficeFloorFigureFactory

OfficeFloorFigureFactory getOfficeFloorFigureFactory()
Obtains the OfficeFloorFigureFactory to create necessary IFigure instances for the OfficeFloorModel.

Returns:
OfficeFloorFigureFactory.

getSectionFigureFactory

SectionFigureFactory getSectionFigureFactory()
Obtains the SectionFigureFactory to create necessary IFigure instances for the SectionModel.

Returns:
SectionFigureFactory.


Copyright © 2005-2013. All Rights Reserved.