Getfolderunderline(), Getleafbackground(), Getleaffont() – MiG InfoCom MiG Calendar JavaBeans User Manual
Page 74: Getleafunderline(), Setfolderunderline(integer), Setleafbackground(paint), Setleafunderline(integer), Getfolderunderline, Getleafbackground, Getleaffont
![background image](https://www.manualsdir.com/files/798675/content/doc074.png)
getLeafUnderline
public Integer getLeafUnderline()
Property: The underline width in pixels.
Returns:
The current value. Default is
null
which means no underline.
setLeafUnderline
public void setLeafUnderline(Integer b)
Property: The underline width in pixels.
Parameters:
b
- The current value. Default is
null
which means no underline.
getFolderUnderline
public Integer getFolderUnderline()
Property: The underline width in pixels.
Returns:
The current value. Default is
null
which means no underline.
setFolderUnderline
public void setFolderUnderline(Integer b)
Property: The underline width in pixels.
Parameters:
b
- The current value. Default is
null
which means no underline.
getLeafBackground
public java.awt.Paint getLeafBackground()
Property: The background paint of the node.
Returns:
The current value. Default is
null
which means no background.
setLeafBackground
public void setLeafBackground(java.awt.Paint p)
Property: The background paint of the node.
Parameters:
p
- The new value. Default is
null
which means no background.
getLeafFont
public java.awt.Font getLeafFont()
Page 74 of 196
com.miginfocom.beans.CategoryTreeBean