beautypg.com

MiG InfoCom MiG Calendar JavaBeans User Manual

Page 9

background image

PlaceRect

getTextPlaceRect

()

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

String

getTextTemplate

()

Property: The template text for the main text.

AtRefRangeNumber

getTitleAlignX

()

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

AtRefRangeNumber

getTitleAlignY

()

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

java.awt.Font

getTitleFont

()

Property: The font used to draw the title in the shape.

java.awt.Paint

getTitleForeground

()

Property: The

Paint

used to draw the title.

PlaceRect

getTitlePlaceRect

()

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

String

getTitleTemplate

()

Property: The template text that will show in the title of the shape.

void

removeMouseInteractionListener

(MouseInteractionListener l)

Removes the listener if it exists locally.

void

removeSubShape

(AShape shape)

Removes the sub shape.

void

setAntiAlias

(int hint)

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

void

setBackground

(java.awt.Paint paint)

Property: The background paint for the shape.

void

setCornerRadius

(double radius)

Property: The corner radius for the outline

com.miginfocom.util.gfx.RoundRectangle

.

void

setDraggable

(boolean b)

Property: If the activity should AShape should be draggable and thus send out
DefaultDateArea.AE_DRAG_PRESSED when pressed.

void

setMouseOverCursor

(java.awt.Cursor c)

Property: The Cursor showed when the mouse is over the shape or

null

if none.

void

setMouseOverSummaryUnderline

(int width)

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

void

setOutlinePaint

(java.awt.Paint paint)

Property: The

Paint

used to draw the outline.

void

setOutlineStrokeWidth

(float width)

Property: The width of the outline around the shape.

Page 9 of 196

com.miginfocom.beans.ActivityAShapeBean