edu.ucla.stat.SOCR.analyses.util.parser.figures
Class NomsDendo

java.lang.Object
  extended by 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

Constructor Summary
NomsDendo(java.util.LinkedList<Cercle> c, tipusDades tipDades)
           
 
Method Summary
 void dibuixa(java.awt.Graphics2D g, Orientation orDendo, rotacioNoms orNoms)
           
 java.util.LinkedList<Cercle> getBullets()
           
 java.awt.Color getColor()
           
 Escalado getEscala()
           
 java.awt.Font getFont()
           
 tipusDades getTipDades()
           
 void setColor(java.awt.Color c)
           
 void setEscala(Escalado e)
           
 void setFont(java.awt.Font f)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NomsDendo

public NomsDendo(java.util.LinkedList<Cercle> c,
                 tipusDades tipDades)
Method Detail

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()