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

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

public class EscalaEPS
extends java.lang.Object

MultiDendrograms

Axis EPS figure

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

Constructor Summary
EscalaEPS(double y_min, double y_max, double dist, double tics)
           
 
Method Summary
 void dibuixa(Orientation or, tipusDades tipDades, int ticks)
           
 java.awt.Color getColor()
           
 double getDist()
           
 Escalado getEscala()
           
 double getY_max()
           
 double getY_min()
           
 void setColor(java.awt.Color c)
           
 void setEscala(Escalado e)
           
 void setY_max(double h)
           
 void setY_min(double h)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EscalaEPS

public EscalaEPS(double y_min,
                 double y_max,
                 double dist,
                 double tics)
Method Detail

setEscala

public void setEscala(Escalado e)

getEscala

public Escalado getEscala()

getY_max

public double getY_max()

setY_max

public void setY_max(double h)

getY_min

public double getY_min()

setY_min

public void setY_min(double h)

getColor

public java.awt.Color getColor()

setColor

public void setColor(java.awt.Color c)

getDist

public double getDist()

dibuixa

public void dibuixa(Orientation or,
                    tipusDades tipDades,
                    int ticks)