MiG InfoCom MiG Calendar JavaBeans User Manual

Page 89

Advertising
background image

int

getLabelCellModulo

()

Property: This property make is possible to show every second or third (for instance) cell
label instead if the default every one.

String

getLabelDateFormat

()

Property: The date format that specifies the text that will be the label.

String

getLabelFirstDateFormat

()

Property: Date format for the "first" of something, e.g. first day of the month.

int

getLabelFirstInField

()

Property: If

getFirstDateFormat()

is !

java.awt.Font

getLabelFont

()

Property: The font used to draw the label.

java.awt.Color

getLabelForeground

()

Property: The paint that is used to draw the label.

java.awt.Dimension

getLabelMinimumCellSize

()

Property: If the cell is smaller than this size, in any dimension, the label will not be drawn.

java.awt.Paint

getLabelNowBackground

()

Property: The

java.awt.Paint

used to draw the background of the label for the cell that

spans the current time.

javax.swing.border.Bo

rder

getLabelNowBorder

()

Property: The border that is painted around the label for the cell that spans the current time.

String

getLabelNowDateFormat

()

Property: The date format that specifies the text that will be the label for the cell that spans
the current time.

java.awt.Font

getLabelNowFont

()

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

java.awt.Color

getLabelNowForeground

()

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

Integer

getLabelNowRangeType

()

Property: The range type to round the "now" date to.

PlaceRect

getLabelPlaceRect

()

Property: Denotes the bounds that the label should get.

int

getLayerForActivities

()

Property: The layer index for the decorator that paints the activities.

int

getLayerForDividers

()

Property: The layer index for the decorator that paints the dividers between some date
ranges.

int

getLayerForEvenFieldFill

()

Property: The layer index for the decorator that paints the even date ranges.

int

getLayerForGridLines

()

Property: The layer index for the decorator that paints the grid lines.

Page 89 of 196

com.miginfocom.beans.DateAreaBean

Advertising