home *** CD-ROM | disk | FTP | other *** search
- package netscape.security;
-
- import java.awt.Component;
-
- class RszHints {
- // $FF: renamed from: x double
- double field_0;
- // $FF: renamed from: y double
- double field_1;
- // $FF: renamed from: wd double
- double field_2;
- // $FF: renamed from: ht double
- double field_3;
- double eexp;
- double wexp;
- double nexp;
- double sexp;
- Component ecomp;
- Component wcomp;
- Component ncomp;
- Component scomp;
-
- RszHints(double var1, double var3, double var5, double var7) {
- this.field_0 = var1;
- this.field_1 = var3;
- this.field_2 = var5;
- this.field_3 = var7;
- this.eexp = (double)0.0F;
- this.wexp = (double)0.0F;
- this.nexp = (double)0.0F;
- this.sexp = (double)0.0F;
- this.ecomp = null;
- this.wcomp = null;
- this.ncomp = null;
- this.scomp = null;
- }
-
- RszHints(double var1, double var3, double var5, double var7, double var9, double var11, double var13, double var15, Component var17, Component var18, Component var19, Component var20) {
- this.field_0 = var1;
- this.field_1 = var3;
- this.field_2 = var5;
- this.field_3 = var7;
- this.eexp = var13;
- this.wexp = var9;
- this.nexp = var11;
- this.sexp = var15;
- this.ecomp = var19;
- this.wcomp = var17;
- this.ncomp = var18;
- this.scomp = var20;
- }
- }
-