#include <jem/gl/CustomPalette.h>
|
| CustomPalette () |
|
| CustomPalette (const GLfloatMatrix &colors, const Array< double > &ranges) |
|
virtual void | getColor (Color &col, double val) const |
|
virtual double | findValue (double &val, double prec, const Color &col) const |
|
virtual double | getMinValue () const |
|
virtual double | getMaxValue () const |
|
virtual GLfloat | getMinAlpha () const |
|
virtual void | configure (const Properties &props) |
|
virtual void | getConfig (const Properties &props) const |
|
virtual void | listProps (const Properties &props) const |
|
void | setColorRanges (const GLfloatMatrix &colors, const Array< double > &ranges) |
|
GLfloatMatrix | getColors () const |
|
Array< double > | getRanges () const |
|
void | setOptions (int options) |
|
int | getOptions () const |
|
virtual void | fillRectangle (GfxContext >x, GLint width, GLint height) const |
|
virtual void | drawTickMarks (GfxContext >x, TextPainter &txp, GLint width, GLint height, GLint xtick, Alignment align, double scale, double bias) 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 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::CustomPalette::CustomPalette |
( |
| ) |
|
jem::gl::CustomPalette::CustomPalette |
( |
const GLfloatMatrix & |
colors, |
|
|
const Array< double > & |
ranges |
|
) |
| |
virtual jem::gl::CustomPalette::~CustomPalette |
( |
| ) |
|
|
protectedvirtual |
virtual void jem::gl::CustomPalette::getColor |
( |
Color & |
col, |
|
|
double |
val |
|
) |
| const |
|
virtual |
virtual double jem::gl::CustomPalette::findValue |
( |
double & |
val, |
|
|
double |
prec, |
|
|
const Color & |
col |
|
) |
| const |
|
virtual |
virtual double jem::gl::CustomPalette::getMinValue |
( |
| ) |
const |
|
virtual |
virtual double jem::gl::CustomPalette::getMaxValue |
( |
| ) |
const |
|
virtual |
virtual GLfloat jem::gl::CustomPalette::getMinAlpha |
( |
| ) |
const |
|
virtual |
virtual void jem::gl::CustomPalette::configure |
( |
const Properties & |
props | ) |
|
|
virtual |
virtual void jem::gl::CustomPalette::getConfig |
( |
const Properties & |
props | ) |
const |
|
virtual |
virtual void jem::gl::CustomPalette::listProps |
( |
const Properties & |
props | ) |
const |
|
virtual |
void jem::gl::CustomPalette::setColorRanges |
( |
const GLfloatMatrix & |
colors, |
|
|
const Array< double > & |
ranges |
|
) |
| |
Array< double > jem::gl::CustomPalette::getRanges |
( |
| ) |
const |
void jem::gl::CustomPalette::setOptions |
( |
int |
options | ) |
|
int jem::gl::CustomPalette::getOptions |
( |
| ) |
const |
virtual void jem::gl::CustomPalette::fillRectangle |
( |
GfxContext & |
gtx, |
|
|
GLint |
width, |
|
|
GLint |
height |
|
) |
| const |
|
virtual |
virtual void jem::gl::CustomPalette::drawTickMarks |
( |
GfxContext & |
gtx, |
|
|
TextPainter & |
txp, |
|
|
GLint |
width, |
|
|
GLint |
height, |
|
|
GLint |
xtick, |
|
|
Alignment |
align, |
|
|
double |
scale, |
|
|
double |
bias |
|
) |
| const |
|
virtual |
const int jem::gl::CustomPalette::HIDE_MIN_MAX |
|
static |