Uses of Interface
org.scilab.forge.scirenderer.DrawingTools
Packages that use DrawingTools
Package
Description
-
Uses of DrawingTools in org.scilab.forge.scirenderer
Methods in org.scilab.forge.scirenderer with parameters of type DrawingToolsModifier and TypeMethodDescriptionvoidDrawer.draw(DrawingTools drawingTools) Ask this drawer to draw with the given drawing tools. -
Uses of DrawingTools in org.scilab.forge.scirenderer.implementation.g2d
Classes in org.scilab.forge.scirenderer.implementation.g2d that implement DrawingToolsMethods in org.scilab.forge.scirenderer.implementation.g2d that return DrawingTools -
Uses of DrawingTools in org.scilab.forge.scirenderer.implementation.g2d.motor
Methods in org.scilab.forge.scirenderer.implementation.g2d.motor with parameters of type DrawingToolsModifier and TypeMethodDescriptionvoidMotor3D.draw(DrawingTools drawingTools, Geometry geometry, Appearance appearance) Add the geometry to the scenevoidMotor3D.draw(DrawingTools drawingTools, Texture texture, AnchorPosition anchor, ElementsBuffer positions, double rotationAngle) voidMotor3D.draw(DrawingTools drawingTools, Texture texture, AnchorPosition anchor, Vector3d position, double rotationAngle) voidMotor3D.drawTexture(DrawingTools drawingTools, BufferedImage image, Texture texture) -
Uses of DrawingTools in org.scilab.forge.scirenderer.implementation.g2d.renderer
Methods in org.scilab.forge.scirenderer.implementation.g2d.renderer with parameters of type DrawingToolsModifier and TypeMethodDescriptionvoidG2DRenderer.draw(DrawingTools drawingTools) Perform a draw to the given canvas.voidG2DRendererManager.draw(DrawingTools drawingTools, Renderer renderer) Perform a draw with the given renderer to the given canvas.. -
Uses of DrawingTools in org.scilab.forge.scirenderer.implementation.jogl
Classes in org.scilab.forge.scirenderer.implementation.jogl that implement DrawingTools -
Uses of DrawingTools in org.scilab.forge.scirenderer.ruler
Methods in org.scilab.forge.scirenderer.ruler with parameters of type DrawingToolsModifier and TypeMethodDescriptionRulerDrawer.computeRuler(DrawingTools drawingTools, RulerModel model, Transformation canvasProjection) Compute different parameters on a rulervoidRulerDrawer.draw(DrawingTools drawingTools) Draw the rulerRulerDrawer.draw(DrawingTools drawingTools, RulerModel model) Ruler drawing method.