MiG InfoCom MiG Calendar JavaBeans User Manual

Page 8

Advertising
background image

int

getMouseOverSummaryUnderline

()

Property: How thick the underline should be for mouse overs of on the summary text. 0 will
disable it.

java.awt.Paint

getOutlinePaint

()

Property: The

Paint

used to draw the outline.

float

getOutlineStrokeWidth

()

Property: The width of the outline around the shape.

String

getPaintContext

()

Property: The context that the AShape that this bean represent will adhere to.

PlaceRect

getPlaceRect

()

Property: How this shape will relate to the reference rectangle (bounds) given by the
activity layout system.

int

getPrimaryDimension

()

Deprecated. Shunted to

getResizeHandles()

int

getResizeHandles

()

Property: The size the resize boxes should be placed. -1 if no resize boxes and thus there
will be no way to resize the shape.

float

getShadowBlurRadius

()

Property: The blur radius for the blur filter.

double

getShadowCornerRadius

()

Property: The corner radius for the shadow

com.miginfocom.util.gfx.RoundRectangle

.

java.awt.Paint

getShadowPaint

()

Property: The

Paint

used to draw the shadow.

boolean[]

getShadowPaintOptimization

()

Property: The shadow is divided into a 3x3 grid.

PlaceRect

getShadowPlaceRect

()

Property: How the shadow will be placed relative to the main shape.

int

getShadowSliceSize

()

Property: How big (thick) the outer (border) slices for the shadow will be.

AtRefRangeNumber

getTextAlignX

()

Property: Where within the place rect for the text to draw the text string.

AtRefRangeNumber

getTextAlignY

()

Property: Where within the place rect for the text to draw the text string.

int

getTextAntiAlias

()

Property: The anti aliasing hint used when drawing the text for the shape.

java.awt.Font

getTextFont

()

Property: The font used to draw the main text in the shape.

java.awt.Paint

getTextForeground

()

Property: The

Paint

used to draw the main text.

Page 8 of 196

com.miginfocom.beans.ActivityAShapeBean

Advertising