beautypg.com

Getoccupiedbackgroundpaint(), Getoccupiedoutlinepaint(), Setoccupiedbackgroundpaint(paint) – MiG InfoCom MiG Calendar JavaBeans User Manual

Page 109: Setoccupiedoutlinepaint(paint), Getoccupiedbackgroundpaint, Getoccupiedoutlinepaint, Setoccupiedbackgroundpaint, Java.awt.paint, Setoccupiedoutlinepaint

background image

(continued from last page)

Parameters:

b

- The new value for the property.

See Also:

ImageDecorator

getOccupiedBackgroundPaint

public java.awt.Paint getOccupiedBackgroundPaint()

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

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

setOccupiedBackgroundPaint

public void setOccupiedBackgroundPaint(java.awt.Paint p)

Property: The background 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

getOccupiedOutlinePaint

public java.awt.Paint getOccupiedOutlinePaint()

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.

Returns:

The current value of the property.

See Also:

OccupiedDecorator

setOccupiedOutlinePaint

public void setOccupiedOutlinePaint(java.awt.Paint p)

Page 109 of 196

com.miginfocom.beans.DateAreaBean