All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.pdfjet.Annotation Maven / Gradle / Ivy

/*    */ package com.pdfjet;
/*    */ 
/*    */ class Annotation
/*    */ {
/*    */   protected int objNumber;
/*    */   protected String uri;
/*    */   protected String key;
/*    */   protected float x1;
/*    */   protected float y1;
/*    */   protected float x2;
/*    */   protected float y2;
/* 48 */   protected String language = null;
/* 49 */   protected String altDescription = null;
/* 50 */   protected String actualText = null;
/*    */ 
/* 52 */   protected FileAttachment fileAttachment = null;
/*    */ 
/*    */   protected Annotation(String paramString1, String paramString2, float paramFloat1, float paramFloat2, float paramFloat3, float paramFloat4, String paramString3, String paramString4, String paramString5)
/*    */   {
/* 76 */     this.uri = paramString1;
/* 77 */     this.key = paramString2;
/* 78 */     this.x1 = paramFloat1;
/* 79 */     this.y1 = paramFloat2;
/* 80 */     this.x2 = paramFloat3;
/* 81 */     this.y2 = paramFloat4;
/* 82 */     this.language = paramString3;
/* 83 */     this.altDescription = (paramString4 == null ? paramString1 : paramString4);
/* 84 */     this.actualText = (paramString5 == null ? paramString1 : paramString5);
/*    */   }
/*    */ }

/* Location:           E:\EGGWIFI\Customer\trunk\src\Workspace\Customer\Customer Maven Webapp\src\main\webapp\WEB-INF\lib\PDFjet.jar
 * Qualified Name:     com.pdfjet.Annotation
 * JD-Core Version:    0.6.2
 */




© 2015 - 2024 Weber Informatics LLC | Privacy Policy