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


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

Packages that use LegendStyle
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. 
 

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

Fields in info.bioinfweb.treegraph.document.format declared as LegendStyle
private  LegendStyle LegendFormats.legendStyle
           
static LegendStyle LegendFormats.STD_LEGEND_STYLE
           
 

Methods in info.bioinfweb.treegraph.document.format that return LegendStyle
 LegendStyle LegendFormats.getLegendStyle()
           
static LegendStyle LegendStyle.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static LegendStyle[] LegendStyle.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in info.bioinfweb.treegraph.document.format with parameters of type LegendStyle
 void LegendFormats.setLegendStyle(LegendStyle style)
           
 

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

Fields in info.bioinfweb.treegraph.document.format.operate declared as LegendStyle
private  LegendStyle LegendStyleOperator.style
           
 

Constructors in info.bioinfweb.treegraph.document.format.operate with parameters of type LegendStyle
LegendStyleOperator(LegendStyle style)