net.officefloor.eclipse.skin.standard
Class StandardOfficeFloorSkin

java.lang.Object
  extended by net.officefloor.eclipse.skin.standard.StandardOfficeFloorSkin
All Implemented Interfaces:
OfficeFloorSkin

public class StandardOfficeFloorSkin
extends Object
implements OfficeFloorSkin

The standard OfficeFloorSkin.

Author:
Daniel Sagenschneider

Constructor Summary
StandardOfficeFloorSkin()
           
 
Method Summary
static StandardOfficeFloorColours getColours()
          Obtains the StandardOfficeFloorColours.
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StandardOfficeFloorSkin

public StandardOfficeFloorSkin()
Method Detail

getColours

public static StandardOfficeFloorColours getColours()
Obtains the StandardOfficeFloorColours. TODO provide means to configure these colours in properties.

Returns:
StandardOfficeFloorColours.

getDeskFigureFactory

public DeskFigureFactory getDeskFigureFactory()
Description copied from interface: OfficeFloorSkin
Obtains the DeskFigureFactory to create necessary IFigure instances for the DeskModel.

Specified by:
getDeskFigureFactory in interface OfficeFloorSkin
Returns:
DeskFigureFactory.

getOfficeFigureFactory

public OfficeFigureFactory getOfficeFigureFactory()
Description copied from interface: OfficeFloorSkin
Obtains the OfficeFigureFactory to create necessary IFigure instances for the OfficeModel.

Specified by:
getOfficeFigureFactory in interface OfficeFloorSkin
Returns:
OfficeFigureFactory.

getOfficeFloorFigureFactory

public OfficeFloorFigureFactory getOfficeFloorFigureFactory()
Description copied from interface: OfficeFloorSkin
Obtains the OfficeFloorFigureFactory to create necessary IFigure instances for the OfficeFloorModel.

Specified by:
getOfficeFloorFigureFactory in interface OfficeFloorSkin
Returns:
OfficeFloorFigureFactory.

getSectionFigureFactory

public SectionFigureFactory getSectionFigureFactory()
Description copied from interface: OfficeFloorSkin
Obtains the SectionFigureFactory to create necessary IFigure instances for the SectionModel.

Specified by:
getSectionFigureFactory in interface OfficeFloorSkin
Returns:
SectionFigureFactory.


Copyright © 2005-2013. All Rights Reserved.