net.officefloor.eclipse.skin.standard.office
Class StandardDutyFigure

java.lang.Object
  extended by net.officefloor.eclipse.skin.standard.AbstractOfficeFloorFigure
      extended by net.officefloor.eclipse.skin.standard.office.StandardDutyFigure
All Implemented Interfaces:
DutyFigure, OfficeFloorFigure

public class StandardDutyFigure
extends AbstractOfficeFloorFigure
implements DutyFigure

Standard DutyFigure.

Author:
Daniel Sagenschneider

Constructor Summary
StandardDutyFigure(DutyFigureContext context)
          Initiate.
 
Method Summary
 void setDutyName(String dutyName)
          Specifies the DutyModel name to display.
 
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
 
Methods inherited from interface net.officefloor.eclipse.skin.OfficeFloorFigure
getContentPane, getFigure, getSourceConnectionAnchor, getTargetConnectionAnchor
 

Constructor Detail

StandardDutyFigure

public StandardDutyFigure(DutyFigureContext context)
Initiate.

Parameters:
context - DutyFigureContext.
Method Detail

setDutyName

public void setDutyName(String dutyName)
Description copied from interface: DutyFigure
Specifies the DutyModel name to display.

Specified by:
setDutyName in interface DutyFigure
Parameters:
dutyName - Name to display.


Copyright © 2005-2013. All Rights Reserved.