Save This Page
Home » iText-src-2.1.3 » com.lowagie » text » pdf » [javadoc | source]
com.lowagie.text.pdf
public class: ShadingColor [javadoc | source]
java.lang.Object
   java.awt.Color
      com.lowagie.text.pdf.ExtendedColor
         com.lowagie.text.pdf.ShadingColor

All Implemented Interfaces:
    Paint, Serializable

Implements a shading pattern as a Color.
Field Summary
 PdfShadingPattern shadingPattern     
Fields inherited from com.lowagie.text.pdf.ExtendedColor:
TYPE_RGB,  TYPE_GRAY,  TYPE_CMYK,  TYPE_SEPARATION,  TYPE_PATTERN,  TYPE_SHADING,  type
Fields inherited from java.awt.Color:
white,  WHITE,  lightGray,  LIGHT_GRAY,  gray,  GRAY,  darkGray,  DARK_GRAY,  black,  BLACK,  red,  RED,  pink,  PINK,  orange,  ORANGE,  yellow,  YELLOW,  green,  GREEN,  magenta,  MAGENTA,  cyan,  CYAN,  blue,  BLUE
Constructor:
 public ShadingColor(PdfShadingPattern shadingPattern) 
    Creates a shading color.
    Parameters:
    shadingPattern -
Method from com.lowagie.text.pdf.ShadingColor Summary:
equals,   getPdfShadingPattern,   hashCode
Methods from com.lowagie.text.pdf.ExtendedColor:
getType,   getType,   normalize
Methods from java.awt.Color:
HSBtoRGB,   RGBtoHSB,   brighter,   createContext,   darker,   decode,   equals,   getAlpha,   getBlue,   getColor,   getColor,   getColor,   getColorComponents,   getColorComponents,   getColorSpace,   getComponents,   getComponents,   getGreen,   getHSBColor,   getRGB,   getRGBColorComponents,   getRGBComponents,   getRed,   getTransparency,   hashCode,   toString
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from com.lowagie.text.pdf.ShadingColor Detail:
 public boolean equals(Object obj) 
 public PdfShadingPattern getPdfShadingPattern() 
    Gets the shading pattern.
 public int hashCode()