Uses of Class
org.scilab.forge.scirenderer.shapes.appearance.Appearance
Packages that use Appearance
Package
Description
-
Uses of Appearance in org.scilab.forge.scirenderer
Methods in org.scilab.forge.scirenderer with parameters of type AppearanceModifier and TypeMethodDescriptionvoidDrawingTools.draw(Geometry geometry, Appearance appearance) Draw the given geometry. -
Uses of Appearance in org.scilab.forge.scirenderer.implementation.g2d
Methods in org.scilab.forge.scirenderer.implementation.g2d with parameters of type AppearanceModifier and TypeMethodDescriptionvoidG2DDrawingTools.draw(Geometry geometry, Appearance appearance) -
Uses of Appearance in org.scilab.forge.scirenderer.implementation.g2d.motor
Methods in org.scilab.forge.scirenderer.implementation.g2d.motor with parameters of type AppearanceModifier and TypeMethodDescriptionvoidMotor3D.draw(DrawingTools drawingTools, Geometry geometry, Appearance appearance) Add the geometry to the scenestatic StrokeG2DStroke.getStroke(Appearance appearance, double dashPhase) -
Uses of Appearance in org.scilab.forge.scirenderer.implementation.g2d.texture
Methods in org.scilab.forge.scirenderer.implementation.g2d.texture with parameters of type AppearanceModifier and TypeMethodDescriptionvoidG2DTextureDrawingTools.drawCircle(int x, int y, int diameter, Appearance appearance) voidG2DTextureDrawingTools.drawPlus(int size, Appearance appearance) voidG2DTextureDrawingTools.drawPolyline(int[] coordinates, Appearance appearance) voidG2DTextureDrawingTools.fillPolygon(int[] coordinates, Appearance appearance) -
Uses of Appearance in org.scilab.forge.scirenderer.implementation.jogl
Methods in org.scilab.forge.scirenderer.implementation.jogl with parameters of type AppearanceModifier and TypeMethodDescriptionvoidJoGLDrawingTools.draw(Geometry geometry, Appearance appearance) -
Uses of Appearance in org.scilab.forge.scirenderer.implementation.jogl.drawer
Methods in org.scilab.forge.scirenderer.implementation.jogl.drawer with parameters of type AppearanceModifier and TypeMethodDescriptionvoidJoGLShapeDrawer.draw(JoGLDrawingTools drawingTools, Geometry geometry, Appearance appearance) Draw a given geometry with given appearance. -
Uses of Appearance in org.scilab.forge.scirenderer.implementation.jogl.utils
Methods in org.scilab.forge.scirenderer.implementation.jogl.utils with parameters of type AppearanceModifier and TypeMethodDescriptionstatic voidG2DShortCuts.useLineAppearance(Graphics2D g2d, Appearance appearance) Use the given appearance for drawing lines.static voidGLShortCuts.useLineAppearance(com.jogamp.opengl.GL2 gl, Appearance appearance) Set the OpenGl context line appearance from the given appearance. -
Uses of Appearance in org.scilab.forge.scirenderer.shapes.appearance
Methods in org.scilab.forge.scirenderer.shapes.appearance that return AppearanceModifier and TypeMethodDescriptionstatic AppearanceAppearance.getDefault()Return the default appearance. -
Uses of Appearance in org.scilab.forge.scirenderer.texture
Methods in org.scilab.forge.scirenderer.texture with parameters of type AppearanceModifier and TypeMethodDescriptionvoidBufferedImageTextureDrawingTools.drawCircle(int x, int y, int diameter, Appearance appearance) voidTextureDrawingTools.drawCircle(int x, int y, int diameter, Appearance appearance) Draw a circle.voidBufferedImageTextureDrawingTools.drawPlus(int size, Appearance appearance) voidTextureDrawingTools.drawPlus(int size, Appearance appearance) Draw a plus.voidBufferedImageTextureDrawingTools.drawPolyline(int[] coordinates, Appearance appearance) voidTextureDrawingTools.drawPolyline(int[] coordinates, Appearance appearance) Draw a polyline.voidBufferedImageTextureDrawingTools.fillPolygon(int[] coordinates, Appearance appearance) voidTextureDrawingTools.fillPolygon(int[] coordinates, Appearance appearance) Fill a polygon.