public class ColorRange extends Object
Constructor | Description |
---|---|
ColorRange() |
Modifier and Type | Method | Description |
---|---|---|
ColorRange |
color(Color color) |
|
boolean |
equals(Object o) |
|
Color |
getColor() |
The exact color from which the range is created.
|
Boolean |
getIsEmpty() |
Gets or sets a value indicating whether only the empty color is in range.
|
Double |
getMaxBrightness() |
Gets or sets the ending brightness value.
|
Double |
getMaxHue() |
Gets or sets the ending hue value, in degrees.
|
Double |
getMaxSaturation() |
Gets or sets the ending saturation value.
|
Double |
getMinBrightness() |
Gets or sets the starting brightness value.
|
Double |
getMinHue() |
Gets or sets the starting hue value, in degrees.
|
Double |
getMinSaturation() |
Gets or sets the starting saturation value.
|
int |
hashCode() |
|
ColorRange |
isEmpty(Boolean isEmpty) |
|
ColorRange |
maxBrightness(Double maxBrightness) |
|
ColorRange |
maxHue(Double maxHue) |
|
ColorRange |
maxSaturation(Double maxSaturation) |
|
ColorRange |
minBrightness(Double minBrightness) |
|
ColorRange |
minHue(Double minHue) |
|
ColorRange |
minSaturation(Double minSaturation) |
|
void |
setColor(Color color) |
|
void |
setIsEmpty(Boolean isEmpty) |
|
void |
setMaxBrightness(Double maxBrightness) |
|
void |
setMaxHue(Double maxHue) |
|
void |
setMaxSaturation(Double maxSaturation) |
|
void |
setMinBrightness(Double minBrightness) |
|
void |
setMinHue(Double minHue) |
|
void |
setMinSaturation(Double minSaturation) |
|
String |
toString() |
public ColorRange color(Color color)
public Color getColor()
public void setColor(Color color)
public ColorRange isEmpty(Boolean isEmpty)
public Boolean getIsEmpty()
public void setIsEmpty(Boolean isEmpty)
public ColorRange maxBrightness(Double maxBrightness)
public Double getMaxBrightness()
public void setMaxBrightness(Double maxBrightness)
public ColorRange maxHue(Double maxHue)
public Double getMaxHue()
public void setMaxHue(Double maxHue)
public ColorRange maxSaturation(Double maxSaturation)
public Double getMaxSaturation()
public void setMaxSaturation(Double maxSaturation)
public ColorRange minBrightness(Double minBrightness)
public Double getMinBrightness()
public void setMinBrightness(Double minBrightness)
public ColorRange minHue(Double minHue)
public Double getMinHue()
public void setMinHue(Double minHue)
public ColorRange minSaturation(Double minSaturation)
public Double getMinSaturation()
public void setMinSaturation(Double minSaturation)
Copyright © 2019. All rights reserved.