Paints the control border.
@param g Graphics.
@param c Component.
@param width Width of a UI component.
@param height Height of a UI component.
@param contour Contour of a UI component.
@param innerContour Inner contour of a UI component. May be ignored if the specific implementation paints only the outside border.
@param colorScheme1 The first color scheme.
@param colorScheme2 The second color scheme.
@param cyclePos Cycle position. Is used for rollover and pulsation effects. Must be in 0..1 range.
@param useCyclePosAsInterpolation Indicates the algorithm to use for computing various colors. If true, the cyclePos is used to interpolate colors between different color components of both color schemes. If false, the cyclePos is used to interpolate colors between different color components of the first color scheme.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.