edu.ucla.stat.SOCR.analyses.util.parser.EPS.figures
Class NomsDendoEPS

java.lang.Object
  extended by edu.ucla.stat.SOCR.analyses.util.parser.EPS.figures.NomsDendoEPS

public class NomsDendoEPS
extends java.lang.Object

MultiDendrograms

Name of node EPS figure

Since:
JDK 6.0
Author:
Justo Montiel, David Torres, Sergio Gómez, Alberto Fernández

Constructor Summary
NomsDendoEPS(java.util.LinkedList<Cercle> c, tipusDades tipDades)
           
 
Method Summary
 void dibuixa(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

NomsDendoEPS

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

getEscala

public Escalado getEscala()

setEscala

public void setEscala(Escalado e)

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)

getBullets

public java.util.LinkedList<Cercle> getBullets()

getTipDades

public tipusDades getTipDades()

dibuixa

public void dibuixa(Orientation orDendo,
                    rotacioNoms orNoms)