edu.ucla.stat.SOCR.analyses.util.parser.figures
Class NomsDendo
java.lang.Object
   edu.ucla.stat.SOCR.analyses.util.parser.figures.NomsDendo
edu.ucla.stat.SOCR.analyses.util.parser.figures.NomsDendo
- public class NomsDendo 
- extends java.lang.Object
 MultiDendrograms
 
 Name of node figure
- Since:
- JDK 6.0
- Author:
- Justo Montiel, David Torres, Sergio Gómez, Alberto Fernández
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
NomsDendo
public NomsDendo(java.util.LinkedList<Cercle> c,
                 tipusDades tipDades)
setEscala
public void setEscala(Escalado e)
- 
 
getBullets
public java.util.LinkedList<Cercle> getBullets()
- 
 
getEscala
public Escalado getEscala()
- 
 
getColor
public java.awt.Color getColor()
- 
 
setColor
public void setColor(java.awt.Color c)
- 
 
getFont
public java.awt.Font getFont()
- 
 
setFont
public void setFont(java.awt.Font f)
- 
 
dibuixa
public void dibuixa(java.awt.Graphics2D g,
                    Orientation orDendo,
                    rotacioNoms orNoms)
- 
 
getTipDades
public tipusDades getTipDades()
-