Gettextfont(), Gettitlealigny(), Gettitlefont() – MiG InfoCom MiG Calendar JavaBeans User Manual
Page 23: Settextfont(font), Settitlealigny(atrefrangenumber), Settitlefont(font), Gettextfont, Gettitlealigny, Gettitlefont, Settextfont
![background image](https://www.manualsdir.com/files/798675/content/doc023.png)
(continued from last page)
See Also:
getTitleAlignY
public AtRefRangeNumber getTitleAlignY()
Property: Where within the place rect for the title to draw the title text.
Returns:
The alignment for the text. Might be
null
.
See Also:
setTitleAlignY
public void setTitleAlignY(AtRefRangeNumber y)
Property: Where within the place rect for the title to draw the title text.
Parameters:
y
- The new alignment for the text. Might be
null
.
See Also:
getTitleFont
public java.awt.Font getTitleFont()
Property: The font used to draw the title in the shape.
Returns:
The current font. May be
null
.
setTitleFont
public void setTitleFont(java.awt.Font font)
Property: The font used to draw the title in the shape.
Parameters:
font
- The new font. May be
null
in which case the title will not be drawn.
getTextFont
public java.awt.Font getTextFont()
Property: The font used to draw the main text in the shape.
Returns:
The current font. May be
null
.
setTextFont
public void setTextFont(java.awt.Font font)
Page 23 of 196
com.miginfocom.beans.ActivityAShapeBean