public abstract class WCGradient<G> extends Object
Modifier and Type | Field and Description |
---|---|
static int |
PAD |
static int |
REFLECT |
static int |
REPEAT |
Constructor and Description |
---|
WCGradient() |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
addStop(int argb,
float offset) |
abstract G |
getPlatformGradient() |
int |
getSpreadMethod() |
boolean |
isProportional() |
public static final int PAD
public static final int REFLECT
public static final int REPEAT
public int getSpreadMethod()
public boolean isProportional()
protected abstract void addStop(int argb, float offset)
public abstract G getPlatformGradient()
Copyright © 2020. All rights reserved.