Uses of Class
org.scilab.forge.scirenderer.shapes.appearance.Color
Packages that use Color
Package
Description
-
Uses of Color in org.scilab.forge.scirenderer
Methods in org.scilab.forge.scirenderer with parameters of type Color -
Uses of Color in org.scilab.forge.scirenderer.implementation.g2d
Methods in org.scilab.forge.scirenderer.implementation.g2d with parameters of type 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 -
Uses of Color in org.scilab.forge.scirenderer.implementation.jogl
Methods in org.scilab.forge.scirenderer.implementation.jogl with parameters of type Color -
Uses of Color in org.scilab.forge.scirenderer.implementation.jogl.lightning
Methods in org.scilab.forge.scirenderer.implementation.jogl.lightning that return ColorModifier and TypeMethodDescriptionJoGLLight.getAmbientColor()
JoGLLight.getDiffuseColor()
JoGLLight.getSpecularColor()
Methods in org.scilab.forge.scirenderer.implementation.jogl.lightning with parameters of type ColorModifier and TypeMethodDescriptionvoid
JoGLLight.setAmbientColor
(Color color) void
JoGLLight.setDiffuseColor
(Color color) void
JoGLLight.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 ColorModifier and TypeMethodDescriptionstatic void
G2DShortCuts.useColor
(Graphics2D g2d, Color c) Use the given color for drawing.static void
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 ColorModifier and TypeMethodDescriptionLight.getAmbientColor()
Return the ambient color of this light;Light.getDiffuseColor()
Return the diffuse color of this light;Light.getSpecularColor()
Return the specular color of this light;Methods in org.scilab.forge.scirenderer.lightning with parameters of type ColorModifier and TypeMethodDescriptionvoid
Light.setAmbientColor
(Color color) Set the ambient color of this light.void
Light.setDiffuseColor
(Color color) Set the diffuse color of this light.void
Light.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 ColorMethods in org.scilab.forge.scirenderer.ruler that return ColorModifier and TypeMethodDescriptionDefaultRulerModel.getColor()
RulerModel.getColor()
Color getter.Methods in org.scilab.forge.scirenderer.ruler with parameters of type Color -
Uses of Color in org.scilab.forge.scirenderer.shapes.appearance
Fields in org.scilab.forge.scirenderer.shapes.appearance declared as ColorModifier and TypeFieldDescriptionstatic final Color
Appearance.DEFAULT_FILL_COLOR
The default fill color.static final Color
Appearance.DEFAULT_LINE_COLOR
The default line color.Methods in org.scilab.forge.scirenderer.shapes.appearance that return ColorModifier and TypeMethodDescriptionAppearance.getFillColor()
Return the fill color.Appearance.getLineColor()
Return the line color.Methods in org.scilab.forge.scirenderer.shapes.appearance with parameters of type ColorModifier and TypeMethodDescriptionvoid
Appearance.setFillColor
(Color fillColor) Set the fill color.void
Appearance.setLineColor
(Color lineColor) Set the line color.Constructors in org.scilab.forge.scirenderer.shapes.appearance with parameters of type Color -
Uses of Color in org.scilab.forge.scirenderer.texture
Fields in org.scilab.forge.scirenderer.texture declared as ColorModifier and TypeFieldDescriptionstatic final Color
TextEntity.DEFAULT_TEXT_COLOR
The default text color.Methods in org.scilab.forge.scirenderer.texture that return ColorMethods in org.scilab.forge.scirenderer.texture with parameters of type ColorModifier and TypeMethodDescriptionvoid
void
Clear the sprite with the given color.void
void
Fill a disc of given diameter, centered at (x, y) with the given appearance.void
TextEntity.setTextColor
(Color textColor) Set the text color.