Uses of Class
edu.ucla.stat.SOCR.analyses.util.tipus.tipusDades

Packages that use tipusDades
edu.ucla.stat.SOCR.analyses.util.definicions MultiDendrograms 
edu.ucla.stat.SOCR.analyses.util.methods MultiDendrograms 
edu.ucla.stat.SOCR.analyses.util.moduls.frm MultiDendrograms 
edu.ucla.stat.SOCR.analyses.util.moduls.frm.Panels MultiDendrograms 
edu.ucla.stat.SOCR.analyses.util.parser MultiDendrograms 
edu.ucla.stat.SOCR.analyses.util.parser.EPS.figures MultiDendrograms 
edu.ucla.stat.SOCR.analyses.util.parser.figures MultiDendrograms 
edu.ucla.stat.SOCR.analyses.util.tipus MultiDendrograms 
 

Uses of tipusDades in edu.ucla.stat.SOCR.analyses.util.definicions
 

Methods in edu.ucla.stat.SOCR.analyses.util.definicions that return tipusDades
 tipusDades MatriuDistancies.getTipDades()
           
 tipusDades CfgPanelMenu.getTipusDades()
           
 tipusDades Config.getTipusMatriu()
           
 

Methods in edu.ucla.stat.SOCR.analyses.util.definicions with parameters of type tipusDades
 void MatriuDistancies.setTipDades(tipusDades tipDades)
           
 void CfgPanelMenu.setTipusDades(tipusDades tipusDades)
           
 

Constructors in edu.ucla.stat.SOCR.analyses.util.definicions with parameters of type tipusDades
MatriuDistancies(int size, tipusDades tip)
           
 

Uses of tipusDades in edu.ucla.stat.SOCR.analyses.util.methods
 

Constructors in edu.ucla.stat.SOCR.analyses.util.methods with parameters of type tipusDades
Reagrupa(MatriuDistancies md, tipusDades typeData, metodo method, int precision)
           
 

Uses of tipusDades in edu.ucla.stat.SOCR.analyses.util.moduls.frm
 

Methods in edu.ucla.stat.SOCR.analyses.util.moduls.frm that return tipusDades
 tipusDades InternalFrameData.getTypeData()
           
 

Methods in edu.ucla.stat.SOCR.analyses.util.moduls.frm with parameters of type tipusDades
 void FrmPrincipalDesk.saveNewick(Cluster root, int precision, tipusDades typeData)
           
 void FrmPrincipalDesk.saveTXT(Cluster arrel, int precisio, tipusDades tip)
           
 void InternalFrameData.setTypeData(tipusDades tipoDatos)
           
 

Uses of tipusDades in edu.ucla.stat.SOCR.analyses.util.moduls.frm.Panels
 

Methods in edu.ucla.stat.SOCR.analyses.util.moduls.frm.Panels that return tipusDades
static tipusDades Jpan_Menu.getTypeData()
           
 

Constructors in edu.ucla.stat.SOCR.analyses.util.moduls.frm.Panels with parameters of type tipusDades
Jpan_btn.MDComputation(java.lang.String action, tipusDades typeData, metodo method, int precision, int nbElements, double minBase)
           
 

Uses of tipusDades in edu.ucla.stat.SOCR.analyses.util.parser
 

Constructors in edu.ucla.stat.SOCR.analyses.util.parser with parameters of type tipusDades
EscalaFigures(double Val_max, double Val_min, tipusDades tip, int prec)
           
ToNewick(Cluster root, int precision, tipusDades typeData, double heightBottom)
           
ToTXT(Cluster arrel, int prec, tipusDades tip)
           
 

Uses of tipusDades in edu.ucla.stat.SOCR.analyses.util.parser.EPS.figures
 

Methods in edu.ucla.stat.SOCR.analyses.util.parser.EPS.figures that return tipusDades
 tipusDades NomsDendoEPS.getTipDades()
           
 

Methods in edu.ucla.stat.SOCR.analyses.util.parser.EPS.figures with parameters of type tipusDades
 void NomsLabelsEscalaEPS.dibuixa(Orientation or, tipusDades tipDades)
           
 void EscalaEPS.dibuixa(Orientation or, tipusDades tipDades, int ticks)
           
 

Constructors in edu.ucla.stat.SOCR.analyses.util.parser.EPS.figures with parameters of type tipusDades
NomsDendoEPS(java.util.LinkedList<Cercle> c, tipusDades tipDades)
           
 

Uses of tipusDades in edu.ucla.stat.SOCR.analyses.util.parser.figures
 

Methods in edu.ucla.stat.SOCR.analyses.util.parser.figures that return tipusDades
 tipusDades NomsDendo.getTipDades()
           
 

Methods in edu.ucla.stat.SOCR.analyses.util.parser.figures with parameters of type tipusDades
 void NomsLabelsEscala.dibuixa(java.awt.Graphics2D g, Orientation or, tipusDades tipDades)
           
 void Escala.dibuixa(java.awt.Graphics2D g, Orientation or, tipusDades tipDades, int ticks)
           
 

Constructors in edu.ucla.stat.SOCR.analyses.util.parser.figures with parameters of type tipusDades
NomsDendo(java.util.LinkedList<Cercle> c, tipusDades tipDades)
           
 

Uses of tipusDades in edu.ucla.stat.SOCR.analyses.util.tipus
 

Methods in edu.ucla.stat.SOCR.analyses.util.tipus that return tipusDades
static tipusDades tipusDades.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static tipusDades[] tipusDades.values()
          Returns an array containing the constants of this enum type, in the order they are declared.