org.math.plot.render
Class AWTDrawer2D

java.lang.Object
  extended by org.math.plot.render.AbstractDrawer
      extended by org.math.plot.render.AWTDrawer
          extended by org.math.plot.render.AWTDrawer2D

public class AWTDrawer2D
extends AWTDrawer


Field Summary
 
Fields inherited from class org.math.plot.render.AWTDrawer
projection
 
Fields inherited from class org.math.plot.render.AbstractDrawer
base_offset, canvas, color, comp2D, CONTINOUS_LINE, CROSS_DOT, DEFAULT_COLOR, DEFAULT_DOT_RADIUS, DEFAULT_FONT, DEFAULT_LINE_WIDTH, dot_pattern, dot_radius, DOT_SQUARE_PATTERN, DOT_TRIANGLE_PATTERN, dot_type, DOTTED_LINE, font, line_type, line_width, PATTERN_DOT, ROUND_DOT, screen_offset, text_angle, text_Eastoffset, text_Northoffset
 
Constructor Summary
AWTDrawer2D(PlotCanvas _canvas)
           
 
Method Summary
 
Methods inherited from class org.math.plot.render.AWTDrawer
dilate, drawDot, drawLine, drawLineBase, drawPolygon, drawText, drawTextBase, fillPolygon, getColor, getFont, project, projectBase, resetBaseProjection, setColor, setFont, translate
 
Methods inherited from class org.math.plot.render.AbstractDrawer
drawCoordinate, getBaseOffset, getDotPattern, getDotRadius, getDotType, getScreenOffset, getTextAngle, getTextOffset, initGraphics, setBaseOffset, setDotPattern, setDotRadius, setDotType, setLineType, setLineWidth, setScreenOffset, setTextAngle, setTextOffset, stringToPattern, stringToPattern
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AWTDrawer2D

public AWTDrawer2D(PlotCanvas _canvas)