public static class RankingElementColorTransformer.LinearGradient extends Object implements Serializable, Cloneable
| Constructor and Description |
|---|
LinearGradient(Color[] colors,
float[] positions) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Color[] |
getColors() |
float[] |
getPositions() |
Color |
getValue(float pos) |
int |
hashCode() |
void |
setColors(Color[] colors) |
void |
setPositions(float[] positions) |
public LinearGradient(Color[] colors, float[] positions)
Copyright © 2007–2017. All rights reserved.