Home / Development / Documentation / 2.0.44 / Uses of Class info.bioinfweb.treegraph.graphics.positionpaint.PositionPaintType
TreeGraph 2
 


Uses of Class
info.bioinfweb.treegraph.graphics.positionpaint.PositionPaintType

Packages that use PositionPaintType
info.bioinfweb.treegraph.document Contains the classes that represent the data structure of TreeGraph 2 (document elements and formats) as well as all edit operations in the undo-package to manipulate the data structure and classes to read and write a document from and to different formats (io- subpackage). 
info.bioinfweb.treegraph.document.format Contains classes that store format information of the different document elements. 
info.bioinfweb.treegraph.graphics.positionpaint The classes in this package implement the output of an TreeGraph 2 document with Graphics2D
info.bioinfweb.treegraph.gui.actions.view   
info.bioinfweb.treegraph.gui.treeframe Contains all classes that make up a document window. 
 

Uses of PositionPaintType in info.bioinfweb.treegraph.document
 

Fields in info.bioinfweb.treegraph.document with type parameters of type PositionPaintType
private  EnumMap<PositionPaintType,DistanceDimension> Tree.paintDimensions
           
private  EnumMap<PositionPaintType,Boolean> Document.painters
           
private  EnumMap<PositionPaintType,Boolean> Document.positioners
           
protected  EnumMap<PositionPaintType,PositionData> ConcretePaintableElement.positions
           
 

Methods in info.bioinfweb.treegraph.document with parameters of type PositionPaintType
 DistanceDimension Tree.getPaintDimension(PositionPaintType type)
          Returns the stored paint dimension (the size of the document) for the given painter ID.
 PositionData PaintableElement.getPosition(PositionPaintType type)
          Returns the stored DataPosition-object of an for an positioner- identifier.
 NodePositionData Node.getPosition(PositionPaintType type)
           
 LegendPositionData Legend.getPosition(PositionPaintType type)
           
 PositionData ConcretePaintableElement.getPosition(PositionPaintType type)
           
 void Document.registerPositioner(PositionPaintType type)
           
 void Document.unregisterPositioner(PositionPaintType type)
           
 

Uses of PositionPaintType in info.bioinfweb.treegraph.document.format
 

Methods in info.bioinfweb.treegraph.document.format with parameters of type PositionPaintType
 void LegendFormats.sortAnchors(PositionPaintType type)
          Sorts the anchors by the y-coordinates of their according terminal subnodes.
 

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

Fields in info.bioinfweb.treegraph.graphics.positionpaint declared as PositionPaintType
protected  PositionPaintType RectangularCladogramPositioner.type
           
protected  PositionPaintType RectangularCladogramPainter.type
           
 

Fields in info.bioinfweb.treegraph.graphics.positionpaint with type parameters of type PositionPaintType
private  EnumMap<PositionPaintType,SinglePositionPaintFactory> PositionPaintFactory.factories
           
 

Methods in info.bioinfweb.treegraph.graphics.positionpaint that return PositionPaintType
static PositionPaintType PositionPaintFactory.getDefaultType()
           
 PositionPaintType PositionPaintFactory.getType(TreePainter painter)
           
 PositionPaintType PositionPaintFactory.getType(TreePositioner positioner)
           
static PositionPaintType PositionPaintType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PositionPaintType[] PositionPaintType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in info.bioinfweb.treegraph.graphics.positionpaint with parameters of type PositionPaintType
 String PositionPaintFactory.getName(PositionPaintType type)
           
 TreePainter PositionPaintFactory.getPainter(PositionPaintType type)
           
 TreePositioner PositionPaintFactory.getPositioner(PositionPaintType type)
           
 boolean PositionPaintFactory.needsBrancheLengths(PositionPaintType type)
           
 

Uses of PositionPaintType in info.bioinfweb.treegraph.gui.actions.view
 

Fields in info.bioinfweb.treegraph.gui.actions.view declared as PositionPaintType
private  PositionPaintType ChangePainterIDAction.type
           
 

Constructors in info.bioinfweb.treegraph.gui.actions.view with parameters of type PositionPaintType
ChangePainterIDAction(MainFrame mainFrame, PositionPaintType type)
           
 

Uses of PositionPaintType in info.bioinfweb.treegraph.gui.treeframe
 

Fields in info.bioinfweb.treegraph.gui.treeframe declared as PositionPaintType
private  PositionPaintType TreeViewPanel.painterType
           
 

Methods in info.bioinfweb.treegraph.gui.treeframe that return PositionPaintType
 PositionPaintType TreeViewPanel.getPainterType()
           
 

Methods in info.bioinfweb.treegraph.gui.treeframe with parameters of type PositionPaintType
 void TreeViewPanel.setPainterType(PositionPaintType type)