C# Class iTextSharp.text.pdf.PdfShading

ファイルを表示 Open project: mapo80/iTextSharp-Monotouch Class Usage Examples

Protected Properties

Property Type Description
antiAlias bool
bBox float[]
colorDetails ColorDetails
shading PdfDictionary
shadingName PdfName
shadingReference PdfIndirectReference
shadingType int
writer PdfWriter

Private Properties

Property Type Description

Public Methods

Method Description
AddToBody ( ) : void
CheckCompatibleColors ( BaseColor c1, BaseColor c2 ) : void
GetColorArray ( BaseColor color ) : float[]
SimpleAxial ( PdfWriter writer, float x0, float y0, float x1, float y1, BaseColor startColor, BaseColor endColor ) : PdfShading
SimpleAxial ( PdfWriter writer, float x0, float y0, float x1, float y1, BaseColor startColor, BaseColor endColor, bool extendStart, bool extendEnd ) : PdfShading
SimpleRadial ( PdfWriter writer, float x0, float y0, float r0, float x1, float y1, float r1, BaseColor startColor, BaseColor endColor ) : PdfShading
SimpleRadial ( PdfWriter writer, float x0, float y0, float r0, float x1, float y1, float r1, BaseColor startColor, BaseColor endColor, bool extendStart, bool extendEnd ) : PdfShading
ThrowColorSpaceError ( ) : void
Type1 ( PdfWriter writer, BaseColor colorSpace, float domain, float tMatrix, PdfFunction function ) : PdfShading
Type2 ( PdfWriter writer, BaseColor colorSpace, float coords, float domain, PdfFunction function, bool extend ) : PdfShading
Type3 ( PdfWriter writer, BaseColor colorSpace, float coords, float domain, PdfFunction function, bool extend ) : PdfShading

Protected Methods

Method Description
PdfShading ( PdfWriter writer ) : System
SetColorSpace ( BaseColor color ) : void

Method Details

AddToBody() public method

public AddToBody ( ) : void
return void

CheckCompatibleColors() public static method

public static CheckCompatibleColors ( BaseColor c1, BaseColor c2 ) : void
c1 iTextSharp.text.BaseColor
c2 iTextSharp.text.BaseColor
return void

GetColorArray() public static method

public static GetColorArray ( BaseColor color ) : float[]
color iTextSharp.text.BaseColor
return float[]

PdfShading() protected method

protected PdfShading ( PdfWriter writer ) : System
writer PdfWriter
return System

SetColorSpace() protected method

protected SetColorSpace ( BaseColor color ) : void
color iTextSharp.text.BaseColor
return void

SimpleAxial() public static method

public static SimpleAxial ( PdfWriter writer, float x0, float y0, float x1, float y1, BaseColor startColor, BaseColor endColor ) : PdfShading
writer PdfWriter
x0 float
y0 float
x1 float
y1 float
startColor iTextSharp.text.BaseColor
endColor iTextSharp.text.BaseColor
return PdfShading

SimpleAxial() public static method

public static SimpleAxial ( PdfWriter writer, float x0, float y0, float x1, float y1, BaseColor startColor, BaseColor endColor, bool extendStart, bool extendEnd ) : PdfShading
writer PdfWriter
x0 float
y0 float
x1 float
y1 float
startColor iTextSharp.text.BaseColor
endColor iTextSharp.text.BaseColor
extendStart bool
extendEnd bool
return PdfShading

SimpleRadial() public static method

public static SimpleRadial ( PdfWriter writer, float x0, float y0, float r0, float x1, float y1, float r1, BaseColor startColor, BaseColor endColor ) : PdfShading
writer PdfWriter
x0 float
y0 float
r0 float
x1 float
y1 float
r1 float
startColor iTextSharp.text.BaseColor
endColor iTextSharp.text.BaseColor
return PdfShading

SimpleRadial() public static method

public static SimpleRadial ( PdfWriter writer, float x0, float y0, float r0, float x1, float y1, float r1, BaseColor startColor, BaseColor endColor, bool extendStart, bool extendEnd ) : PdfShading
writer PdfWriter
x0 float
y0 float
r0 float
x1 float
y1 float
r1 float
startColor iTextSharp.text.BaseColor
endColor iTextSharp.text.BaseColor
extendStart bool
extendEnd bool
return PdfShading

ThrowColorSpaceError() public static method

public static ThrowColorSpaceError ( ) : void
return void

Type1() public static method

public static Type1 ( PdfWriter writer, BaseColor colorSpace, float domain, float tMatrix, PdfFunction function ) : PdfShading
writer PdfWriter
colorSpace iTextSharp.text.BaseColor
domain float
tMatrix float
function PdfFunction
return PdfShading

Type2() public static method

public static Type2 ( PdfWriter writer, BaseColor colorSpace, float coords, float domain, PdfFunction function, bool extend ) : PdfShading
writer PdfWriter
colorSpace iTextSharp.text.BaseColor
coords float
domain float
function PdfFunction
extend bool
return PdfShading

Type3() public static method

public static Type3 ( PdfWriter writer, BaseColor colorSpace, float coords, float domain, PdfFunction function, bool extend ) : PdfShading
writer PdfWriter
colorSpace iTextSharp.text.BaseColor
coords float
domain float
function PdfFunction
extend bool
return PdfShading

Property Details

antiAlias protected_oe property

protected bool antiAlias
return bool

bBox protected_oe property

protected float[] bBox
return float[]

colorDetails protected_oe property

protected ColorDetails,iTextSharp.text.pdf colorDetails
return ColorDetails

shading protected_oe property

protected PdfDictionary,iTextSharp.text.pdf shading
return PdfDictionary

shadingName protected_oe property

protected PdfName,iTextSharp.text.pdf shadingName
return PdfName

shadingReference protected_oe property

protected PdfIndirectReference,iTextSharp.text.pdf shadingReference
return PdfIndirectReference

shadingType protected_oe property

protected int shadingType
return int

writer protected_oe property

protected PdfWriter,iTextSharp.text.pdf writer
return PdfWriter