AbstractDrawer(PlotCanvas _canvas) | org.math.plot.render.AbstractDrawer | |
AWTDrawer(PlotCanvas _canvas) | org.math.plot.render.AWTDrawer | |
AWTDrawer3D(PlotCanvas _canvas) | org.math.plot.render.AWTDrawer3D | |
base_offset | org.math.plot.render.AbstractDrawer | [protected] |
canvas | org.math.plot.render.AbstractDrawer | |
color | org.math.plot.render.AbstractDrawer | [protected] |
comp2D | org.math.plot.render.AbstractDrawer | [protected] |
CONTINOUS_LINE | org.math.plot.render.AbstractDrawer | [static] |
CROSS_DOT | org.math.plot.render.AbstractDrawer | [static] |
DEFAULT_COLOR | org.math.plot.render.AbstractDrawer | [static] |
DEFAULT_DOT_RADIUS | org.math.plot.render.AbstractDrawer | [static] |
DEFAULT_FONT | org.math.plot.render.AbstractDrawer | [static] |
DEFAULT_LINE_WIDTH | org.math.plot.render.AbstractDrawer | [static] |
dilate(int[] screenOrigin, double[] screenRatio) | org.math.plot.render.AWTDrawer | [virtual] |
dot_pattern | org.math.plot.render.AbstractDrawer | [protected] |
dot_radius | org.math.plot.render.AbstractDrawer | [protected] |
DOT_SQUARE_PATTERN | org.math.plot.render.AbstractDrawer | [static] |
DOT_TRIANGLE_PATTERN | org.math.plot.render.AbstractDrawer | [static] |
dot_type | org.math.plot.render.AbstractDrawer | [protected] |
DOTTED_LINE | org.math.plot.render.AbstractDrawer | [static] |
drawCoordinate(double[] pC) | org.math.plot.render.AbstractDrawer | |
drawDot(double...pC) | org.math.plot.render.AWTDrawer | [virtual] |
drawImage(Image img, float alpha, double[] _xyzSW, double[] _xyzSE, double[] _xyzNW) | org.math.plot.render.AWTDrawer | [virtual] |
drawLine(double[]...pC) | org.math.plot.render.AWTDrawer | [virtual] |
drawLineBase(double[]...rC) | org.math.plot.render.AWTDrawer | [virtual] |
drawPolygon(double[]...pC) | org.math.plot.render.AWTDrawer | [virtual] |
drawText(String label, double...pC) | org.math.plot.render.AWTDrawer | [virtual] |
drawTextBase(String label, double...rC) | org.math.plot.render.AWTDrawer | [virtual] |
fillPolygon(float alpha, double[]...pC) | org.math.plot.render.AWTDrawer | [virtual] |
font | org.math.plot.render.AbstractDrawer | [protected] |
getAffineTransform(int width, int height, double[] _xyzSW, double[] _xyzSE, double[] _xyzNW) | org.math.plot.render.AWTDrawer | |
getBaseOffset() | org.math.plot.render.AbstractDrawer | |
getColor() | org.math.plot.render.AWTDrawer | |
getDotPattern() | org.math.plot.render.AbstractDrawer | |
getDotRadius() | org.math.plot.render.AbstractDrawer | |
getDotType() | org.math.plot.render.AbstractDrawer | |
getFont() | org.math.plot.render.AWTDrawer | |
getScreenOffset() | org.math.plot.render.AbstractDrawer | |
getTextAngle() | org.math.plot.render.AbstractDrawer | |
getTextOffset() | org.math.plot.render.AbstractDrawer | |
initGraphics(Graphics2D _comp2D) | org.math.plot.render.AbstractDrawer | |
isDiff(double[] x, int[] y) | org.math.plot.render.AWTDrawer | [package, static] |
line_type | org.math.plot.render.AbstractDrawer | [protected] |
line_width | org.math.plot.render.AbstractDrawer | [protected] |
PATTERN_DOT | org.math.plot.render.AbstractDrawer | [static] |
project(double...pC) | org.math.plot.render.AWTDrawer | [virtual] |
projectBase(double...rC) | org.math.plot.render.AWTDrawer | [virtual] |
projection | org.math.plot.render.AWTDrawer | [protected] |
resetBaseProjection() | org.math.plot.render.AWTDrawer | [virtual] |
resetGradient() | org.math.plot.render.AbstractDrawer | |
rotate(int[] t, int[] panelSize) | org.math.plot.render.AWTDrawer3D | |
ROUND_DOT | org.math.plot.render.AbstractDrawer | [static] |
screen_offset | org.math.plot.render.AbstractDrawer | [protected] |
setBaseOffset(double..._boffset) | org.math.plot.render.AbstractDrawer | |
setColor(Color c) | org.math.plot.render.AWTDrawer | |
setDotPattern(boolean[][] _dot_pattern) | org.math.plot.render.AbstractDrawer | |
setDotRadius(int _dot_radius) | org.math.plot.render.AbstractDrawer | |
setDotType(int _dot_type) | org.math.plot.render.AbstractDrawer | |
setFont(Font f) | org.math.plot.render.AWTDrawer | |
setGradient(double[] xy0, Color c0, double[] xy1, Color c1) | org.math.plot.render.AWTDrawer | [virtual] |
setLineType(int _line_type) | org.math.plot.render.AbstractDrawer | |
setLineWidth(int _line_width) | org.math.plot.render.AbstractDrawer | |
setScreenOffset(int..._soffset) | org.math.plot.render.AbstractDrawer | |
setTextAngle(double _angle) | org.math.plot.render.AbstractDrawer | |
setTextOffset(double _cornerEast, double _cornerNorth) | org.math.plot.render.AbstractDrawer | |
sign(double x) | org.math.plot.render.AWTDrawer | [package, static] |
sqr(double x) | org.math.plot.render.AWTDrawer | [package, static] |
stringToPattern(String empty, String...c) | org.math.plot.render.AbstractDrawer | [static] |
stringToPattern(String empty, String c) | org.math.plot.render.AbstractDrawer | [static] |
text_angle | org.math.plot.render.AbstractDrawer | [protected] |
text_Eastoffset | org.math.plot.render.AbstractDrawer | [protected] |
text_Northoffset | org.math.plot.render.AbstractDrawer | [protected] |
translate(int...t) | org.math.plot.render.AWTDrawer | [virtual] |