| java.lang.Object org.jvnet.substance.painter.BaseGradientPainter org.jvnet.substance.painter.StandardGradientPainter org.jvnet.substance.painter.SubduedGradientPainter
SubduedGradientPainter | public class SubduedGradientPainter extends StandardGradientPainter (Code) | | Gradient painter that returns images with subdued 3D gradient appearance.
This class is part of officially supported API.
author: Kirill Grouchnikov |
getTopFillColor | public Color getTopFillColor(ColorScheme interpolationScheme1, ColorScheme interpolationScheme2, double cycleCoef, boolean useCyclePosAsInterpolation)(Code) | | |
Methods inherited from org.jvnet.substance.painter.StandardGradientPainter | public Color getBottomFillColor(ColorScheme interpolationScheme1, ColorScheme interpolationScheme2, double cycleCoef, boolean useCyclePosAsInterpolation)(Code)(Java Doc) public Color getBottomShineColor(ColorScheme interpolationScheme1, ColorScheme interpolationScheme2, double cycleCoef, boolean useCyclePosAsInterpolation)(Code)(Java Doc) public BufferedImage getContourBackground(int width, int height, Shape contour, boolean isFocused, ColorScheme colorScheme1, ColorScheme colorScheme2, float cyclePos, boolean hasShine, boolean useCyclePosAsInterpolation)(Code)(Java Doc) public String getDisplayName()(Code)(Java Doc) public Color getMidFillColorBottom(ColorScheme interpolationScheme1, ColorScheme interpolationScheme2, double cycleCoef, boolean useCyclePosAsInterpolation)(Code)(Java Doc) public Color getMidFillColorTop(ColorScheme interpolationScheme1, ColorScheme interpolationScheme2, double cycleCoef, boolean useCyclePosAsInterpolation)(Code)(Java Doc) public Color getTopFillColor(ColorScheme interpolationScheme1, ColorScheme interpolationScheme2, double cycleCoef, boolean useCyclePosAsInterpolation)(Code)(Java Doc) public Color getTopShineColor(ColorScheme interpolationScheme1, ColorScheme interpolationScheme2, double cycleCoef, boolean useCyclePosAsInterpolation)(Code)(Java Doc)
|
Methods inherited from org.jvnet.substance.painter.BaseGradientPainter | protected BufferedImage getMixContourBackground(int width, int height, Shape contour, boolean isFocused, ColorScheme colorScheme1, ColorScheme colorScheme2, float cyclePos, boolean hasShine, boolean useCyclePosAsInterpolation)(Code)(Java Doc)
|
|
|