Getlabelantialias(), Getlabelnowfont(), Setlabelantialias(int) – MiG InfoCom MiG Calendar JavaBeans User Manual

Page 119: Setlabelfont(font), Setlabelnowfont(font), Getlabelantialias, Getlabelnowfont, Setlabelantialias, Setlabelfont, Setlabelnowfont

Advertising
background image

(continued from last page)

setLabelFont

public void setLabelFont(java.awt.Font font)

Property: The font used to draw the label.

This is a property that affects the visual representation of the label in the cells.

Parameters:

font

- The font used to draw the label. Might be

null

.

See Also:

getLabelFont()

getLabelNowFont

public java.awt.Font getLabelNowFont()

Property: The font used to draw the label for the cell that spans the current time.

This is a property that affects the visual representation of the label in the cells.

Returns:

The font used to draw the label. Might be

null

.

See Also:

setLabelNowFont(Font)

setLabelNowFont

public void setLabelNowFont(java.awt.Font font)

Property: The font used to draw the label for the cell that spans the current time.

This is a property that affects the visual representation of the label in the cells.

Parameters:

font

- The font used to draw the label. Might be

null

.

See Also:

getLabelNowFont()

getLabelAntiAlias

public int getLabelAntiAlias()

Property: The anti aliasing hint used when drawing the label. For instance

AA_HINT_ON

.

Returns:

The current hint. May be

null

.

See Also:

confAntiAliasingHint

setLabelAntiAlias

public void setLabelAntiAlias(int hint)

Property: The anti aliasing hint used when drawing the label. For instance

AA_HINT_ON

.

Page 119 of 196

com.miginfocom.beans.DateAreaBean

Advertising