info.bioinfweb.treegraph.gui.dialogs.specialformats.distanceadapters
Class LegendSpacingAdapter

java.lang.Object
  extended by info.bioinfweb.treegraph.gui.dialogs.specialformats.distanceadapters.AbstractLegendAdapter
      extended by info.bioinfweb.treegraph.gui.dialogs.specialformats.distanceadapters.LegendSpacingAdapter
All Implemented Interfaces:
DistanceAdapter

public class LegendSpacingAdapter
extends AbstractLegendAdapter
implements DistanceAdapter

Since:
2.0.25
Author:
Ben Stöver

Constructor Summary
LegendSpacingAdapter()
           
 
Method Summary
 DistanceValue getDistanceValue(LegendFormats formats)
           
 String toString()
           
 
Methods inherited from class info.bioinfweb.treegraph.gui.dialogs.specialformats.distanceadapters.AbstractLegendAdapter
getDistance, setDistance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface info.bioinfweb.treegraph.gui.dialogs.specialformats.distanceadapters.DistanceAdapter
getDistance, setDistance
 

Constructor Detail

LegendSpacingAdapter

public LegendSpacingAdapter()
Method Detail

getDistanceValue

public DistanceValue getDistanceValue(LegendFormats formats)
Specified by:
getDistanceValue in class AbstractLegendAdapter

toString

public String toString()
Overrides:
toString in class Object