Documentation for this section has not yet been entered.
Get method documentation [Android Documentation]
Helper for getFlags(), returning true if ANTI_ALIAS_FLAG bit is set
AntiAliasing smooths out the edges of what is being drawn, but is has
no impact on the interior of the shape. See setDither() and
setFilterBitmap() to affect how colors are treated.
Set method documentation [Android Documentation]
Helper for setFlags(), setting or clearing the ANTI_ALIAS_FLAG bit
AntiAliasing smooths out the edges of what is being drawn, but is has
no impact on the interior of the shape. See setDither() and
setFilterBitmap() to affect how colors are treated.