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