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 DrawerCanvas. getMainDrawer()Return the canvas main drawer.Methods in org.scilab.forge.scirenderer with parameters of type Drawer Modifier and Type Method Description voidCanvas. 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 DrawerG2DCanvas. getMainDrawer()Methods in org.scilab.forge.scirenderer.implementation.g2d with parameters of type Drawer Modifier and Type Method Description voidG2DCanvas. 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 DrawerG2DRenderer. getDrawer()Methods in org.scilab.forge.scirenderer.implementation.g2d.renderer with parameters of type Drawer Modifier and Type Method Description voidG2DRenderer. 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 DrawerJoGLCanvas. getMainDrawer()Methods in org.scilab.forge.scirenderer.implementation.jogl with parameters of type Drawer Modifier and Type Method Description voidJoGLCanvas. 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 DrawerJoGLRenderer. getDrawer()Methods in org.scilab.forge.scirenderer.implementation.jogl.renderer with parameters of type Drawer Modifier and Type Method Description voidJoGLRenderer. 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 DrawerRenderer. getDrawer()Return the drawer.Methods in org.scilab.forge.scirenderer.renderer with parameters of type Drawer Modifier and Type Method Description voidRenderer. setDrawer(Drawer drawer)Set the drawer.
-