Merge branch 'master' of https://source.jalview.org/git/jalviewjs.git
[jalviewjs.git] / site / swingjs / j2s / java / awt / GridBagLayoutInfo.js
index 4186dc4..dfefb05 100644 (file)
@@ -1,31 +1,31 @@
-Clazz.declarePackage ("java.awt");\r
-Clazz.load (null, "java.awt.GridBagLayoutInfo", ["java.awt.Component"], function () {\r
-c$ = Clazz.decorateAsClass (function () {\r
-this.width = 0;\r
-this.height = 0;\r
-this.startx = 0;\r
-this.starty = 0;\r
-this.minWidth = null;\r
-this.minHeight = null;\r
-this.weightX = null;\r
-this.weightY = null;\r
-this.$hasBaseline = false;\r
-this.baselineType = null;\r
-this.maxAscent = null;\r
-this.maxDescent = null;\r
-Clazz.instantialize (this, arguments);\r
-}, java.awt, "GridBagLayoutInfo");\r
-Clazz.makeConstructor (c$, \r
-function (width, height) {\r
-this.width = width;\r
-this.height = height;\r
-}, "~N,~N");\r
-Clazz.defineMethod (c$, "hasConstantDescent", \r
-function (row) {\r
-return ((this.baselineType[row] & (1 << java.awt.Component.BaselineResizeBehavior.CONSTANT_DESCENT.ordinal ())) != 0);\r
-}, "~N");\r
-Clazz.defineMethod (c$, "hasBaseline", \r
-function (row) {\r
-return (this.$hasBaseline && this.baselineType[row] != 0);\r
-}, "~N");\r
-});\r
+Clazz.declarePackage ("java.awt");
+Clazz.load (null, "java.awt.GridBagLayoutInfo", ["java.awt.Component"], function () {
+c$ = Clazz.decorateAsClass (function () {
+this.width = 0;
+this.height = 0;
+this.startx = 0;
+this.starty = 0;
+this.minWidth = null;
+this.minHeight = null;
+this.weightX = null;
+this.weightY = null;
+this.$hasBaseline = false;
+this.baselineType = null;
+this.maxAscent = null;
+this.maxDescent = null;
+Clazz.instantialize (this, arguments);
+}, java.awt, "GridBagLayoutInfo");
+Clazz.makeConstructor (c$, 
+function (width, height) {
+this.width = width;
+this.height = height;
+}, "~N,~N");
+Clazz.defineMethod (c$, "hasConstantDescent", 
+function (row) {
+return ((this.baselineType[row] & (1 << java.awt.Component.BaselineResizeBehavior.CONSTANT_DESCENT.ordinal ())) != 0);
+}, "~N");
+Clazz.defineMethod (c$, "hasBaseline", 
+function (row) {
+return (this.$hasBaseline && this.baselineType[row] != 0);
+}, "~N");
+});