Uses of Class
org.jzy3d.plot3d.rendering.view.AWTView
-
Packages that use AWTView Package Description org.jzy3d.chart org.jzy3d.chart.factories org.jzy3d.chart2d org.jzy3d.debug org.jzy3d.plot3d.rendering.view -
-
Uses of AWTView in org.jzy3d.chart
Methods in org.jzy3d.chart that return AWTView Modifier and Type Method Description AWTView
AWTChart. getAWTView()
-
Uses of AWTView in org.jzy3d.chart.factories
Methods in org.jzy3d.chart.factories that return AWTView Modifier and Type Method Description AWTView
EmulGLChartFactory. newView(IChartFactory factory, Scene scene, ICanvas canvas, Quality quality)
-
Uses of AWTView in org.jzy3d.chart2d
Subclasses of AWTView in org.jzy3d.chart2d Modifier and Type Class Description class
View2d
-
Uses of AWTView in org.jzy3d.debug
Methods in org.jzy3d.debug with parameters of type AWTView Modifier and Type Method Description void
View2DLayout_Debug. setView(AWTView view)
-
Uses of AWTView in org.jzy3d.plot3d.rendering.view
Subclasses of AWTView in org.jzy3d.plot3d.rendering.view Modifier and Type Class Description class
CroppingView
Fields in org.jzy3d.plot3d.rendering.view declared as AWTView Modifier and Type Field Description protected AWTView
AbstractAWTRenderer2d. view
Methods in org.jzy3d.plot3d.rendering.view that return AWTView Modifier and Type Method Description AWTView
AbstractAWTRenderer2d. getView()
AWTView
AWTRenderer2d. getView()
Methods in org.jzy3d.plot3d.rendering.view with parameters of type AWTView Modifier and Type Method Description void
AbstractAWTRenderer2d. setView(AWTView view)
void
AWTRenderer2d. setView(AWTView view)
-