|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
static final int BASELINE
static final int CORNER
static final int BOTTOM
static final int CENTER
static final int LEFT
static final int TOP
static final int RIGHT
static final String FONTNAME
static final float[] STROKEWEIGHT
static final int[] GRAY
static final int[] TEXTSIZE
static final int INDEX_NOT_FOUND
Cast
function.
static final int[] INDICES_NOT_FOUND
Cast
function.
static final double MACHEP
static final double MAXLOG
static final double MINLOG
static final double MAXGAM
static final double SQTPI
static final double SQRTH
static final double LOGPI
static final double big
static final double biginv
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |