Home / Development / Documentation / 2.0.44 / LegendMarginRightAdapter
TreeGraph 2
 


info.bioinfweb.treegraph.document.format.adapters.distance
Class LegendMarginRightAdapter

java.lang.Object
  extended by info.bioinfweb.treegraph.document.format.adapters.distance.AbstractLegendAdapter
      extended by info.bioinfweb.treegraph.document.format.adapters.distance.LegendMarginRightAdapter
All Implemented Interfaces:
DistanceAdapter

public class LegendMarginRightAdapter
extends AbstractLegendAdapter

Since:
2.0.25
Author:
Ben Stöver

Constructor Summary
LegendMarginRightAdapter()
           
 
Method Summary
 DistanceValue getDistanceValue(LegendFormats formats)
           
 String toString()
           
 
Methods inherited from class info.bioinfweb.treegraph.document.format.adapters.distance.AbstractLegendAdapter
getDistance, setDistance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LegendMarginRightAdapter

public LegendMarginRightAdapter()
Method Detail

getDistanceValue

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

toString

public String toString()
Overrides:
toString in class Object