|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jfree.chart.renderer.GrayPaintScale
public class GrayPaintScale
A paint scale that returns shades of gray.
Constructor Summary | |
---|---|
GrayPaintScale()
Creates a new GrayPaintScale instance with default values. |
|
GrayPaintScale(double lowerBound,
double upperBound)
Creates a new paint scale for values in the specified range. |
Method Summary | |
---|---|
java.lang.Object |
clone()
Returns a clone of this GrayPaintScale instance. |
boolean |
equals(java.lang.Object obj)
Tests this GrayPaintScale instance for equality with an
arbitrary object. |
double |
getLowerBound()
Returns the lower bound. |
java.awt.Paint |
getPaint(double value)
Returns a paint for the specified value. |
double |
getUpperBound()
Returns the upper bound. |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GrayPaintScale()
GrayPaintScale
instance with default values.
public GrayPaintScale(double lowerBound, double upperBound)
lowerBound
- the lower bound.upperBound
- the upper bound.Method Detail |
---|
public double getLowerBound()
getLowerBound
in interface PaintScale
PaintScale.getUpperBound()
public double getUpperBound()
getUpperBound
in interface PaintScale
PaintScale.getLowerBound()
public java.awt.Paint getPaint(double value)
getPaint
in interface PaintScale
value
- the value.
public boolean equals(java.lang.Object obj)
GrayPaintScale
instance for equality with an
arbitrary object. This method returns true
if and only
if:
obj
is not null
;obj
is an instance of GrayPaintScale
;
equals
in class java.lang.Object
obj
- the object (null
permitted).
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
GrayPaintScale
instance.
clone
in interface org.jfree.util.PublicCloneable
clone
in class java.lang.Object
java.lang.CloneNotSupportedException
- if there is a problem cloning this
instance.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |