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

Packages that use Margin
info.bioinfweb.treegraph.document.format   
info.bioinfweb.treegraph.document.io.xtg   
info.bioinfweb.treegraph.gui.dialogs   
 

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 GlobalFormats.labelBlockMargin
           
private  Margin GlobalFormats.leafMargin
           
private  Margin GlobalFormats.legendMargin
           
private  Margin GlobalFormats.nodeMargin
           
 

Methods in info.bioinfweb.treegraph.document.format that return Margin
protected  Margin Margin.clone()
           
 Margin GlobalFormats.getDocumentMargin()
           
 Margin GlobalFormats.getLabelBlockMargin()
           
 Margin GlobalFormats.getLeafMargin()
           
 Margin GlobalFormats.getLegendMargin()
           
 Margin GlobalFormats.getNodeMargin()
           
 

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.io.xtg
 

Methods in info.bioinfweb.treegraph.document.io.xtg with parameters of type Margin
private  void XTGReader.readMarginAttr(Margin m, javax.xml.stream.events.StartElement element)
           
private  void XTGWriter.writeMargin(java.lang.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.