pisgah
Interface PdfPlotable

All Known Implementing Classes:
BetaGraphData, FGraphData, GammaGraphData, NormalGraphData, StudentTGraphData

public interface PdfPlotable

Interface for calling PdfPlot


Field Summary
static int BOTH_TAILS
           
static int LEFT_TAIL
          getPlotPoints should return a vector of java.awt.Point2d.Float These should be points on the graph of the cdf to be plotted, interpolated by straight lines.
static int RIGHT_TAIL
           
 
Method Summary
 java.awt.geom.Point2D.Float getHighXInterval()
           
 float getHighY()
           
 java.awt.geom.Point2D.Float getLowXInterval()
           
 float getLowY()
           
 java.awt.geom.Point2D.Float[] getPlotPoints()
           
 int getTailChoice()
           
 java.lang.String getTitle()
           
 java.lang.String getXAxisLabel()
           
 boolean isInverseSelected()
           
 void reset()
           
 

Field Detail

LEFT_TAIL

public static final int LEFT_TAIL
getPlotPoints should return a vector of java.awt.Point2d.Float These should be points on the graph of the cdf to be plotted, interpolated by straight lines.

See Also:
Constant Field Values

RIGHT_TAIL

public static final int RIGHT_TAIL
See Also:
Constant Field Values

BOTH_TAILS

public static final int BOTH_TAILS
See Also:
Constant Field Values
Method Detail

getPlotPoints

public java.awt.geom.Point2D.Float[] getPlotPoints()

getLowY

public float getLowY()

getHighY

public float getHighY()

getLowXInterval

public java.awt.geom.Point2D.Float getLowXInterval()

getHighXInterval

public java.awt.geom.Point2D.Float getHighXInterval()

getXAxisLabel

public java.lang.String getXAxisLabel()

getTitle

public java.lang.String getTitle()

reset

public void reset()

isInverseSelected

public boolean isInverseSelected()

getTailChoice

public int getTailChoice()