JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.page.adobe.pdf
Class JCPDFPrinter.PatternInfo

java.lang.Object
  |
  +--com.klg.jclass.page.adobe.pdf.JCPDFPrinter.PatternInfo
Enclosing class:
JCPDFPrinter

protected class JCPDFPrinter.PatternInfo
extends Object

Contains pattern-related information.


Field Summary
protected  int imageObjectNumber
           
protected  BufferedImage img
           
protected  String patternName
           
protected  int patternObjectNumber
           
 
Constructor Summary
protected JCPDFPrinter.PatternInfo()
           
protected JCPDFPrinter.PatternInfo(String patternName, BufferedImage img)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

patternName

protected String patternName

patternObjectNumber

protected int patternObjectNumber

imageObjectNumber

protected int imageObjectNumber

img

protected BufferedImage img
Constructor Detail

JCPDFPrinter.PatternInfo

protected JCPDFPrinter.PatternInfo()

JCPDFPrinter.PatternInfo

protected JCPDFPrinter.PatternInfo(String patternName,
                                   BufferedImage img)

Copyright © 2004 Quest Software Inc..
All rights reserved.