Class Shading

java.lang.Object
org.apache.fop.render.gradient.Shading

public class Shading extends Object
  • Constructor Details

  • Method Details

    • getShadingType

      public int getShadingType()
    • getColorSpace

      public PDFDeviceColorSpace getColorSpace()
    • getCoords

      public List<Double> getCoords()
    • getFunction

      public Function getFunction()
    • getExtend

      public List<Boolean> getExtend()
    • getBitsPerCoordinate

      public int getBitsPerCoordinate()
    • getBitsPerFlag

      public int getBitsPerFlag()
    • isAntiAlias

      public boolean isAntiAlias()
    • getBitsPerComponent

      public int getBitsPerComponent()
    • getVerticesPerRow

      public int getVerticesPerRow()
    • output

      public void output(StringBuilder out, GradientMaker.DoubleFormatter doubleFormatter, Shading.FunctionRenderer functionRenderer)