Home / Development / Documentation / 2.0.44 / Uses of Interface info.bioinfweb.treegraph.document.format.ElementFormats
TreeGraph 2
 


Uses of Interface
info.bioinfweb.treegraph.document.format.ElementFormats

Packages that use ElementFormats
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.operate Format operators are used to change single formats of document elements. 
info.bioinfweb.treegraph.document.undo.format   
 

Uses of ElementFormats in info.bioinfweb.treegraph.document
 

Methods in info.bioinfweb.treegraph.document that return ElementFormats
 ElementFormats PaintableElement.getFormats()
           
 

Methods in info.bioinfweb.treegraph.document with parameters of type ElementFormats
 void TextLabel.setFormats(ElementFormats formats)
           
 void ScaleBar.setFormats(ElementFormats formats)
           
 void PieChartLabel.setFormats(ElementFormats format)
           
 void PaintableElement.setFormats(ElementFormats format)
           
 void Node.setFormats(ElementFormats formats)
           
 void Legend.setFormats(ElementFormats formats)
           
 void IconLabel.setFormats(ElementFormats formats)
           
 void Branch.setFormats(ElementFormats formats)
           
 

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

Subinterfaces of ElementFormats in info.bioinfweb.treegraph.document.format
 interface CornerRadiusFormats
           
 interface LineFormats
           
 interface TextFormats
           
 

Classes in info.bioinfweb.treegraph.document.format that implement ElementFormats
 class BranchFormats
           
 class ConcreteTextFormats
           
 class GraphicalLabelFormats
          All format classes for document elements which represent labels with line formats should inherit from this class.
 class IconLabelFormats
           
 class LabelFormats
          Implements basic label formats.
 class LegendFormats
           
 class NodeFormats
           
 class PieChartLabelFormats
          Stores the formats of pie chart label.
 class ScaleBarFormats
          Stores the formats of a ScaleBar.
 class TextLabelFormats
           
 

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

Uses of ElementFormats in info.bioinfweb.treegraph.document.format.operate
 

Methods in info.bioinfweb.treegraph.document.format.operate with parameters of type ElementFormats
 void FormatOperator.applyTo(ElementFormats format)
           
 void AbstractOperator.applyTo(ElementFormats format)
           
 void AbstractLegendMarginOperator.applyTo(ElementFormats format)
           
 void AbstractLeafMarginOperator.applyTo(ElementFormats format)
           
 void AbstractLabelMarginOperator.applyTo(ElementFormats format)
           
protected  void TextStyleOperator.doApplyTo(ElementFormats format)
           
protected  void TextOrientationOperator.doApplyTo(ElementFormats format)
           
protected  void TextHeightOperator.doApplyTo(ElementFormats format)
           
protected  void TextColorOperator.doApplyTo(ElementFormats format)
           
protected  void ScaleBarFormatsOperator.doApplyTo(ElementFormats format)
           
protected  void PieColorOperator.doApplyTo(ElementFormats format)
           
protected  void NullPieChartLinesOperator.doApplyTo(ElementFormats format)
           
protected  void MinTreeDistanceOperator.doApplyTo(ElementFormats format)
           
protected  void MinSpaceBelowOperator.doApplyTo(ElementFormats format)
           
protected  void MinSpaceAboveOperator.doApplyTo(ElementFormats format)
           
protected  void MinLengthOperator.doApplyTo(ElementFormats format)
           
protected  void LineWidthOperator.doApplyTo(ElementFormats format)
           
protected  void LineColorOperator.doApplyTo(ElementFormats format)
           
protected  void LegendStyleOperator.doApplyTo(ElementFormats format)
           
protected  void LegendPositionOperator.doApplyTo(ElementFormats format)
           
protected  void LabelWidthOperator.doApplyTo(ElementFormats format)
           
protected  void LabelLinePositionOperator.doApplyTo(ElementFormats format)
           
protected  void LabelLineNumberOperator.doApplyTo(ElementFormats format)
           
protected  void LabelHeightOperator.doApplyTo(ElementFormats format)
           
protected  void LabelAboveOperator.doApplyTo(ElementFormats format)
           
protected  void InternalPieChartLinesOperator.doApplyTo(ElementFormats format)
           
protected  void IconOperator.doApplyTo(ElementFormats format)
           
protected  void IconFilledOperator.doApplyTo(ElementFormats format)
           
protected  void FontNameOperator.doApplyTo(ElementFormats format)
           
protected  void DecimalFormatOperator.doApplyTo(ElementFormats format)
           
protected  void CornerRadiusOperator.doApplyTo(ElementFormats format)
           
protected  void ConstantWidthOperator.doApplyTo(ElementFormats format)
           
protected abstract  void AbstractOperator.doApplyTo(ElementFormats format)
           
 boolean ScaleBarFormatsOperator.validTarget(ElementFormats format)
           
 boolean FormatOperator.validTarget(ElementFormats format)
           
 boolean CornerRadiusOperator.validTarget(ElementFormats format)
           
 boolean AbstractTextOperator.validTarget(ElementFormats format)
           
 boolean AbstractPieChartLabelOperator.validTarget(ElementFormats format)
           
 boolean AbstractLineOperator.validTarget(ElementFormats format)
           
 boolean AbstractLegendOperator.validTarget(ElementFormats format)
           
 boolean AbstractLegendMarginOperator.validTarget(ElementFormats format)
           
 boolean AbstractLeafMarginOperator.validTarget(ElementFormats format)
           
 boolean AbstractLabelOperator.validTarget(ElementFormats format)
           
 boolean AbstractLabelMarginOperator.validTarget(ElementFormats format)
           
 boolean AbstractIconLabelOperator.validTarget(ElementFormats format)
           
 boolean AbstractGraphicalLabelOperator.validTarget(ElementFormats format)
           
 boolean AbstractBranchOperator.validTarget(ElementFormats format)
           
 

Uses of ElementFormats in info.bioinfweb.treegraph.document.undo.format
 

Fields in info.bioinfweb.treegraph.document.undo.format with type parameters of type ElementFormats
private  Vector<ElementFormats> OperatorsEdit.changedFormats
          Used to store the previous format objects before they are edited to restore them in OperatorsEdit.undo().