info.bioinfweb.treegraph.graphics.positionpaint
Class PhylogramFactory
java.lang.Object
  
info.bioinfweb.treegraph.graphics.positionpaint.PhylogramFactory
- All Implemented Interfaces: 
 - SinglePositionPaintFactory
 
 class PhylogramFactory
- extends Object
- implements SinglePositionPaintFactory
  
The factory class for the phylogram/chronogram view.
- Author:
 
  - Ben Stöver
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
PhylogramFactory
PhylogramFactory()
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