Home / Development / Documentation / 2.0.44 / Uses of Interface info.bioinfweb.treegraph.graphics.positionpaint.TreePainter
TreeGraph 2
 


Uses of Interface
info.bioinfweb.treegraph.graphics.positionpaint.TreePainter

Packages that use TreePainter
info.bioinfweb.treegraph.graphics.export The classes in this package implement the export of a tree document to the different supported graphic formats. 
info.bioinfweb.treegraph.graphics.positionpaint The classes in this package implement the output of an TreeGraph 2 document with Graphics2D
 

Uses of TreePainter in info.bioinfweb.treegraph.graphics.export
 

Methods in info.bioinfweb.treegraph.graphics.export with parameters of type TreePainter
 void GraphicWriter.write(Document document, TreePainter painter, GraphicWriterHints hints, File file)
           
 void AbstractGraphicWriter.write(Document document, TreePainter painter, GraphicWriterHints hints, File file)
           
 void SVGTranscodeWriter.write(Document document, TreePainter painter, GraphicWriterHints hints, OutputStream stream)
          Writes the given document to the given stream in the graphic format provided by the transcoder-class specified in the constructor.
 void GraphicWriter.write(Document document, TreePainter painter, GraphicWriterHints hints, OutputStream stream)
           
 void FreeHEPWriter.write(Document document, TreePainter painter, GraphicWriterHints hints, OutputStream stream)
           
 

Uses of TreePainter in info.bioinfweb.treegraph.graphics.positionpaint
 

Classes in info.bioinfweb.treegraph.graphics.positionpaint that implement TreePainter
 class PhylogramPainter
           
 class RectangularCladogramPainter
          Paints the document in the rectangular cladogram view if it was previously positioned.
 

Methods in info.bioinfweb.treegraph.graphics.positionpaint that return TreePainter
 TreePainter SinglePositionPaintFactory.getPainter()
           
 TreePainter RectangularCladogramFactory.getPainter()
           
 TreePainter PhylogramFactory.getPainter()
           
 TreePainter PositionPaintFactory.getPainter(PositionPaintType type)
           
 

Methods in info.bioinfweb.treegraph.graphics.positionpaint with parameters of type TreePainter
 PositionPaintType PositionPaintFactory.getType(TreePainter painter)
           
 boolean SinglePositionPaintFactory.isPainter(TreePainter painter)
           
 boolean RectangularCladogramFactory.isPainter(TreePainter painter)
           
 boolean PhylogramFactory.isPainter(TreePainter painter)