Package org.jzy3d.debug
Class View2DLayout_Debug
- java.lang.Object
-
- org.jzy3d.plot3d.rendering.view.AbstractAWTRenderer2d
-
- org.jzy3d.debug.View2DLayout_Debug
-
- All Implemented Interfaces:
AWTRenderer2d
public class View2DLayout_Debug extends AbstractAWTRenderer2d implements AWTRenderer2d
-
-
Field Summary
-
Fields inherited from class org.jzy3d.plot3d.rendering.view.AbstractAWTRenderer2d
view
-
-
Constructor Summary
Constructors Constructor Description View2DLayout_Debug()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
paint(Graphics g, int canvasWidth, int canvasHeight)
void
setView(AWTView view)
-
Methods inherited from class org.jzy3d.plot3d.rendering.view.AbstractAWTRenderer2d
getView
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.jzy3d.plot3d.rendering.view.AWTRenderer2d
getView
-
-
-
-
Method Detail
-
setView
public void setView(AWTView view)
- Specified by:
setView
in interfaceAWTRenderer2d
- Overrides:
setView
in classAbstractAWTRenderer2d
-
paint
public void paint(Graphics g, int canvasWidth, int canvasHeight)
- Specified by:
paint
in interfaceAWTRenderer2d
-
-