|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectinfo.bioinfweb.treegraph.document.format.adapters.distance.AbstractDistanceValueAdapter
public abstract class AbstractDistanceValueAdapter
| Constructor Summary | |
|---|---|
AbstractDistanceValueAdapter()
|
|
| Method Summary | |
|---|---|
float |
getDistance(Node node)
Returns the distance value in millimeters |
protected abstract DistanceValue |
getDistanceValue(Node node)
|
void |
setDistance(float distance,
Node node)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractDistanceValueAdapter()
| Method Detail |
|---|
protected abstract DistanceValue getDistanceValue(Node node)
public float getDistance(Node node)
DistanceAdapter
getDistance in interface DistanceAdapternode - - the node to get the distance value from
public void setDistance(float distance,
Node node)
setDistance in interface DistanceAdapterdistance - - the new distance value in millimeters
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||