private boolean _has_ypos;\r
\r
/**\r
+ * Field _fontName\r
+ */\r
+ private java.lang.String _fontName;\r
+\r
+ /**\r
* Field _fontSize\r
*/\r
private int _fontSize;\r
private boolean _has_fontSize;\r
\r
/**\r
+ * Field _fontStyle\r
+ */\r
+ private int _fontStyle;\r
+\r
+ /**\r
+ * keeps track of state for field: _fontStyle\r
+ */\r
+ private boolean _has_fontStyle;\r
+\r
+ /**\r
* Field _threshold\r
*/\r
private float _threshold;\r
} //-- void deleteFontSize() \r
\r
/**\r
+ * Method deleteFontStyle\r
+ * \r
+ */\r
+ public void deleteFontStyle()\r
+ {\r
+ this._has_fontStyle= false;\r
+ } //-- void deleteFontStyle() \r
+\r
+ /**\r
* Method deleteHeight\r
* \r
*/\r
} //-- boolean getFitToWindow() \r
\r
/**\r
+ * Returns the value of field 'fontName'.\r
+ * \r
+ * @return String\r
+ * @return the value of field 'fontName'.\r
+ */\r
+ public java.lang.String getFontName()\r
+ {\r
+ return this._fontName;\r
+ } //-- java.lang.String getFontName() \r
+\r
+ /**\r
* Returns the value of field 'fontSize'.\r
* \r
* @return int\r
} //-- int getFontSize() \r
\r
/**\r
+ * Returns the value of field 'fontStyle'.\r
+ * \r
+ * @return int\r
+ * @return the value of field 'fontStyle'.\r
+ */\r
+ public int getFontStyle()\r
+ {\r
+ return this._fontStyle;\r
+ } //-- int getFontStyle() \r
+\r
+ /**\r
* Returns the value of field 'height'.\r
* \r
* @return int\r
} //-- boolean hasFontSize() \r
\r
/**\r
+ * Method hasFontStyle\r
+ * \r
+ * \r
+ * \r
+ * @return boolean\r
+ */\r
+ public boolean hasFontStyle()\r
+ {\r
+ return this._has_fontStyle;\r
+ } //-- boolean hasFontStyle() \r
+\r
+ /**\r
* Method hasHeight\r
* \r
* \r
} //-- void setFitToWindow(boolean) \r
\r
/**\r
+ * Sets the value of field 'fontName'.\r
+ * \r
+ * @param fontName the value of field 'fontName'.\r
+ */\r
+ public void setFontName(java.lang.String fontName)\r
+ {\r
+ this._fontName = fontName;\r
+ } //-- void setFontName(java.lang.String) \r
+\r
+ /**\r
* Sets the value of field 'fontSize'.\r
* \r
* @param fontSize the value of field 'fontSize'.\r
} //-- void setFontSize(int) \r
\r
/**\r
+ * Sets the value of field 'fontStyle'.\r
+ * \r
+ * @param fontStyle the value of field 'fontStyle'.\r
+ */\r
+ public void setFontStyle(int fontStyle)\r
+ {\r
+ this._fontStyle = fontStyle;\r
+ this._has_fontStyle = true;\r
+ } //-- void setFontStyle(int) \r
+\r
+ /**\r
* Sets the value of field 'height'.\r
* \r
* @param height the value of field 'height'.\r