edu.sdsc.mbt.viewables
Class BondLabelNone

java.lang.Object
  extended byedu.sdsc.mbt.viewables.BondLabelNone
All Implemented Interfaces:
BondLabel

public class BondLabelNone
extends java.lang.Object
implements BondLabel

This class implements the BondLabel interface by producing a null string label.

Author:
John L. Moreland
See Also:
BondLabel, Bond

Field Summary
static java.lang.String NAME
           
 
Method Summary
static BondLabelNone create()
          Return the singleton instance of this class.
 java.lang.String getBondLabel(Bond bond)
          Produce a null label.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAME

public static final java.lang.String NAME
See Also:
Constant Field Values
Method Detail

create

public static BondLabelNone create()
Return the singleton instance of this class.


getBondLabel

public java.lang.String getBondLabel(Bond bond)
Produce a null label.

Specified by:
getBondLabel in interface BondLabel