Gettextantialias(), Gettextantialiasrows(), Setlabelrotationrows(string) – MiG InfoCom MiG Calendar JavaBeans User Manual
Page 147: Settextantialias(int), Gettextantialias, Gettextantialiasrows, Setlabelrotationrows, String, Settextantialias
![background image](https://www.manualsdir.com/files/798675/content/doc147.png)
(continued from last page)
The current value.
setLabelRotationRows
public void setLabelRotationRows(String rows)
Property: A comma separated string with the rows that are to get the property
value of
null
, "" and any illegal value means "all rows".
This method will reinitialize the header if the value is changed but do nothing if it's the same.
Parameters:
rows
- The new value.
getTextAntiAlias
public int getTextAntiAlias()
Property: The text antialias hint that will be set on the header's renderer before any text is drawn. If the value is
GfxUtil.AA_HINT_INHERIT
the value will not be changed and thus the default value for the graphics environment will
be used.
Normal values are (but other values may apply at a later time, for instance to set sub pixel anti aliasing):
AA_HINT_ON
1.
AA_HINT_OFF
2.
AA_HINT_LCD_GASP
3.
Returns:
The current value.
setTextAntiAlias
public void setTextAntiAlias(int hint)
Property: The text antialias hint that will be set on the header's renderer before any text is drawn. If the value is
GfxUtil.AA_HINT_INHERIT
the value will not be changed and thus the default value for the graphics environment will
be used.
Normal values are (but other values may apply at a later time, for instance to set sub pixel anti aliasing):
AA_HINT_ON
1.
AA_HINT_OFF
2.
AA_HINT_LCD_GASP
3.
This method will reinitialize the header if the value is changed but do nothing if it's the same.
Parameters:
hint
- The new value.
getTextAntiAliasRows
public String getTextAntiAliasRows()
Property: A comma separated string with the rows that are to get the property
value of
null
, "" and any illegal value means "all rows".
Returns:
Page 147 of 196
com.miginfocom.beans.DateHeaderBean