BrushFamily



A BrushFamily describes a family of brushes (e.g. “highlighter” or “pressure pen”), irrespective of their size or color.

For now, BrushFamily is an opaque type that can only be instantiated via StockBrushes. A future version of this module will allow creating fully custom BrushFamily objects.

BrushFamily objects are immutable.

Summary

Public functions

open operator Boolean
equals(other: Any?)
android
open Int
android
open String
android

Protected functions

Unit

Deletes native BrushFamily memory.

android

Public functions

equals

open operator fun equals(other: Any?): Boolean

hashCode

open fun hashCode(): Int

toString

open fun toString(): String

Protected functions

finalize

protected fun finalize(): Unit

Deletes native BrushFamily memory.