com.sun.pdfview.pattern
public class ShaderType2 extends PDFShader
Constructor Summary | |
---|---|
ShaderType2() Creates a new instance of ShaderType2 |
Method Summary | |
---|---|
Point2D | getAxisEnd()
Get the end of the axis |
Point2D | getAxisStart()
Get the start of the axis |
boolean | getExtendEnd()
Get whether to extend the end of the axis |
boolean | getExtendStart()
Get whether to extend the start of the axis |
PDFFunction[] | getFunctions()
Get the functions associated with this shader |
float | getMaxT()
Get the domain maximum |
float | getMinT()
Get the domain minimum |
PDFPaint | getPaint()
Create a paint that paints this pattern |
void | parse(PDFObject shaderObj)
Parse the shader-specific data |
protected void | setAxisEnd(Point2D axisEnd)
Set the start of the axis |
protected void | setAxisStart(Point2D axisStart)
Set the start of the axis |
protected void | setExtendEnd(boolean extendEnd)
Set whether to extend the end of the axis |
protected void | setExtendStart(boolean extendStart)
Set whether to extend the start of the axis |
protected void | setFunctions(PDFFunction[] functions)
Set the functions associated with this shader |
protected void | setMaxT(float maxT)
Set the domain maximum |
protected void | setMinT(float minT)
Set the domain minimum |