Uses of Class
fr.orsay.lri.varna.models.rna.ModeleStyleBase

Packages that use ModeleStyleBase
fr.orsay.lri.varna.models   
fr.orsay.lri.varna.models.rna   
 

Uses of ModeleStyleBase in fr.orsay.lri.varna.models
 

Fields in fr.orsay.lri.varna.models with type parameters of type ModeleStyleBase
private  ArrayList<ModeleStyleBase> VARNAConfigLoader._basesStyleList
           
 

Uses of ModeleStyleBase in fr.orsay.lri.varna.models.rna
 

Fields in fr.orsay.lri.varna.models.rna declared as ModeleStyleBase
protected  ModeleStyleBase ModeleBase._styleBase
          The base style.
 

Methods in fr.orsay.lri.varna.models.rna that return ModeleStyleBase
 ModeleStyleBase ModeleStyleBase.clone()
           
 ModeleStyleBase ModeleBasesComparison.getStyleBase()
          Return the display style associated to this comparison base.
 ModeleStyleBase ModeleBaseNucleotide.getStyleBase()
           
 ModeleStyleBase ModeleBase.getStyleBase()
          Gets this InterfaceBase style.
 

Methods in fr.orsay.lri.varna.models.rna with parameters of type ModeleStyleBase
 void RNA.applyStyleOnBases(ArrayList<Integer> basesList, ModeleStyleBase style)
           
 void ModeleBase.setStyleBase(ModeleStyleBase base)
          Sets this InterfaceBase style.
 

Constructors in fr.orsay.lri.varna.models.rna with parameters of type ModeleStyleBase
ModeleBaseNucleotide(ModeleStyleBase msb, int index, int baseNumber)
          Creates a new rna base with a display style
ModeleBaseNucleotide(Point2D.Double coords, Point2D.Double center, boolean colorie, String label, ModeleStyleBase mb, int elementStruct, int index)
           
ModeleBaseNucleotide(String s, ModeleStyleBase msb, int index)
          Creates a new rna base with the nitrogenous base and the display style
ModeleBasesComparison(Point2D coords, char base1, char base2, boolean colorie, ModeleStyleBase mb, int elementStructure, int index)
          Creates a new comparison base with the specified nitrogenous bases.
ModeleStyleBase(ModeleStyleBase msb)