sources
Class MosaicRect

java.lang.Object
  extended bysources.MosaicRect

public class MosaicRect
extends java.lang.Object

This class represents a single rectangle inside a Mosaicplot


Field Summary
 int[] cas
           
 int[] cats
           
 double h
           
 double w
           
 double x
           
 int xp
           
 double y
           
 int yp
           
 
Constructor Summary
MosaicRect(int[] cases, double xdim, double ydim, double width, double height)
          Creates new MosaicRect
 
Method Summary
static java.util.Vector create(CategorialVariable[] v, int[] sortfeld, Selectioner slect, ContinuousVariable weight)
           
static void createRects(CategorialVariable[] v, Selectioner slect, int[] sortfeld, int[] catsf, int wo, java.util.Vector vecs, MosaicRect r, int[] cases, int xpos, int ypos, ContinuousVariable weight)
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cas

public int[] cas

cats

public int[] cats

w

public double w

h

public double h

x

public double x

y

public double y

xp

public int xp

yp

public int yp
Constructor Detail

MosaicRect

public MosaicRect(int[] cases,
                  double xdim,
                  double ydim,
                  double width,
                  double height)
Creates new MosaicRect

Method Detail

create

public static java.util.Vector create(CategorialVariable[] v,
                                      int[] sortfeld,
                                      Selectioner slect,
                                      ContinuousVariable weight)

createRects

public static void createRects(CategorialVariable[] v,
                               Selectioner slect,
                               int[] sortfeld,
                               int[] catsf,
                               int wo,
                               java.util.Vector vecs,
                               MosaicRect r,
                               int[] cases,
                               int xpos,
                               int ypos,
                               ContinuousVariable weight)

main

public static void main(java.lang.String[] args)