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


Uses of Interface
info.bioinfweb.treegraph.graphics.positionpaint.labelicons.LabelIcon

Packages that use LabelIcon
info.bioinfweb.treegraph.graphics.positionpaint.labelicons   
 

Uses of LabelIcon in info.bioinfweb.treegraph.graphics.positionpaint.labelicons
 

Classes in info.bioinfweb.treegraph.graphics.positionpaint.labelicons that implement LabelIcon
 class CrossIcon
           
 class EllipseIcon
           
 class HexagonIcon
           
 class OctagonIcon
           
 class RectangleIcon
           
 class RoundRectangleIcon
           
 class ShapeLabelIcon
           
 class StarIcon
           
 class TitedCrossIcon
           
 class TitedHexagonIcon
           
 class TriangleIcon
           
 class UnknownIcon
          This icon shall be displayed if an unknown icon ID was specified (e.g. in a document created with a newer version of TreeGraph 2).
 

Fields in info.bioinfweb.treegraph.graphics.positionpaint.labelicons with type parameters of type LabelIcon
private  Map<String,LabelIcon> LabelIconMap.map
           
 

Methods in info.bioinfweb.treegraph.graphics.positionpaint.labelicons that return LabelIcon
 LabelIcon LabelIconMap.get(String id)
           
 

Methods in info.bioinfweb.treegraph.graphics.positionpaint.labelicons that return types with arguments of type LabelIcon
 Collection<LabelIcon> LabelIconMap.values()
           
 

Methods in info.bioinfweb.treegraph.graphics.positionpaint.labelicons with parameters of type LabelIcon
private  void LabelIconMap.put(LabelIcon icon)