hippodraw::AxisRepColor class implementation More...
#include "AxisRepColor.h"#include "axes/AxisModelBase.h"#include "axes/AxisTick.h"#include "colorreps/BinToColor.h"#include "graphics/DataView.h"#include "pattern/string_convert.h"#include "transforms/BinaryTransform.h"#include "plotters/PlotterBase.h"#include <algorithm>#include <functional>#include <cmath>#include <cassert>#include <iostream>
Go to the source code of this file.
Functions | |
| float | XPADDING (ViewBase &view) |
| float | YPADDING (ViewBase &view) |
| float | ZPADDING (ViewBase &view) |
hippodraw::AxisRepColor class implementation
Copyright (C) 2000-2006 The Board of Trustees of The Leland Stanford Junior University. All Rights Reserved.
Definition in file AxisRepColor.cxx.
| float XPADDING | ( | ViewBase & | view | ) | [inline] |
Definition at line 64 of file AxisRepColor.cxx.
References ViewBase::getDrawRect(), and Rect::getWidth().
| float YPADDING | ( | ViewBase & | view | ) | [inline] |
Definition at line 69 of file AxisRepColor.cxx.
References ViewBase::getDrawRect(), and Rect::getHeight().
| float ZPADDING | ( | ViewBase & | view | ) | [inline] |
Definition at line 74 of file AxisRepColor.cxx.
References ViewBase::getDrawRect(), and Rect::getWidth().