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


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

Packages that use Margin
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.io.xtg Contains classes implementing reading and writing of TreeGraph 2 documents. 
info.bioinfweb.treegraph.gui.dialogs Contains dialogs of the TreeGraph 2 GUI. 
 

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

Fields in info.bioinfweb.treegraph.document.format declared as Margin
private  Margin GlobalFormats.documentMargin
           
private  Margin NodeFormats.leafMargin
           
private  Margin LegendFormats.margin
           
private  Margin LabelFormats.margin
           
 

Methods in info.bioinfweb.treegraph.document.format that return Margin
protected  Margin Margin.clone()
           
 Margin GlobalFormats.getDocumentMargin()
           
 Margin NodeFormats.getLeafMargin()
           
 Margin LegendFormats.getMargin()
           
 Margin LabelFormats.getMargin()
           
 

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

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

Methods in info.bioinfweb.treegraph.document.format.operate with parameters of type Margin
protected  void LegendMarginTopOperator.applyTo(Margin margin)
           
protected  void LegendMarginRightOperator.applyTo(Margin margin)
           
protected  void LegendMarginLeftOperator.applyTo(Margin margin)
           
protected  void LegendMarginBottomOperator.applyTo(Margin margin)
           
protected  void LeafMarginTopOperator.applyTo(Margin margin)
           
protected  void LeafMarginRightOperator.applyTo(Margin margin)
           
protected  void LeafMarginLeftOperator.applyTo(Margin margin)
           
protected  void LeafMarginBottomOperator.applyTo(Margin margin)
           
protected  void LabelMarginTopOperator.applyTo(Margin margin)
           
protected  void LabelMarginRightOperator.applyTo(Margin margin)
           
protected  void LabelMarginLeftOperator.applyTo(Margin margin)
           
protected  void LabelMarginBottomOperator.applyTo(Margin margin)
           
protected abstract  void AbstractMarginOperator.applyTo(Margin margin)
           
 

Uses of Margin in info.bioinfweb.treegraph.document.io.xtg
 

Methods in info.bioinfweb.treegraph.document.io.xtg with parameters of type Margin
private  void XTGReader.readMargin(Margin m, StartElement element)
           
private  void XTGWriter.writeMargin(String name, Margin m)
           
 

Uses of Margin in info.bioinfweb.treegraph.gui.dialogs
 

Methods in info.bioinfweb.treegraph.gui.dialogs with parameters of type Margin
 void MarginInput.assignValueTo(Margin m)
          Assigns the current values of the text-fields to the given Margin.
 void MarginInput.setValue(Margin m)
          Assigns the given value to the text-fields.