Uses of Interface
info.bioinfweb.treegraph.document.format.operate.FormatOperator

Packages that use FormatOperator
info.bioinfweb.treegraph.document.format.operate Format operators are used to change single formats of document elements. 
info.bioinfweb.treegraph.document.undo.format   
info.bioinfweb.treegraph.gui.dialogs.elementformats   
 

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

Classes in info.bioinfweb.treegraph.document.format.operate that implement FormatOperator
 class AbstractBranchOperator
           
 class AbstractLabelOperator
           
 class AbstractLegendOperator
           
 class AbstractLineOperator
           
 class AbstractOperator
           
 class AbstractTextOperator
           
 class ConstantWidthOperator
           
 class DecimalFormatOperator
          This operator is used to change the decimal format of a TextFormats-object.
 class EdgeRadiusOperator
           
 class FontNameOperator
           
 class LabelAboveOperator
           
 class LabelLineNumberOperator
           
 class LabelLinePositionOperator
           
 class LegendPositionOperator
           
 class LegendStyleOperator
           
 class LineColorOperator
           
 class LineWidthOperator
           
 class MinLengthOperator
           
 class MinSpaceAboveOperator
           
 class MinSpaceBelowOperator
           
 class MinTreeDistanceOperator
           
 class ScaleBarFormatsOperator
          There only one operator for all scale bar formats because there can only be one scale bar per document.
 class TextColorOperator
           
 class TextHeightOperator
           
 class TextOrientationOperator
           
 class TextStyleOperator
           
 

Fields in info.bioinfweb.treegraph.document.format.operate with type parameters of type FormatOperator
private  HashMap<Class,FormatOperator> OperatorMap.operators
           
 

Methods in info.bioinfweb.treegraph.document.format.operate that return FormatOperator
 FormatOperator[] OperatorMap.toArray()
           
 

Methods in info.bioinfweb.treegraph.document.format.operate that return types with arguments of type FormatOperator
 Collection<FormatOperator> OperatorMap.values()
           
 

Methods in info.bioinfweb.treegraph.document.format.operate with parameters of type FormatOperator
 void OperatorMap.addOperator(FormatOperator operator)
           
 

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

Fields in info.bioinfweb.treegraph.document.undo.format declared as FormatOperator
private  FormatOperator[] OperatorsEdit.operators
           
 

Constructors in info.bioinfweb.treegraph.document.undo.format with parameters of type FormatOperator
OperatorsEdit(Document document, PaintableElement[] applyElements, FormatOperator[] operators)
           
 

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

Method parameters in info.bioinfweb.treegraph.gui.dialogs.elementformats with type arguments of type FormatOperator
 void ScaleBarPanel.addOperators(List<FormatOperator> operators)
           
 void LinePanel.addOperators(List<FormatOperator> operators)
           
 void LegendPanel.addOperators(List<FormatOperator> operators)
           
 void LabelPanel.addOperators(List<FormatOperator> operators)
           
 void FontFormatsPanel.addOperators(List<FormatOperator> list)
           
 void FontColorPanel.addOperators(List<FormatOperator> operators)
           
 void ElementFormatTab.addOperators(List<FormatOperator> operators)
           
 void DecimalFormatPanel.addOperators(List<FormatOperator> operators)
           
 void BranchPanel.addOperators(List<FormatOperator> operators)