|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectpdf.PDF
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 |
protected Area area
| Constructor Detail |
public PDF(Area area)
| Method Detail |
public Area getArea()
public abstract Probability getProbability(Cartesian coordinates)
throws AreaException
AreaException
protected void checkArea(Cartesian coordinates)
throws AreaException
AreaExceptionpublic void print(java.lang.String what)
what - is either "x", "y" or "z"
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||