public class Shading extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
Shading.FunctionRenderer |
Constructor and Description |
---|
Shading(int shadingType,
PDFDeviceColorSpace colorSpace,
List<Double> coords,
Function function) |
Modifier and Type | Method and Description |
---|---|
int |
getBitsPerComponent() |
int |
getBitsPerCoordinate() |
int |
getBitsPerFlag() |
PDFDeviceColorSpace |
getColorSpace() |
List<Double> |
getCoords() |
List<Boolean> |
getExtend() |
Function |
getFunction() |
int |
getShadingType() |
int |
getVerticesPerRow() |
boolean |
isAntiAlias() |
void |
output(StringBuilder out,
GradientMaker.DoubleFormatter doubleFormatter,
Shading.FunctionRenderer functionRenderer) |
public Shading(int shadingType, PDFDeviceColorSpace colorSpace, List<Double> coords, Function function)
public int getShadingType()
public PDFDeviceColorSpace getColorSpace()
public Function getFunction()
public int getBitsPerCoordinate()
public int getBitsPerFlag()
public boolean isAntiAlias()
public int getBitsPerComponent()
public int getVerticesPerRow()
public void output(StringBuilder out, GradientMaker.DoubleFormatter doubleFormatter, Shading.FunctionRenderer functionRenderer)
Copyright © 2025 Apache Software Foundation. All rights reserved.