public interface DataColorTweaker extends ColorTweaker
Modifier and Type | Method and Description |
---|---|
int |
getNcoord()
Returns the size of coordinate array which should be
submitted to
setCoords(double[]) . |
boolean |
setCoords(double[] coords)
Configures this object with a coordinate array which determines
what colour adjustments subsequent calls to
ColorTweaker.tweakColor(java.awt.Color)
will perform. |
tweakColor, tweakColor
boolean setCoords(double[] coords)
ColorTweaker.tweakColor(java.awt.Color)
will perform.
The return value indicates whether the supplied coordinates are
within the visible data ranges; iff they are outside this range
false will be returned. Null auxiliary coordinates do not cause
a false return, and neither do they cause any change to the
input colour. In case of a false return this object is left
in an undefined state, so tweakColor
should only be
called following a successful (true) call of this method.
coords
- full coordinate arrayint getNcoord()
setCoords(double[])
.Copyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.