#include <jem/gl/LinearPalette.h>
|
| LinearPalette () |
|
virtual void | getColor (Color &col, double val) const |
|
virtual double | findValue (double &val, double prec, const Color &col) const |
|
void | setRange (double lo, double hi) |
|
virtual double | getMinValue () const |
|
virtual double | getMaxValue () const |
|
virtual GLfloat | getMinAlpha () const |
|
void | setColors (const Color &lo, const Color &hi) |
|
Color | getMinColor () const |
|
Color | getMaxColor () const |
|
virtual void | configure (const Properties &props) |
|
virtual void | getConfig (const Properties &props) const |
|
virtual void | listProps (const Properties &props) const |
|
virtual void | fillRectangle (GfxContext >x, GLint width, GLint height) const |
|
virtual void | makeColorMap (ColorMap &cmap) const |
|
void | render (GfxContext >x, const Rect &rect, const String &title, Alignment align, double scale=1.0, double bias=0.0) const |
|
virtual void | drawTickMarks (GfxContext >x, TextPainter &txp, GLint width, GLint height, GLint xtick, Alignment align, double scale, double bias) const |
|
virtual Class * | getClass () const |
| Returns the Class instance representing the runtime class of this object. More...
|
|
virtual String | toString () const |
| Returns a short textual description of this object. More...
|
|
virtual long | hashValue () const |
| Returns a hash value for this object. More...
|
|
virtual bool | equals (const Ref< Object > &obj) const |
| Tests whether two objects are equal. More...
|
|
Ref< Object > | clone () const |
| Returns a copy of this object. More...
|
|
jem::gl::LinearPalette::LinearPalette |
( |
| ) |
|
virtual jem::gl::LinearPalette::~LinearPalette |
( |
| ) |
|
|
protectedvirtual |
virtual void jem::gl::LinearPalette::getColor |
( |
Color & |
col, |
|
|
double |
val |
|
) |
| const |
|
virtual |
virtual double jem::gl::LinearPalette::findValue |
( |
double & |
val, |
|
|
double |
prec, |
|
|
const Color & |
col |
|
) |
| const |
|
virtual |
void jem::gl::LinearPalette::setRange |
( |
double |
lo, |
|
|
double |
hi |
|
) |
| |
virtual double jem::gl::LinearPalette::getMinValue |
( |
| ) |
const |
|
virtual |
virtual double jem::gl::LinearPalette::getMaxValue |
( |
| ) |
const |
|
virtual |
virtual GLfloat jem::gl::LinearPalette::getMinAlpha |
( |
| ) |
const |
|
virtual |
void jem::gl::LinearPalette::setColors |
( |
const Color & |
lo, |
|
|
const Color & |
hi |
|
) |
| |
Color jem::gl::LinearPalette::getMinColor |
( |
| ) |
const |
Color jem::gl::LinearPalette::getMaxColor |
( |
| ) |
const |
virtual void jem::gl::LinearPalette::configure |
( |
const Properties & |
props | ) |
|
|
virtual |
virtual void jem::gl::LinearPalette::getConfig |
( |
const Properties & |
props | ) |
const |
|
virtual |
virtual void jem::gl::LinearPalette::listProps |
( |
const Properties & |
props | ) |
const |
|
virtual |
virtual void jem::gl::LinearPalette::fillRectangle |
( |
GfxContext & |
gtx, |
|
|
GLint |
width, |
|
|
GLint |
height |
|
) |
| const |
|
virtual |