Specific parameters

The following parameter is specific to the IlvRandomLabelLayout class:

Layout region

The Random Label Layout algorithm places the labels randomly in a specified region. You can set this region by:
setLayoutRegion(IlvRect region)  
You can obtain the current region by:
getLayoutRegion()  
If no layout region is specified, the default region (0, 0, 100, 100) is used.