|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PdfShading | |
---|---|
com.lowagie.text.pdf |
Uses of PdfShading in com.lowagie.text.pdf |
---|
Fields in com.lowagie.text.pdf declared as PdfShading | |
---|---|
protected PdfShading |
PdfShadingPattern.shading
|
Methods in com.lowagie.text.pdf that return PdfShading | |
---|---|
static PdfShading |
PdfShading.simpleAxial(PdfWriter writer,
float x0,
float y0,
float x1,
float y1,
Color startColor,
Color endColor)
|
static PdfShading |
PdfShading.simpleAxial(PdfWriter writer,
float x0,
float y0,
float x1,
float y1,
Color startColor,
Color endColor,
boolean extendStart,
boolean extendEnd)
|
static PdfShading |
PdfShading.simpleRadial(PdfWriter writer,
float x0,
float y0,
float r0,
float x1,
float y1,
float r1,
Color startColor,
Color endColor)
|
static PdfShading |
PdfShading.simpleRadial(PdfWriter writer,
float x0,
float y0,
float r0,
float x1,
float y1,
float r1,
Color startColor,
Color endColor,
boolean extendStart,
boolean extendEnd)
|
static PdfShading |
PdfShading.type1(PdfWriter writer,
Color colorSpace,
float[] domain,
float[] tMatrix,
PdfFunction function)
|
static PdfShading |
PdfShading.type2(PdfWriter writer,
Color colorSpace,
float[] coords,
float[] domain,
PdfFunction function,
boolean[] extend)
|
static PdfShading |
PdfShading.type3(PdfWriter writer,
Color colorSpace,
float[] coords,
float[] domain,
PdfFunction function,
boolean[] extend)
|
Methods in com.lowagie.text.pdf with parameters of type PdfShading | |
---|---|
void |
PdfContentByte.paintShading(PdfShading shading)
Paints using a shading object. |
Constructors in com.lowagie.text.pdf with parameters of type PdfShading | |
---|---|
PdfShadingPattern(PdfShading shading)
Creates new PdfShadingPattern |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |