Home / Development / Documentation / 2.0.44 / LegendLineWidthAdapter
TreeGraph 2
 


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

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

public class LegendLineWidthAdapter
extends AbstractLegendAdapter
implements DistanceAdapter

This adapter is used to offer the user the possibility to select the legend line width in an adapter list in the GUI.

Since:
2.0.24
Author:
Ben Stöver

Constructor Summary
LegendLineWidthAdapter()
           
 
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
 
Methods inherited from interface info.bioinfweb.treegraph.document.format.adapters.distance.DistanceAdapter
getDistance, setDistance
 

Constructor Detail

LegendLineWidthAdapter

public LegendLineWidthAdapter()
Method Detail

getDistanceValue

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

toString

public String toString()
Overrides:
toString in class Object