org.esa.beam.framework.datamodel
Class ColorPaletteDef.Point

java.lang.Object
  extended by org.esa.beam.framework.datamodel.ColorPaletteDef.Point
All Implemented Interfaces:
Cloneable
Enclosing class:
ColorPaletteDef

public static class ColorPaletteDef.Point
extends Object
implements Cloneable


Constructor Summary
ColorPaletteDef.Point()
           
ColorPaletteDef.Point(double sample, Color color)
           
ColorPaletteDef.Point(double sample, Color color, String label)
           
 
Method Summary
 Object clone()
           
 ColorPaletteDef.Point createClone()
           
 Color getColor()
           
 String getLabel()
           
 double getSample()
           
 void setColor(Color color)
           
 void setLabel(String label)
           
 void setSample(double sample)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ColorPaletteDef.Point

public ColorPaletteDef.Point()

ColorPaletteDef.Point

public ColorPaletteDef.Point(double sample,
                             Color color)

ColorPaletteDef.Point

public ColorPaletteDef.Point(double sample,
                             Color color,
                             String label)
Method Detail

getSample

public double getSample()

setSample

public void setSample(double sample)

getColor

public Color getColor()

setColor

public void setColor(Color color)

getLabel

public String getLabel()

setLabel

public void setLabel(String label)

clone

public final Object clone()
Overrides:
clone in class Object

createClone

public ColorPaletteDef.Point createClone()


Copyright © 2002-2012 Brockmann Consult GmbH. All Rights Reserved.