papaya
Interface PapayaConstants

All Known Implementing Classes:
BoxPlot, Comparison, Correlation, CorrelationPlot, Find, Gamma, Linear, Normality, Probability, ScatterPlot, SubPlot, Visuals

public interface PapayaConstants

PapayaConstants stores some of the constants used in plotting. I try to follow processing's conventions where possible as specified in processing.core.PConstants The Processing Javadoc has more details.


Field Summary
static int BASELINE
           
static double big
           
static double biginv
           
static int BOTTOM
           
static int CENTER
           
static int CORNER
           
static String FONTNAME
          Default font used.
static int[] GRAY
           
static int INDEX_NOT_FOUND
          Index to return if a given value/object is not found in the Cast function.
static int[] INDICES_NOT_FOUND
          Index array to return if a given value/object is not found in the Cast function.
static int LEFT
           
static double LOGPI
           
static double MACHEP
          machine constants
static double MAXGAM
           
static double MAXLOG
           
static double MINLOG
           
static int RIGHT
           
static double SQRTH
           
static double SQTPI
           
static float[] STROKEWEIGHT
           
static int[] TEXTSIZE
           
static int TOP
           
 

Field Detail

BASELINE

static final int BASELINE
See Also:
Constant Field Values

CORNER

static final int CORNER
See Also:
Constant Field Values

BOTTOM

static final int BOTTOM
See Also:
Constant Field Values

CENTER

static final int CENTER
See Also:
Constant Field Values

LEFT

static final int LEFT
See Also:
Constant Field Values

TOP

static final int TOP
See Also:
Constant Field Values

RIGHT

static final int RIGHT
See Also:
Constant Field Values

FONTNAME

static final String FONTNAME
Default font used.

See Also:
Constant Field Values

STROKEWEIGHT

static final float[] STROKEWEIGHT

GRAY

static final int[] GRAY

TEXTSIZE

static final int[] TEXTSIZE

INDEX_NOT_FOUND

static final int INDEX_NOT_FOUND
Index to return if a given value/object is not found in the Cast function.

See Also:
Constant Field Values

INDICES_NOT_FOUND

static final int[] INDICES_NOT_FOUND
Index array to return if a given value/object is not found in the Cast function.


MACHEP

static final double MACHEP
machine constants

See Also:
Constant Field Values

MAXLOG

static final double MAXLOG
See Also:
Constant Field Values

MINLOG

static final double MINLOG
See Also:
Constant Field Values

MAXGAM

static final double MAXGAM
See Also:
Constant Field Values

SQTPI

static final double SQTPI
See Also:
Constant Field Values

SQRTH

static final double SQRTH
See Also:
Constant Field Values

LOGPI

static final double LOGPI
See Also:
Constant Field Values

big

static final double big
See Also:
Constant Field Values

biginv

static final double biginv
See Also:
Constant Field Values


Processing library papaya by Adila Faruk. (C) 2014