Home / Development / Documentation / 2.0.44 / Uses of Class info.bioinfweb.treegraph.document.position.PositionData
TreeGraph 2
 


Uses of Class
info.bioinfweb.treegraph.document.position.PositionData

Packages that use PositionData
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.position Contains classes used by the positioners and painters (see package info.bioinfweb.treegraph.graphics.positionpaint) to store information about the positions where the document elements will be painted. 
info.bioinfweb.treegraph.graphics.positionpaint The classes in this package implement the output of an TreeGraph 2 document with Graphics2D
 

Uses of PositionData in info.bioinfweb.treegraph.document
 

Fields in info.bioinfweb.treegraph.document with type parameters of type PositionData
protected  EnumMap<PositionPaintType,PositionData> ConcretePaintableElement.positions
           
 

Methods in info.bioinfweb.treegraph.document that return PositionData
 PositionData PaintableElement.getPosition(PositionPaintType type)
          Returns the stored DataPosition-object of an for an positioner- identifier.
 PositionData ConcretePaintableElement.getPosition(PositionPaintType type)
           
 

Uses of PositionData in info.bioinfweb.treegraph.document.position
 

Subclasses of PositionData in info.bioinfweb.treegraph.document.position
 class LegendPositionData
           
 class NodePositionData
           
 

Fields in info.bioinfweb.treegraph.document.position declared as PositionData
private  PositionData LegendPositionData.linePos
           
private  PositionData LegendPositionData.textPos
           
 

Methods in info.bioinfweb.treegraph.document.position that return PositionData
 PositionData PositionData.clone()
           
 PositionData LegendPositionData.getLinePos()
          The position if the icon (for labels) or the bracket (for legends).
 PositionData LegendPositionData.getTextPos()
           
 

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

Methods in info.bioinfweb.treegraph.graphics.positionpaint with parameters of type PositionData
private  void RectangularCladogramPositioner.movePosition(PositionData pd, float dX, float dY)
           
protected  boolean RectangularCladogramPositioner.xToHigh(float x, PositionData pd)
           
protected  boolean PhylogramPositioner.xToHigh(float x, PositionData pd)
          Always returns false because label blocks could overlap to the left in a phylogram.