Gettextantialias(), Gettitleforeground(), Setantialias(int) – MiG InfoCom MiG Calendar JavaBeans User Manual
Page 19: Settextantialias(int), Settitleforeground(paint), Gettextantialias, Gettitleforeground, Setantialias, Settextantialias, Settitleforeground

(continued from last page)
The current hint.
See Also:
confAntiAliasingHint
setAntiAlias
public void setAntiAlias(int hint)
Property: The anti aliasing hint used when drawing the graphics for the shape. For instance
AA_HINT_ON
.
Parameters:
hint
- The new hint.
See Also:
confAntiAliasingHint
getTextAntiAlias
public int getTextAntiAlias()
Property: The anti aliasing hint used when drawing the text for the shape. For instance
AA_HINT_ON
.
Returns:
The current hint. May be
null
.
See Also:
confAntiAliasingHint
setTextAntiAlias
public void setTextAntiAlias(int hint)
Property: The anti aliasing hint used when drawing the text for the shape. For instance
AA_HINT_ON
.
Parameters:
hint
- The new hint.
See Also:
confAntiAliasingHint
getTitleForeground
public java.awt.Paint getTitleForeground()
Property: The
Paint
used to draw the title.
Returns:
The current paint. May be
null
.
setTitleForeground
public void setTitleForeground(java.awt.Paint paint)
Property: The
Paint
used to draw the title.
Parameters:
paint
- The new paint. May be
null
in which case the title isn't drawn.
Page 19 of 196
com.miginfocom.beans.ActivityAShapeBean