public abstract class Paint extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Paint.Type |
Modifier and Type | Method and Description |
---|---|
Paint.Type |
getType() |
boolean |
isMutable() |
abstract boolean |
isOpaque() |
boolean |
isProportional() |
public final Paint.Type getType()
public boolean isProportional()
public abstract boolean isOpaque()
public boolean isMutable()
Copyright © 2020. All rights reserved.