com.lowagie.text.pdf

Class Type3Glyph

public final class Type3Glyph extends PdfContentByte

The content where Type3 glyphs are written to.
Field Summary
booleancolorized
PageResourcespageResources
Constructor Summary
Type3Glyph()
Type3Glyph(PdfWriter writer, PageResources pageResources, float wx, float llx, float lly, float urx, float ury, boolean colorized)
Method Summary
voidaddImage(Image image, float a, float b, float c, float d, float e, float f, boolean inlineImage)
PdfContentBytegetDuplicate()
PageResourcesgetPageResources()

Field Detail

colorized

private boolean colorized

pageResources

private PageResources pageResources

Constructor Detail

Type3Glyph

private Type3Glyph()

Type3Glyph

Type3Glyph(PdfWriter writer, PageResources pageResources, float wx, float llx, float lly, float urx, float ury, boolean colorized)

Method Detail

addImage

public void addImage(Image image, float a, float b, float c, float d, float e, float f, boolean inlineImage)

getDuplicate

public PdfContentByte getDuplicate()

getPageResources

PageResources getPageResources()