Skip to: Site menu | Main content

Groovy 

      Download | Documentation | Developers | Community

An agile dynamic language for the Java Platform

GraphicsBuilder - Misc - Antialias Add comment to Wiki View in Wiki Edit Wiki page Printable Version

Enables or disables antialising. This is a shortcut for renderingHint as antialiasing is a very common option.

The long way is

renderingHints( key: 'antialiasing', value: 'antialias on' )

It accepts the following values [false, true, 'off', 'on']