| java.lang.Object org.jvnet.substance.painter.BaseGradientPainter org.jvnet.substance.painter.StandardGradientPainter org.jvnet.substance.painter.ClassicGradientPainter org.jvnet.substance.painter.MatteGradientPainter
MatteGradientPainter | public class MatteGradientPainter extends ClassicGradientPainter (Code) | | Gradient painter that returns images with matte appearance. This class is
part of officially supported API.
author: Kirill Grouchnikov since: version 4.0 |
MatteGradientPainter | public MatteGradientPainter()(Code) | | Creates a new matte gradient painter.
|
getBottomFillColor | public Color getBottomFillColor(ColorScheme interpolationScheme1, ColorScheme interpolationScheme2, double cycleCoef, boolean useCyclePosAsInterpolation)(Code) | | |
getMidFillColorTop | public Color getMidFillColorTop(ColorScheme interpolationScheme1, ColorScheme interpolationScheme2, double cycleCoef, boolean useCyclePosAsInterpolation)(Code) | | |
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)
|
|
|