org.math.plot.render
Class AWTDrawer3D

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

public class AWTDrawer3D
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
AWTDrawer3D(PlotCanvas _canvas)
           
 
Method Summary
 void rotate(int[] t, int[] panelSize)
           
 
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

AWTDrawer3D

public AWTDrawer3D(PlotCanvas _canvas)
Method Detail

rotate

public void rotate(int[] t,
                   int[] panelSize)