public static class ColorPaletteDef.Point extends Object implements Cloneable
Constructor and Description |
---|
Point() |
Point(double sample,
Color color) |
Point(double sample,
Color color,
String label) |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
ColorPaletteDef.Point |
createClone() |
boolean |
equals(Object o) |
Color |
getColor() |
String |
getLabel() |
double |
getSample() |
int |
hashCode() |
void |
setColor(Color color) |
void |
setLabel(String label) |
void |
setSample(double sample) |
public Point()
public Point(double sample, Color color)
public double getSample()
public void setSample(double sample)
public Color getColor()
public void setColor(Color color)
public String getLabel()
public void setLabel(String label)
public ColorPaletteDef.Point createClone()
Copyright © 2014–2017 European Space Agency (ESA). All rights reserved.