com.nchart3d.NChart.NChartSolidColorBrush Class Reference

The NChartSolidColorBrush class provides the brush that fills the area with a solid color. More...

Inheritance diagram for com.nchart3d.NChart.NChartSolidColorBrush:
com.nchart3d.NChart.NChartBrush

Public Member Functions

 NChartSolidColorBrush (int color)
 Create brush with color. More...
 
int getColor ()
 Color of the brush.
 
void setColor (int color)
 For details see getColor().
 
- Public Member Functions inherited from com.nchart3d.NChart.NChartBrush
abstract void scaleColorRGB (float rScale, float gScale, float bScale)
 Scale components of brush's colors (if any) by given values. More...
 
abstract NChartBrush copy ()
 Being implemented in every child this method will return proper deep copy of object. More...
 
abstract void scaleColorHSV (float hScale, float sScale, float vScale)
 Scale components of brush's colors (if any) according to HSV color model. More...
 
double getOpacity ()
 Opacity of the brush in interval 0..1, 0 – full transparency, 1 – full opacity. More...
 
void setOpacity (double opacity)
 For details see getOpacity().
 
NChartShadingModel getShadingModel ()
 Shading model that should be applied to an object if it's painted with this brush. More...
 
void setShadingModel (NChartShadingModel shadingModel)
 For details see getShadingModel().
 

Detailed Description

The NChartSolidColorBrush class provides the brush that fills the area with a solid color.

Constructor & Destructor Documentation

com.nchart3d.NChart.NChartSolidColorBrush.NChartSolidColorBrush ( int  color)
inline

Create brush with color.

Parameters
color- color for the brush.