Class ShadingColor

  • All Implemented Interfaces:
    java.awt.Paint, java.awt.Transparency, java.io.Serializable

    public class ShadingColor
    extends ExtendedColor
    Implements a shading pattern as a Color.
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      PdfShadingPattern getPdfShadingPattern()
      Gets the shading pattern.
      • Methods inherited from class java.awt.Color

        brighter, createContext, darker, decode, equals, getAlpha, getBlue, getColor, getColor, getColor, getColorComponents, getColorComponents, getColorSpace, getComponents, getComponents, getGreen, getHSBColor, getRed, getRGB, getRGBColorComponents, getRGBComponents, getTransparency, hashCode, HSBtoRGB, RGBtoHSB, toString
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ShadingColor

        public ShadingColor​(PdfShadingPattern shadingPattern)
        Creates a shading color.
        Parameters:
        shadingPattern -
    • Method Detail

      • getPdfShadingPattern

        public PdfShadingPattern getPdfShadingPattern()
        Gets the shading pattern.
        Returns:
        a shading pattern.