Ejemplo n.º 1
0
 /***********************************************/
 // FUNCTION: void setPDF()
 // DESCRIPTION: Set-function to save the "pdfFileClass" object that holds all the information regarding the PDF Document
 /***********************************************/
 public void setPDF(pdfFileClass inputPDF)
 {
     pdfObj = inputPDF;
 }
Ejemplo n.º 2
0
 /***********************************************/
 // CONSTRUCTOR: pdfIconPanelClass()
 // DESCRIPTION: Constructs and intializses the object  if the class is initizalises with parameters
 /***********************************************/
 public pdfIconPanelClass(pdfFileClass inputPDFObj, Panel inputPanelObj)
 {
     pdfObj   = inputPDFObj;
     panelObj = inputPanelObj;
 }