edu.ucla.stat.SOCR.analyses.util.definicions
Class Formats
java.lang.Object
   edu.ucla.stat.SOCR.analyses.util.definicions.Formats
edu.ucla.stat.SOCR.analyses.util.definicions.Formats
- public class Formats 
- extends java.lang.Object
 MultiDendrograms
 
 Defines the formats for each component, which are loaded from the
 configuration file or from the default parameters
- Since:
- JDK 6.0
- Author:
- Justo Montiel, David Torres, Sergio Gómez, Alberto Fernández
 
| Method Summary | 
| static javax.swing.JCheckBox | AtributCHKFont(java.lang.String caption)
 | 
| static javax.swing.JLabel | AtributLabelFont(java.lang.String caption)
 | 
| static javax.swing.JRadioButton | AtributOPTFont(java.lang.String caption,
               boolean selec)
 | 
| static javax.swing.JLabel | AtributTitleFont(java.lang.String caption)
 | 
| static javax.swing.JTextField | AtributTXTFont(java.lang.String caption,
               int size,
               java.util.Locale loc)
 | 
| static javax.swing.JComboBox | AttributCBFont(java.lang.String[] s)
 | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
Formats
public Formats()
AtributCHKFont
public static javax.swing.JCheckBox AtributCHKFont(java.lang.String caption)
- 
 
AttributCBFont
public static javax.swing.JComboBox AttributCBFont(java.lang.String[] s)
- 
 
AtributTitleFont
public static javax.swing.JLabel AtributTitleFont(java.lang.String caption)
- 
 
AtributLabelFont
public static javax.swing.JLabel AtributLabelFont(java.lang.String caption)
- 
 
AtributOPTFont
public static javax.swing.JRadioButton AtributOPTFont(java.lang.String caption,
                                                      boolean selec)
- 
 
AtributTXTFont
public static javax.swing.JTextField AtributTXTFont(java.lang.String caption,
                                                    int size,
                                                    java.util.Locale loc)
-