|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.panayotis.gnuplot.style.RgbPlotColor
public class RgbPlotColor
This is an RGB (red-green-blue) color. For more information see gnuplot documentation for linetype, colors, and styles as well as Colorspec definition.
| Constructor Summary | |
|---|---|
RgbPlotColor(float red,
float green,
float blue)
Create a new color using the RGB colorspace. |
|
RgbPlotColor(int red,
int green,
int blue)
Create a new color using the RGB colorspace. |
|
| Method Summary | |
|---|---|
java.lang.String |
getColor()
Get the representation of this color |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RgbPlotColor(int red,
int green,
int blue)
red - value for red color, in the range of 0..255green - value for green color, in the range of 0..255blue - value for blue color, in the range of 0..255
public RgbPlotColor(float red,
float green,
float blue)
red - value for red color, in the range of 0..1green - value for green color, in the range of 0..1blue - value for blue color, in the range of 0..1| Method Detail |
|---|
public java.lang.String getColor()
getColor in interface PlotColor
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||