Uses of Class
org.scilab.forge.scirenderer.shapes.appearance.Color
-
-
Uses of Color in org.scilab.forge.scirenderer
Methods in org.scilab.forge.scirenderer with parameters of type Color Modifier and Type Method Description voidDrawingTools. clear(Color color)Clear the canvas with the given color. -
Uses of Color in org.scilab.forge.scirenderer.implementation.g2d
Methods in org.scilab.forge.scirenderer.implementation.g2d with parameters of type Color Modifier and Type Method Description voidG2DDrawingTools. clear(Color color) -
Uses of Color in org.scilab.forge.scirenderer.implementation.g2d.texture
Methods in org.scilab.forge.scirenderer.implementation.g2d.texture with parameters of type Color Modifier and Type Method Description voidG2DTextureDrawingTools. clear(Color color)voidG2DTextureDrawingTools. fillDisc(int x, int y, int diameter, Color color) -
Uses of Color in org.scilab.forge.scirenderer.implementation.jogl
Methods in org.scilab.forge.scirenderer.implementation.jogl with parameters of type Color Modifier and Type Method Description voidJoGLDrawingTools. clear(Color color) -
Uses of Color in org.scilab.forge.scirenderer.implementation.jogl.lightning
Methods in org.scilab.forge.scirenderer.implementation.jogl.lightning that return Color Modifier and Type Method Description ColorJoGLLight. getAmbientColor()ColorJoGLLight. getDiffuseColor()ColorJoGLLight. getSpecularColor()Methods in org.scilab.forge.scirenderer.implementation.jogl.lightning with parameters of type Color Modifier and Type Method Description voidJoGLLight. setAmbientColor(Color color)voidJoGLLight. setDiffuseColor(Color color)voidJoGLLight. setSpecularColor(Color color) -
Uses of Color in org.scilab.forge.scirenderer.implementation.jogl.utils
Methods in org.scilab.forge.scirenderer.implementation.jogl.utils with parameters of type Color Modifier and Type Method Description static voidG2DShortCuts. useColor(java.awt.Graphics2D g2d, Color c)Use the given color for drawing.static voidGLShortCuts. useColor(com.jogamp.opengl.GL2 gl, Color color)Set the OpenGl context color to the given color. -
Uses of Color in org.scilab.forge.scirenderer.lightning
Methods in org.scilab.forge.scirenderer.lightning that return Color Modifier and Type Method Description ColorLight. getAmbientColor()Return the ambient color of this light;ColorLight. getDiffuseColor()Return the diffuse color of this light;ColorLight. getSpecularColor()Return the specular color of this light;Methods in org.scilab.forge.scirenderer.lightning with parameters of type Color Modifier and Type Method Description voidLight. setAmbientColor(Color color)Set the ambient color of this light.voidLight. setDiffuseColor(Color color)Set the diffuse color of this light.voidLight. setSpecularColor(Color color)Set the specular color of this light. -
Uses of Color in org.scilab.forge.scirenderer.ruler
Fields in org.scilab.forge.scirenderer.ruler declared as Color Modifier and Type Field Description static ColorRulerModel. DEFAULT_COLORDefault color.Methods in org.scilab.forge.scirenderer.ruler that return Color Modifier and Type Method Description ColorDefaultRulerModel. getColor()ColorRulerModel. getColor()Color getter.Methods in org.scilab.forge.scirenderer.ruler with parameters of type Color Modifier and Type Method Description voidDefaultRulerModel. setColor(Color color)Ruler color setter. -
Uses of Color in org.scilab.forge.scirenderer.shapes.appearance
Fields in org.scilab.forge.scirenderer.shapes.appearance declared as Color Modifier and Type Field Description static ColorAppearance. DEFAULT_FILL_COLORThe default fill color.static ColorAppearance. DEFAULT_LINE_COLORThe default line color.Methods in org.scilab.forge.scirenderer.shapes.appearance that return Color Modifier and Type Method Description ColorAppearance. getFillColor()Return the fill color.ColorAppearance. getLineColor()Return the line color.Methods in org.scilab.forge.scirenderer.shapes.appearance with parameters of type Color Modifier and Type Method Description voidAppearance. setFillColor(Color fillColor)Set the fill color.voidAppearance. setLineColor(Color lineColor)Set the line color.Constructors in org.scilab.forge.scirenderer.shapes.appearance with parameters of type Color Constructor Description Color(Color c)Copy constructor -
Uses of Color in org.scilab.forge.scirenderer.texture
Fields in org.scilab.forge.scirenderer.texture declared as Color Modifier and Type Field Description static ColorTextEntity. DEFAULT_TEXT_COLORThe default text color.Methods in org.scilab.forge.scirenderer.texture that return Color Modifier and Type Method Description ColorTextEntity. getTextColor()Return the text color.Methods in org.scilab.forge.scirenderer.texture with parameters of type Color Modifier and Type Method Description voidBufferedImageTextureDrawingTools. clear(Color color)voidTextureDrawingTools. clear(Color color)Clear the sprite with the given color.voidBufferedImageTextureDrawingTools. fillDisc(int x, int y, int diameter, Color color)voidTextureDrawingTools. fillDisc(int x, int y, int diameter, Color color)Fill a disc of given diameter, centered at (x, y) with the given appearance.voidTextEntity. setTextColor(Color textColor)Set the text color.
-