Home / Development / Documentation / 2.0.44 / RectangularCladogramFactory
TreeGraph 2
 


info.bioinfweb.treegraph.graphics.positionpaint
Class RectangularCladogramFactory

java.lang.Object
  extended by info.bioinfweb.treegraph.graphics.positionpaint.RectangularCladogramFactory
All Implemented Interfaces:
SinglePositionPaintFactory

 class RectangularCladogramFactory
extends Object
implements SinglePositionPaintFactory


Constructor Summary
RectangularCladogramFactory()
           
 
Method Summary
 TreePainter getPainter()
           
 TreePositioner getPositioner()
           
 boolean isPainter(TreePainter painter)
           
 boolean isPositioner(TreePositioner positioner)
           
 String name()
          Returns the name of this view mode.
 boolean needsBranchLengths()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RectangularCladogramFactory

RectangularCladogramFactory()
Method Detail

getPositioner

public TreePositioner getPositioner()
Specified by:
getPositioner in interface SinglePositionPaintFactory

getPainter

public TreePainter getPainter()
Specified by:
getPainter in interface SinglePositionPaintFactory

isPositioner

public boolean isPositioner(TreePositioner positioner)
Specified by:
isPositioner in interface SinglePositionPaintFactory

isPainter

public boolean isPainter(TreePainter painter)
Specified by:
isPainter in interface SinglePositionPaintFactory

name

public String name()
Description copied from interface: SinglePositionPaintFactory
Returns the name of this view mode.

Specified by:
name in interface SinglePositionPaintFactory
Returns:

needsBranchLengths

public boolean needsBranchLengths()
Specified by:
needsBranchLengths in interface SinglePositionPaintFactory