Inheritance diagram for org.math.plot.render.Projection:
Definition at line 8 of file Projection.java.
Public Member Functions | |
Projection (AWTDrawer _draw) | |
void | translate (int[] screenTranslation) |
void | dilate (int[] screenOrigin, double[] screenRatio) |
int[] | screenProjection (double...pC) |
int[] | screenProjectionBaseRatio (double...rC) |
Static Public Attributes | |
static double | DEFAULT_BORDER = 0.15 |
Protected Member Functions | |
void | initBaseCoordsProjection () |
Protected Attributes | |
double | borderCoeff = DEFAULT_BORDER |
AWTDrawer | draw |
Package Attributes | |
int[][] | baseScreenCoords |