Getoccupiednotbackgroundpaint(), Getoccupiednotoutlinepaint(), Setoccupiednotbackgroundpaint(paint) – MiG InfoCom MiG Calendar JavaBeans User Manual

Page 110: Getoccupiednotbackgroundpaint, Getoccupiednotoutlinepaint, Setoccupiednotbackgroundpaint, Java.awt.paint

Advertising
background image

(continued from last page)

Property: The outline paint for the decoration where there's an activity which range overlap.

This is a property that affects the visual representation of the occupied decorator. It can be used to paint different
backgrounds/outlines for parts is the date area that has a activity overlapping and not. For instance the blue left side in
Microoft Outlook's day views can easily be simulated with this.

Parameters:

p

- The new value for the property.

See Also:

OccupiedDecorator

getOccupiedNotBackgroundPaint

public java.awt.Paint getOccupiedNotBackgroundPaint()

Property: The background paint for the decoration where there's an activity which range DOESN'T overlap.

This is a property that affects the visual representation of the occupied decorator. It can be used to paint different
backgrounds/outlines for parts is the date area that has a activity overlapping and not. For instance the blue left side in
Microoft Outlook's day views can easily be simulated with this.

Returns:

The current value of the property.

See Also:

OccupiedDecorator

setOccupiedNotBackgroundPaint

public void setOccupiedNotBackgroundPaint(java.awt.Paint p)

Property: The background paint for the decoration where there's an activity which range DOESN'T overlap.

This is a property that affects the visual representation of the occupied decorator. It can be used to paint different
backgrounds/outlines for parts is the date area that has a activity overlapping and not. For instance the blue left side in
Microoft Outlook's day views can easily be simulated with this.

Parameters:

p

- The new value for the property.

See Also:

OccupiedDecorator

getOccupiedNotOutlinePaint

public java.awt.Paint getOccupiedNotOutlinePaint()

Property: The outline paint for the decoration where there's an activity which range DOESN'T overlap.

This is a property that affects the visual representation of the occupied decorator. It can be used to paint different
backgrounds/outlines for parts is the date area that has a activity overlapping and not. For instance the blue left side in
Microoft Outlook's day views can easily be simulated with this.

Returns:

The current value of the property.

See Also:

OccupiedDecorator

Page 110 of 196

com.miginfocom.beans.DateAreaBean

Advertising