pdf
Class PDF

java.lang.Object
  extended bypdf.PDF
Direct Known Subclasses:
CompoundPdf, GaussDistribution

public abstract class PDF
extends java.lang.Object

Abstract PDF class.


Field Summary
protected  Area area
           
 
Constructor Summary
PDF(Area area)
          public
 
Method Summary
protected  void checkArea(Cartesian coordinates)
          protected
 Area getArea()
           
abstract  Probability getProbability(Cartesian coordinates)
           
 void print(java.lang.String what)
          print values along the x, y or z axes apprioriate for visualisation by gnuplot.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

area

protected Area area
Constructor Detail

PDF

public PDF(Area area)
public

Method Detail

getArea

public Area getArea()

getProbability

public abstract Probability getProbability(Cartesian coordinates)
                                    throws AreaException
Throws:
AreaException

checkArea

protected void checkArea(Cartesian coordinates)
                  throws AreaException
protected

Throws:
AreaException

print

public void print(java.lang.String what)
print values along the x, y or z axes apprioriate for visualisation by gnuplot. printing is done directly and not by the logger.

Parameters:
what - is either "x", "y" or "z"