AbstractDrawer(PlotCanvas _canvas) | org.math.plot.render.AbstractDrawer | |
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.AbstractDrawer | [pure 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 | |
font | org.math.plot.render.AbstractDrawer | [protected] |
getBaseOffset() | org.math.plot.render.AbstractDrawer | |
getColor() | org.math.plot.render.AbstractDrawer | |
getDotPattern() | org.math.plot.render.AbstractDrawer | |
getDotRadius() | org.math.plot.render.AbstractDrawer | |
getDotType() | org.math.plot.render.AbstractDrawer | |
getFont() | org.math.plot.render.AbstractDrawer | |
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 | |
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.AbstractDrawer | [pure virtual] |
projectBase(double...rC) | org.math.plot.render.AbstractDrawer | [pure virtual] |
resetBaseProjection() | org.math.plot.render.AbstractDrawer | [pure virtual] |
resetGradient() | org.math.plot.render.AbstractDrawer | |
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.AbstractDrawer | |
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.AbstractDrawer | |
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 | |
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.AbstractDrawer | [pure virtual] |