| java.lang.Object com.lowagie.text.pdf.PdfShading
PdfShading | public class PdfShading (Code) | | Implements the shading dictionary (or stream).
author: Paulo Soares (psoares@consiste.pt) |
Method Summary | |
void | addToBody() | public static void | checkCompatibleColors(Color c1, Color c2) | public float[] | getBBox() | public static float[] | getColorArray(Color color) | ColorDetails | getColorDetails() | public Color | getColorSpace() | PdfName | getShadingName() | PdfIndirectReference | getShadingReference() | PdfWriter | getWriter() | public boolean | isAntiAlias() | public void | setAntiAlias(boolean antiAlias) | public void | setBBox(float[] bBox) | protected void | setColorSpace(Color color) | void | setName(int number) | public static PdfShading | simpleAxial(PdfWriter writer, float x0, float y0, float x1, float y1, Color startColor, Color endColor, boolean extendStart, boolean extendEnd) | public static PdfShading | simpleAxial(PdfWriter writer, float x0, float y0, float x1, float y1, Color startColor, Color endColor) | public static PdfShading | simpleRadial(PdfWriter writer, float x0, float y0, float r0, float x1, float y1, float r1, Color startColor, Color endColor, boolean extendStart, boolean extendEnd) | public static PdfShading | simpleRadial(PdfWriter writer, float x0, float y0, float r0, float x1, float y1, float r1, Color startColor, Color endColor) | public static void | throwColorSpaceError() | public static PdfShading | type1(PdfWriter writer, Color colorSpace, float domain, float tMatrix, PdfFunction function) | public static PdfShading | type2(PdfWriter writer, Color colorSpace, float coords, float domain, PdfFunction function, boolean extend) | public static PdfShading | type3(PdfWriter writer, Color colorSpace, float coords, float domain, PdfFunction function, boolean extend) |
antiAlias | protected boolean antiAlias(Code) | | Holds value of property antiAlias.
|
bBox | protected float[] bBox(Code) | | Holds value of property bBox.
|
shadingType | protected int shadingType(Code) | | |
PdfShading | protected PdfShading(PdfWriter writer)(Code) | | Creates new PdfShading
|
checkCompatibleColors | public static void checkCompatibleColors(Color c1, Color c2)(Code) | | |
getBBox | public float[] getBBox()(Code) | | |
getColorArray | public static float[] getColorArray(Color color)(Code) | | |
isAntiAlias | public boolean isAntiAlias()(Code) | | |
setAntiAlias | public void setAntiAlias(boolean antiAlias)(Code) | | |
setBBox | public void setBBox(float[] bBox)(Code) | | |
setColorSpace | protected void setColorSpace(Color color)(Code) | | |
setName | void setName(int number)(Code) | | |
simpleAxial | public static PdfShading simpleAxial(PdfWriter writer, float x0, float y0, float x1, float y1, Color startColor, Color endColor, boolean extendStart, boolean extendEnd)(Code) | | |
simpleRadial | public static PdfShading simpleRadial(PdfWriter writer, float x0, float y0, float r0, float x1, float y1, float r1, Color startColor, Color endColor, boolean extendStart, boolean extendEnd)(Code) | | |
throwColorSpaceError | public static void throwColorSpaceError()(Code) | | |
|
|