com.nchart3d.NChart.NChartGradientBrush Class Referenceabstract

The NChartGradientBrush class provides common methods for the brush that fills an area with some gradient. More...

Inheritance diagram for com.nchart3d.NChart.NChartGradientBrush:
com.nchart3d.NChart.NChartBrush com.nchart3d.NChart.NChartLinearGradientBrush

Additional Inherited Members

- 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 NChartGradientBrush class provides common methods for the brush that fills an area with some gradient.