Home / Development / Documentation / 2.0.44 / Uses of Interface info.bioinfweb.treegraph.gui.dialogs.elementformats.ElementFormatTab
TreeGraph 2
 


Uses of Interface
info.bioinfweb.treegraph.gui.dialogs.elementformats.ElementFormatTab

Packages that use ElementFormatTab
info.bioinfweb.treegraph.gui.dialogs.elementformats   
 

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

Classes in info.bioinfweb.treegraph.gui.dialogs.elementformats that implement ElementFormatTab
 class BranchPanel
          Panel of the ElementFormatsDialog used to edit the branch formats.
 class DecimalFormatPanel
          Panel of the ElementFormatsDialog used to edit the decimal formats of text elements.
 class FontColorPanel
          Panel of the ElementFormatsDialog used to edit the font color.
 class FontFormatsPanel
          Panel of the ElementFormatsDialog used to edit the font formats (not including the font color).
 class IconPieChartLabelPanel
          Panel of the ElementFormatsDialog used to edit the icon label color.
 class LabelPanel
          Panel of the ElementFormatsDialog used to edit the general label formats.
 class LegendPanel
          Panel of the ElementFormatsDialog used to edit the legend formats.
 class LinePanel
          Panel of the ElementFormatsDialog used to edit the line formats.
 class NodeMarginPanel
          Panel of the ElementFormatsDialog used to edit the margin around a terminal node.
 class ScaleBarPanel
          Panel of the ElementFormatsDialog used to edit the scale bar formats.
 

Fields in info.bioinfweb.treegraph.gui.dialogs.elementformats with type parameters of type ElementFormatTab
private  Vector<ElementFormatTab> ElementFormatsDialog.tabs
           
 

Methods in info.bioinfweb.treegraph.gui.dialogs.elementformats that return types with arguments of type ElementFormatTab
 Vector<ElementFormatTab> ElementFormatsDialog.getTabs()