public static class ColorUtils.GradientStop extends Object implements Comparable<ColorUtils.GradientStop>
Constructor and Description |
---|
GradientStop() |
GradientStop(ColorUtils.GradientStop other) |
GradientStop(float position,
Color color) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(ColorUtils.GradientStop o) |
Color |
getColor() |
float |
getPosition() |
void |
setColor(Color color) |
void |
setPosition(float position) |
public GradientStop()
public GradientStop(float position, Color color)
public GradientStop(ColorUtils.GradientStop other)
public float getPosition()
public void setPosition(float position)
public Color getColor()
public void setColor(Color color)
public int compareTo(ColorUtils.GradientStop o)
compareTo
in interface Comparable<ColorUtils.GradientStop>
Copyright © 2020–2022 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.