MiG InfoCom MiG Calendar JavaBeans User Manual

Page 144

Advertising
background image

String

getLabelRotationRows

()

Property: A comma separated string with the rows that are to get the property

getLabelRotation()

.

boolean

getMouseEffectsEnabled

()

Property: If mouse listeners should be installed on the header to make live effects enabled
on the cell rows.

javax.swing.border.Bo

rder

getOuterBorder

()

Property: The outer border around the header.

int

getRowGap

()

The gap in pixels between the header rows.

int

getTextAntiAlias

()

Property: The text antialias hint that will be set on the header's renderer before any text is
drawn.

String

getTextAntiAliasRows

()

Property: A comma separated string with the rows that are to get the property

getTextAntiAlias()

.

void

removeDateChangeListener

(DateChangeListener l)

This call is transmitted to the

removeDateChangeListener(com.miginfocom.util.dates.DateChangeListene
r)

void

setGridColor

(java.awt.Color c)

Property: The color of the grid lines.

void

setGridLineExceptions

(GridLineException[] exceptions)

Property: Grid line exceptions makes it very fleible to override the gridline size and color in
a structured way.

void

setHeaderRows

(CellDecorationRow[] rows)

Property: An array of rows that makes out the different rows or colums for the header (rows
for north/south headers and colums for east/west headers).

void

setInnerBorder

(javax.swing.border.Border border)

Property: The inner border around the header.

void

setLabelRotation

(int rot)

Property: If the labels for the header should be rotated and if so how.

void

setLabelRotationRows

(String rows)

Property: A comma separated string with the rows that are to get the property

getLabelRotation()

.

void

setMouseEffectsEnabled

(boolean b)

Property: If mouse listeners should be installed on the header to make live effects enabled
on the cell rows.

void

setOuterBorder

(javax.swing.border.Border border)

Property: The outer border around the header.

void

setRowGap

(int rowGap)

The gap in pixels between the header rows.

void

setTextAntiAlias

(int hint)

Property: The text antialias hint that will be set on the header's renderer before any text is
drawn.

Page 144 of 196

com.miginfocom.beans.DateHeaderBean

Advertising