Getfoldercheckiconplacerect(), Getleafcheckiconplacerect(), Getleafcheckplacerect() – MiG InfoCom MiG Calendar JavaBeans User Manual
Page 64: Setfoldercheckiconplacerect(placerect), Setfoldercheckshape(shape), Setleafcheckiconplacerect(placerect), Setleafcheckplacerect(placerect), Getfoldercheckiconplacerect, Getleafcheckiconplacerect, Getleafcheckplacerect

setFolderCheckShape
public void setFolderCheckShape(java.awt.Shape s)
Property: The shape outline of the check box.
Parameters:
s
- The new value. Default is
new RoundRectangle(0, 0, 14, 14, 6, 6)
.
getLeafCheckIconPlaceRect
public PlaceRect getLeafCheckIconPlaceRect()
Property: Where in the check shape the icon of the actual check should be placed.
Returns:
The current value. Default is
new AlignRect(new AtFraction(0.5f), new AtFraction(0.5f))
.
setLeafCheckIconPlaceRect
public void setLeafCheckIconPlaceRect(PlaceRect r)
Property: Where in the check shape the icon of the actual check should be placed.
Parameters:
r
- The new value. Default is
new AlignRect(new AtFraction(0.5f), new AtFraction(0.5f))
.
getFolderCheckIconPlaceRect
public PlaceRect getFolderCheckIconPlaceRect()
Property: Where in the check shape the icon of the actual check should be placed.
Returns:
The current value. Default is
new AlignRect(new AtFraction(0.5f), new AtFraction(0.5f))
.
setFolderCheckIconPlaceRect
public void setFolderCheckIconPlaceRect(PlaceRect r)
Property: Where in the check shape the icon of the actual check should be placed.
Parameters:
r
- The new value. Default is
new AlignRect(new AtFraction(0.5f), new AtFraction(0.5f))
.
getLeafCheckPlaceRect
public PlaceRect getLeafCheckPlaceRect()
Property: Where the check outline should be placed within the node.
Returns:
The current value. Default is
new AbsRect(new Insets(1, 1, 1, 1))
.
setLeafCheckPlaceRect
public void setLeafCheckPlaceRect(PlaceRect r)
Page 64 of 196
com.miginfocom.beans.CategoryTreeBean