Class pmr.stat.Stat
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class pmr.stat.Stat

java.lang.Object
   |
   +----pmr.stat.Stat

public class Stat
extends Object
the superclass for (almost) all pmr.stat classes. there is little functionality, but it's useful to have a class above DrawableStat, since not all are drawable.
Author:
(C) P. Murray-Rust, 1996

Constructor Index

 o Stat()

Method Index

 o getTitle()
 o process()
most objects need some processing before they can be redrawn.

Constructors

 o Stat
  public Stat()

Methods

 o process
  public abstract void process() throws ArrayTooSmallException, CoincidentDataException
most objects need some processing before they can be redrawn. This routine helps to make sure it is done only once and not every time there is a paint
Throws: ArrayTooSmallException
Most routines require 2 or more points
Throws: CoincidentDataException
Most routines require 2 or more separated points
 o getTitle
  public String getTitle()

All Packages  Class Hierarchy  This Package  Previous  Next  Index