Home / Development / Documentation / 2.0.44 / Uses of Class info.bioinfweb.treegraph.document.format.IconLabelFormats
TreeGraph 2
 


Uses of Class
info.bioinfweb.treegraph.document.format.IconLabelFormats

Packages that use IconLabelFormats
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.document.format.adapters.distance   
info.bioinfweb.treegraph.graphics.positionpaint.labelicons   
info.bioinfweb.treegraph.gui.dialogs.elementformats   
 

Uses of IconLabelFormats in info.bioinfweb.treegraph.document
 

Fields in info.bioinfweb.treegraph.document declared as IconLabelFormats
private  IconLabelFormats IconLabel.formats
           
 

Methods in info.bioinfweb.treegraph.document that return IconLabelFormats
 IconLabelFormats IconLabel.getFormats()
           
 

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

Methods in info.bioinfweb.treegraph.document.format that return IconLabelFormats
 IconLabelFormats IconLabelFormats.clone()
           
 

Methods in info.bioinfweb.treegraph.document.format with parameters of type IconLabelFormats
 void IconLabelFormats.assign(IconLabelFormats other)
           
 void IconLabelFormats.assignIconLabelFormats(IconLabelFormats other)
           
 

Uses of IconLabelFormats in info.bioinfweb.treegraph.document.format.adapters.distance
 

Methods in info.bioinfweb.treegraph.document.format.adapters.distance with parameters of type IconLabelFormats
protected  DistanceValue IconWidthAdapter.getIconDistanceValue(IconLabelFormats formats)
           
protected  DistanceValue IconHeightAdapter.getIconDistanceValue(IconLabelFormats formats)
           
protected abstract  DistanceValue AbstractIconLabelDistanceAdapter.getIconDistanceValue(IconLabelFormats formats)
           
 

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

Methods in info.bioinfweb.treegraph.graphics.positionpaint.labelicons with parameters of type IconLabelFormats
 Shape TriangleIcon.getShape(float x, float y, IconLabelFormats formats, float pixelsPerMillimeter)
           
 Shape TitedHexagonIcon.getShape(float x, float y, IconLabelFormats formats, float pixelsPerMillimeter)
           
 Shape TitedCrossIcon.getShape(float x, float y, IconLabelFormats formats, float pixelsPerMillimeter)
           
 Shape StarIcon.getShape(float x, float y, IconLabelFormats formats, float pixelsPerMillimeter)
           
abstract  Shape ShapeLabelIcon.getShape(float x, float y, IconLabelFormats formats, float pixelsPerMillimeter)
           
 Shape RoundRectangleIcon.getShape(float x, float y, IconLabelFormats formats, float pixelsPerMillimeter)
           
 Shape RectangleIcon.getShape(float x, float y, IconLabelFormats formats, float pixelsPerMillimeter)
           
 Shape OctagonIcon.getShape(float x, float y, IconLabelFormats formats, float pixelsPerMillimeter)
           
 Shape HexagonIcon.getShape(float x, float y, IconLabelFormats formats, float pixelsPerMillimeter)
           
 Shape EllipseIcon.getShape(float x, float y, IconLabelFormats formats, float pixelsPerMillimeter)
           
 Shape CrossIcon.getShape(float x, float y, IconLabelFormats formats, float pixelsPerMillimeter)
           
 void UnknownIcon.paint(Graphics2D g, float x, float y, IconLabelFormats formats, float pixelsPerMillimeter)
          Displays a questionmark.
 void ShapeLabelIcon.paint(Graphics2D g, float x, float y, IconLabelFormats formats, float pixelsPerMillimeter)
          Paints the shape of the implementing class depending on the specified formats and restores the current Stroke after the operation.
 void LabelIcon.paint(Graphics2D g, float x, float y, IconLabelFormats formats, float pixelsPerMillimeter)
           
 

Uses of IconLabelFormats in info.bioinfweb.treegraph.gui.dialogs.elementformats
 

Fields in info.bioinfweb.treegraph.gui.dialogs.elementformats declared as IconLabelFormats
private  IconLabelFormats IconPreviewPanel.formats
           
 

Methods in info.bioinfweb.treegraph.gui.dialogs.elementformats with parameters of type IconLabelFormats
private  void IconPieChartLabelPanel.setIconValues(IconLabelFormats f)