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

Packages that use PositionPaintType
info.bioinfweb.treegraph.document   
info.bioinfweb.treegraph.document.format   
info.bioinfweb.treegraph.graphics.positionpaint   
info.bioinfweb.treegraph.gui.actions.view   
info.bioinfweb.treegraph.gui.treeframe   
 

Uses of PositionPaintType in info.bioinfweb.treegraph.document
 

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

Methods in info.bioinfweb.treegraph.document with parameters of type PositionPaintType
 float Labels.blockHeight(PositionPaintType type, boolean above, float spacing)
          Returns the overall height of all rows of labels above or below the node.
 float Labels.blockWidth(PositionPaintType type, float spacing)
          Returns the maximum width of all lines of labels above and below the branch without the block margin defined in the formats of the accordant document.
 float LabelLine.getHeight(PositionPaintType type)
           
 DistanceDimension Tree.getPaintDimension(PositionPaintType type)
          Returnes 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)
           
 float LabelLine.getWidth(PositionPaintType type, float spacing)
           
 float Labels.lineHeight(PositionPaintType type, boolean above, int lineNumber)
           
 float Labels.lineWidth(PositionPaintType type, boolean above, int lineNumber, float spacing)
          Returns the width of the specified line
 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)
          Sort the anchord 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  java.util.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(java.lang.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
 java.lang.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)