Uses of Interface
org.scilab.forge.scirenderer.Drawer
-
-
Uses of Drawer in org.scilab.forge.scirenderer
Methods in org.scilab.forge.scirenderer that return Drawer Modifier and Type Method Description Drawer
Canvas. getMainDrawer()
Return the canvas main drawer.Methods in org.scilab.forge.scirenderer with parameters of type Drawer Modifier and Type Method Description void
Canvas. setMainDrawer(Drawer mainDrawer)
Set this canvas main drawer. -
Uses of Drawer in org.scilab.forge.scirenderer.implementation.g2d
Methods in org.scilab.forge.scirenderer.implementation.g2d that return Drawer Modifier and Type Method Description Drawer
G2DCanvas. getMainDrawer()
Methods in org.scilab.forge.scirenderer.implementation.g2d with parameters of type Drawer Modifier and Type Method Description void
G2DCanvas. setMainDrawer(Drawer mainDrawer)
-
Uses of Drawer in org.scilab.forge.scirenderer.implementation.g2d.renderer
Methods in org.scilab.forge.scirenderer.implementation.g2d.renderer that return Drawer Modifier and Type Method Description Drawer
G2DRenderer. getDrawer()
Methods in org.scilab.forge.scirenderer.implementation.g2d.renderer with parameters of type Drawer Modifier and Type Method Description void
G2DRenderer. setDrawer(Drawer drawer)
-
Uses of Drawer in org.scilab.forge.scirenderer.implementation.jogl
Methods in org.scilab.forge.scirenderer.implementation.jogl that return Drawer Modifier and Type Method Description Drawer
JoGLCanvas. getMainDrawer()
Methods in org.scilab.forge.scirenderer.implementation.jogl with parameters of type Drawer Modifier and Type Method Description void
JoGLCanvas. setMainDrawer(Drawer mainDrawer)
-
Uses of Drawer in org.scilab.forge.scirenderer.implementation.jogl.renderer
Methods in org.scilab.forge.scirenderer.implementation.jogl.renderer that return Drawer Modifier and Type Method Description Drawer
JoGLRenderer. getDrawer()
Methods in org.scilab.forge.scirenderer.implementation.jogl.renderer with parameters of type Drawer Modifier and Type Method Description void
JoGLRenderer. setDrawer(Drawer drawer)
-
Uses of Drawer in org.scilab.forge.scirenderer.renderer
Methods in org.scilab.forge.scirenderer.renderer that return Drawer Modifier and Type Method Description Drawer
Renderer. getDrawer()
Return the drawer.Methods in org.scilab.forge.scirenderer.renderer with parameters of type Drawer Modifier and Type Method Description void
Renderer. setDrawer(Drawer drawer)
Set the drawer.
-