Sophie

Sophie

distrib > Fedora > 13 > i386 > by-pkgid > eebc325dc36bd6e3b09b9b45133e42f8 > files > 88

HippoDraw-devel-docs-1.21.1-10.fc13.i686.rpm

<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>HippoDraw Class Library</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
<link rel="shortcut icon" href="hippoApp.ico">
</head><body>
<!-- Generated by Doxygen 1.6.2 -->
<div class="navigation" id="top">
  <div class="tabs">
    <ul>
      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
      <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
      <li><a href="namespaces.html"><span>Namespaces</span></a></li>
      <li><a href="annotated.html"><span>Classes</span></a></li>
      <li class="current"><a href="files.html"><span>Files</span></a></li>
      <li><a href="dirs.html"><span>Directories</span></a></li>
    </ul>
  </div>
  <div class="tabs">
    <ul>
      <li><a href="files.html"><span>File&nbsp;List</span></a></li>
      <li><a href="globals.html"><span>File&nbsp;Members</span></a></li>
    </ul>
  </div>
  <div class="navpath"><a class="el" href="dir_6dcc65b7c74f97460af44109581e51d3.html">reps</a>
  </div>
</div>
<div class="contents">
<h1>AxisRepBase.h</h1><a href="AxisRepBase_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/* -*- mode: c++ -*- */</span>
<a name="l00002"></a>00002 
<a name="l00014"></a>00014 <span class="preprocessor">#ifndef _AxisRepBase_H_</span>
<a name="l00015"></a>00015 <span class="preprocessor"></span><span class="preprocessor">#define _AxisRepBase_H_</span>
<a name="l00016"></a>00016 <span class="preprocessor"></span>
<a name="l00017"></a>00017 <span class="preprocessor">#include &quot;<a class="code" href="AxesType_8h.html" title="The namespace for axes.">axes/AxesType.h</a>&quot;</span>
<a name="l00018"></a>00018 <span class="preprocessor">#include &quot;<a class="code" href="FontBase_8h.html" title="FontBase class interface.">graphics/FontBase.h</a>&quot;</span>
<a name="l00019"></a>00019 
<a name="l00020"></a>00020 <span class="preprocessor">#include &lt;vector&gt;</span>
<a name="l00021"></a>00021 
<a name="l00022"></a>00022 <span class="keyword">namespace </span>hippodraw {
<a name="l00023"></a>00023 
<a name="l00024"></a>00024 <span class="keyword">class </span>AxisModelBase;
<a name="l00025"></a>00025 <span class="keyword">class </span>AxisTick;
<a name="l00026"></a>00026 <span class="keyword">class </span>BinToColor;
<a name="l00027"></a>00027 <span class="keyword">class </span>TransformBase;
<a name="l00028"></a>00028 <span class="keyword">class </span>ViewBase;
<a name="l00029"></a>00029 <span class="keyword">class </span>Range;
<a name="l00030"></a>00030 
<a name="l00049"></a><a class="code" href="classhippodraw_1_1AxisRepBase.html">00049</a> <span class="keyword">class </span><a class="code" href="libhippo_8h.html#a480024fd54849c743866874550153711">MDL_HIPPOPLOT_API</a> <a class="code" href="classhippodraw_1_1AxisRepBase.html" title="The base class for the axis representation hierarchy.">AxisRepBase</a>
<a name="l00050"></a>00050 {
<a name="l00051"></a>00051 
<a name="l00052"></a>00052 <span class="keyword">protected</span>:
<a name="l00053"></a>00053 
<a name="l00054"></a><a class="code" href="classhippodraw_1_1AxisRepBase.html#ab7f4597fabc085f318c2619b42903913">00054</a>   <span class="keywordtype">bool</span> m_sci_note_x;
<a name="l00055"></a><a class="code" href="classhippodraw_1_1AxisRepBase.html#a3c6a94ba1342c96e213a468529c1d3fd">00055</a>   <span class="keywordtype">bool</span> m_sci_note_y;
<a name="l00056"></a>00056 
<a name="l00060"></a><a class="code" href="classhippodraw_1_1AxisRepBase.html#a445bbc152b04cd7c6a814eee9d28d920">00060</a>   <span class="keywordtype">float</span> m_axis_x_origin;
<a name="l00061"></a>00061 
<a name="l00065"></a><a class="code" href="classhippodraw_1_1AxisRepBase.html#acf10e60288adc7aa69e7b3553a0bf3cc">00065</a>   <span class="keywordtype">float</span> m_axis_y_origin;
<a name="l00066"></a>00066 
<a name="l00068"></a><a class="code" href="classhippodraw_1_1AxisRepBase.html#a1fe4b0a64741c07d0052a3bf8e660106">00068</a>   <span class="keywordtype">float</span> m_axis_width;
<a name="l00069"></a>00069 
<a name="l00071"></a><a class="code" href="classhippodraw_1_1AxisRepBase.html#aa66fd1395e600600ef20e78705ebfcc7">00071</a>   <span class="keywordtype">float</span> m_axis_height;
<a name="l00072"></a>00072   
<a name="l00075"></a><a class="code" href="classhippodraw_1_1AxisRepBase.html#ae9ff0dd9bd6518e7727f3629d2f92293">00075</a>   <span class="keywordtype">double</span> m_font_size;
<a name="l00076"></a>00076 
<a name="l00079"></a><a class="code" href="classhippodraw_1_1AxisRepBase.html#ab874cebe420934cd44762646ef8a76a8">00079</a>   <span class="keywordtype">double</span> m_x_tick_font_size;
<a name="l00080"></a>00080 
<a name="l00083"></a><a class="code" href="classhippodraw_1_1AxisRepBase.html#a5931b5247e5c63d544fb411a27c9452c">00083</a>   <span class="keywordtype">double</span> m_y_tick_font_size;
<a name="l00084"></a>00084 
<a name="l00087"></a><a class="code" href="classhippodraw_1_1AxisRepBase.html#a33277a2d0e683614378108009a8a3a14">00087</a>   <span class="keywordtype">double</span> m_x_font_size;
<a name="l00088"></a>00088 
<a name="l00091"></a><a class="code" href="classhippodraw_1_1AxisRepBase.html#af1364099c3dcbf1fd3cb59ab313e980c">00091</a>   <span class="keywordtype">double</span> m_y_font_size;
<a name="l00092"></a>00092 
<a name="l00095"></a><a class="code" href="classhippodraw_1_1AxisRepBase.html#a8d43dad9f4dfcd6cdfa9aff560f943e8">00095</a>   <span class="keywordtype">double</span> m_z_font_size;
<a name="l00096"></a>00096   
<a name="l00098"></a><a class="code" href="classhippodraw_1_1AxisRepBase.html#a60e11e262ad435ee89dad54574537f36">00098</a>   <a class="code" href="classhippodraw_1_1FontBase.html" title="A abstract base class for font handling.">FontBase</a> * m_xLabelFont;
<a name="l00099"></a>00099       
<a name="l00101"></a><a class="code" href="classhippodraw_1_1AxisRepBase.html#aa9ecc21878baa81d3d43761297b3ac6d">00101</a>   <a class="code" href="classhippodraw_1_1FontBase.html" title="A abstract base class for font handling.">FontBase</a> * m_yLabelFont;
<a name="l00102"></a>00102 
<a name="l00104"></a><a class="code" href="classhippodraw_1_1AxisRepBase.html#acba23c66b5bcd9da594f2b1fad62b29f">00104</a>   <a class="code" href="classhippodraw_1_1FontBase.html" title="A abstract base class for font handling.">FontBase</a> * m_zLabelFont;
<a name="l00105"></a>00105 
<a name="l00107"></a><a class="code" href="classhippodraw_1_1AxisRepBase.html#acc6442f46c2e7d89b6f19f03f66f553f">00107</a>   <a class="code" href="classhippodraw_1_1FontBase.html" title="A abstract base class for font handling.">FontBase</a> * m_titleFont;
<a name="l00108"></a>00108   
<a name="l00111"></a><a class="code" href="classhippodraw_1_1AxisRepBase.html#af8fad502de7de2004ff9f791d670498e">00111</a>   <span class="keywordtype">bool</span> m_draw_titles;
<a name="l00112"></a>00112 
<a name="l00120"></a>00120   <span class="keywordtype">void</span> initAxisRect ( <a class="code" href="classhippodraw_1_1ViewBase.html" title="The abstract base class for views.">ViewBase</a> &amp; view );
<a name="l00121"></a>00121   
<a name="l00123"></a>00123   <span class="keywordtype">void</span> drawXTickLines ( <span class="keyword">const</span> <a class="code" href="classhippodraw_1_1AxisModelBase.html" title="The AxisModelBase class maintains the Range and scaling of an axis.">AxisModelBase</a> &amp; axisModelX,
<a name="l00124"></a>00124                         <span class="keyword">const</span> <a class="code" href="classhippodraw_1_1AxisModelBase.html" title="The AxisModelBase class maintains the Range and scaling of an axis.">AxisModelBase</a> &amp; axisModelY,
<a name="l00125"></a>00125                         <span class="keyword">const</span> <a class="code" href="classhippodraw_1_1TransformBase.html" title="A transform that transforms coordinates from one coordinate system to another.">TransformBase</a> &amp; transform,
<a name="l00126"></a>00126                         <a class="code" href="classhippodraw_1_1ViewBase.html" title="The abstract base class for views.">ViewBase</a> &amp; view );
<a name="l00127"></a>00127 
<a name="l00129"></a>00129   <span class="keywordtype">void</span> drawYTickLines ( <span class="keyword">const</span> <a class="code" href="classhippodraw_1_1AxisModelBase.html" title="The AxisModelBase class maintains the Range and scaling of an axis.">AxisModelBase</a> &amp; axisModelX,
<a name="l00130"></a>00130                         <span class="keyword">const</span> <a class="code" href="classhippodraw_1_1AxisModelBase.html" title="The AxisModelBase class maintains the Range and scaling of an axis.">AxisModelBase</a> &amp; axisModelY,
<a name="l00131"></a>00131                         <span class="keyword">const</span> <a class="code" href="classhippodraw_1_1TransformBase.html" title="A transform that transforms coordinates from one coordinate system to another.">TransformBase</a> &amp; transform,
<a name="l00132"></a>00132                         <a class="code" href="classhippodraw_1_1ViewBase.html" title="The abstract base class for views.">ViewBase</a> &amp; view );
<a name="l00133"></a>00133 
<a name="l00134"></a>00134  <span class="keyword">public</span>:
<a name="l00135"></a>00135 
<a name="l00138"></a>00138   <a class="code" href="classhippodraw_1_1AxisRepBase.html" title="The base class for the axis representation hierarchy.">AxisRepBase</a>();
<a name="l00139"></a>00139 
<a name="l00141"></a>00141   <a class="code" href="classhippodraw_1_1AxisRepBase.html" title="The base class for the axis representation hierarchy.">AxisRepBase</a>( <span class="keyword">const</span> <a class="code" href="classhippodraw_1_1AxisRepBase.html" title="The base class for the axis representation hierarchy.">AxisRepBase</a> &amp; axis_rep );
<a name="l00142"></a>00142 
<a name="l00144"></a>00144   <span class="keyword">virtual</span> ~<a class="code" href="classhippodraw_1_1AxisRepBase.html" title="The base class for the axis representation hierarchy.">AxisRepBase</a>();
<a name="l00145"></a>00145 
<a name="l00148"></a>00148   <span class="keyword">virtual</span> <a class="code" href="classhippodraw_1_1AxisRepBase.html" title="The base class for the axis representation hierarchy.">AxisRepBase</a> * <a class="code" href="namespacenum__util.html#a8d145d73a173083711a3829a2bc75f5c">clone</a>() = 0;
<a name="l00149"></a>00149 
<a name="l00154"></a>00154   <span class="keywordtype">void</span> beginPlot ( <a class="code" href="classhippodraw_1_1ViewBase.html" title="The abstract base class for views.">ViewBase</a> &amp; view );
<a name="l00155"></a>00155 
<a name="l00156"></a>00156   
<a name="l00159"></a>00159   <span class="keywordtype">void</span> setXFontSize ( <span class="keyword">const</span> <a class="code" href="classhippodraw_1_1AxisModelBase.html" title="The AxisModelBase class maintains the Range and scaling of an axis.">AxisModelBase</a> &amp; axis_model,
<a name="l00160"></a>00160                       <a class="code" href="classhippodraw_1_1ViewBase.html" title="The abstract base class for views.">ViewBase</a> &amp; view );
<a name="l00161"></a>00161   
<a name="l00163"></a>00163   <span class="keywordtype">void</span> setXLabelFont( <a class="code" href="classhippodraw_1_1FontBase.html" title="A abstract base class for font handling.">FontBase</a>* font );
<a name="l00164"></a>00164 
<a name="l00167"></a>00167   <a class="code" href="classhippodraw_1_1FontBase.html" title="A abstract base class for font handling.">FontBase</a>* xLabelFont();
<a name="l00168"></a>00168   
<a name="l00171"></a>00171   <span class="keywordtype">void</span> setYFontSize ( <span class="keyword">const</span> <a class="code" href="classhippodraw_1_1AxisModelBase.html" title="The AxisModelBase class maintains the Range and scaling of an axis.">AxisModelBase</a> &amp; axis_model, <a class="code" href="classhippodraw_1_1ViewBase.html" title="The abstract base class for views.">ViewBase</a> &amp; view );
<a name="l00172"></a>00172   
<a name="l00174"></a>00174   <span class="keywordtype">void</span> setYLabelFont( <a class="code" href="classhippodraw_1_1FontBase.html" title="A abstract base class for font handling.">FontBase</a>* font );
<a name="l00175"></a>00175 
<a name="l00178"></a>00178   <a class="code" href="classhippodraw_1_1FontBase.html" title="A abstract base class for font handling.">FontBase</a>* yLabelFont();
<a name="l00179"></a>00179 
<a name="l00182"></a>00182   <span class="keywordtype">void</span> setZFontSize ( <span class="keyword">const</span> <a class="code" href="classhippodraw_1_1AxisModelBase.html" title="The AxisModelBase class maintains the Range and scaling of an axis.">AxisModelBase</a> &amp; axis_model, <a class="code" href="classhippodraw_1_1ViewBase.html" title="The abstract base class for views.">ViewBase</a> &amp; view );
<a name="l00183"></a>00183     
<a name="l00185"></a>00185   <span class="keywordtype">void</span> setZLabelFont( <a class="code" href="classhippodraw_1_1FontBase.html" title="A abstract base class for font handling.">FontBase</a>* font );
<a name="l00186"></a>00186   
<a name="l00189"></a>00189   <a class="code" href="classhippodraw_1_1FontBase.html" title="A abstract base class for font handling.">FontBase</a>* zLabelFont();
<a name="l00190"></a>00190 
<a name="l00192"></a>00192   <span class="keywordtype">void</span> setTitleFont( <a class="code" href="classhippodraw_1_1FontBase.html" title="A abstract base class for font handling.">FontBase</a>* font );
<a name="l00193"></a>00193   
<a name="l00196"></a>00196   <a class="code" href="classhippodraw_1_1FontBase.html" title="A abstract base class for font handling.">FontBase</a>* titleFont();
<a name="l00197"></a>00197   
<a name="l00199"></a>00199   <span class="keywordtype">void</span> setDrawTitles( <span class="keywordtype">bool</span> <span class="keyword">set</span> );
<a name="l00200"></a>00200   
<a name="l00202"></a>00202   <span class="keywordtype">void</span> drawXLabels( <span class="keyword">const</span> <a class="code" href="classhippodraw_1_1AxisModelBase.html" title="The AxisModelBase class maintains the Range and scaling of an axis.">AxisModelBase</a> &amp; axis_model,
<a name="l00203"></a>00203                     <a class="code" href="classhippodraw_1_1ViewBase.html" title="The abstract base class for views.">ViewBase</a> &amp; view, <span class="keyword">const</span> std::string &amp; x_label );
<a name="l00205"></a>00205   <span class="keywordtype">void</span> drawYLabels( <span class="keyword">const</span> <a class="code" href="classhippodraw_1_1AxisModelBase.html" title="The AxisModelBase class maintains the Range and scaling of an axis.">AxisModelBase</a> &amp; axis_model,
<a name="l00206"></a>00206                     <a class="code" href="classhippodraw_1_1ViewBase.html" title="The abstract base class for views.">ViewBase</a> &amp; view, <span class="keyword">const</span> std::string &amp; y_label );
<a name="l00207"></a>00207 
<a name="l00211"></a>00211   <span class="keyword">virtual</span> <span class="keywordtype">void</span> setFontSize( <span class="keyword">const</span> <a class="code" href="classhippodraw_1_1AxisModelBase.html" title="The AxisModelBase class maintains the Range and scaling of an axis.">AxisModelBase</a> * x_axis,
<a name="l00212"></a>00212                             <span class="keyword">const</span> <a class="code" href="classhippodraw_1_1AxisModelBase.html" title="The AxisModelBase class maintains the Range and scaling of an axis.">AxisModelBase</a> * y_axis,
<a name="l00213"></a>00213                             <span class="keyword">const</span> <a class="code" href="classhippodraw_1_1AxisModelBase.html" title="The AxisModelBase class maintains the Range and scaling of an axis.">AxisModelBase</a> * z_axis,
<a name="l00214"></a>00214                             <a class="code" href="classhippodraw_1_1ViewBase.html" title="The abstract base class for views.">ViewBase</a> &amp; view );
<a name="l00215"></a>00215   
<a name="l00218"></a>00218   <span class="keyword">virtual</span> <span class="keywordtype">void</span> drawAxesLines ( <a class="code" href="classhippodraw_1_1TransformBase.html" title="A transform that transforms coordinates from one coordinate system to another.">TransformBase</a> &amp; transform, 
<a name="l00219"></a>00219                                <a class="code" href="classhippodraw_1_1ViewBase.html" title="The abstract base class for views.">ViewBase</a> &amp; view, 
<a name="l00220"></a>00220                                <span class="keyword">const</span> <a class="code" href="classhippodraw_1_1Range.html" title="Expresses a range of values.">Range</a> &amp; x_range,
<a name="l00221"></a>00221                                <span class="keyword">const</span> <a class="code" href="classhippodraw_1_1Range.html" title="Expresses a range of values.">Range</a> &amp; y_range);
<a name="l00222"></a>00222 
<a name="l00224"></a>00224   <span class="keyword">virtual</span> <span class="keywordtype">void</span> drawCrossHairs ( <span class="keywordtype">double</span> x, <span class="keywordtype">double</span> y,
<a name="l00225"></a>00225                                 <a class="code" href="classhippodraw_1_1TransformBase.html" title="A transform that transforms coordinates from one coordinate system to another.">TransformBase</a> &amp; transform,
<a name="l00226"></a>00226                                 <a class="code" href="classhippodraw_1_1ViewBase.html" title="The abstract base class for views.">ViewBase</a> &amp; view );
<a name="l00227"></a>00227 
<a name="l00230"></a>00230   <span class="keyword">virtual</span> <span class="keywordtype">void</span> drawTitle( <a class="code" href="classhippodraw_1_1ViewBase.html" title="The abstract base class for views.">ViewBase</a> &amp; view, <span class="keyword">const</span> std::string &amp; title );
<a name="l00231"></a>00231 
<a name="l00232"></a>00232   <span class="keyword">virtual</span> <span class="keywordtype">void</span> drawZLabels ( <span class="keyword">const</span> <a class="code" href="classhippodraw_1_1AxisModelBase.html" title="The AxisModelBase class maintains the Range and scaling of an axis.">AxisModelBase</a> &amp; axis_model,
<a name="l00233"></a>00233                              <a class="code" href="classhippodraw_1_1ViewBase.html" title="The abstract base class for views.">ViewBase</a> &amp; view, 
<a name="l00234"></a>00234                              <span class="keyword">const</span> std::string &amp; z_label ) = 0;
<a name="l00235"></a>00235 
<a name="l00239"></a>00239   <span class="keyword">virtual</span> <span class="keywordtype">void</span> drawAllXTicks ( <span class="keyword">const</span> <a class="code" href="classhippodraw_1_1AxisModelBase.html" title="The AxisModelBase class maintains the Range and scaling of an axis.">AxisModelBase</a> &amp; axisModelX,
<a name="l00240"></a>00240                                <span class="keyword">const</span> <a class="code" href="classhippodraw_1_1AxisModelBase.html" title="The AxisModelBase class maintains the Range and scaling of an axis.">AxisModelBase</a> &amp; axisModelY,
<a name="l00241"></a>00241                                <span class="keyword">const</span> <a class="code" href="classhippodraw_1_1TransformBase.html" title="A transform that transforms coordinates from one coordinate system to another.">TransformBase</a> &amp; transform,
<a name="l00242"></a>00242                                <a class="code" href="classhippodraw_1_1ViewBase.html" title="The abstract base class for views.">ViewBase</a> &amp; view );
<a name="l00243"></a>00243   
<a name="l00247"></a>00247   <span class="keyword">virtual</span> <span class="keywordtype">void</span> drawAllYTicks ( <span class="keyword">const</span> <a class="code" href="classhippodraw_1_1AxisModelBase.html" title="The AxisModelBase class maintains the Range and scaling of an axis.">AxisModelBase</a> &amp; axisModelX,
<a name="l00248"></a>00248                                <span class="keyword">const</span> <a class="code" href="classhippodraw_1_1AxisModelBase.html" title="The AxisModelBase class maintains the Range and scaling of an axis.">AxisModelBase</a> &amp; axisModelY,
<a name="l00249"></a>00249                                <span class="keyword">const</span> <a class="code" href="classhippodraw_1_1TransformBase.html" title="A transform that transforms coordinates from one coordinate system to another.">TransformBase</a> &amp; transform,
<a name="l00250"></a>00250                                <a class="code" href="classhippodraw_1_1ViewBase.html" title="The abstract base class for views.">ViewBase</a> &amp; view );
<a name="l00251"></a>00251   
<a name="l00252"></a>00252 
<a name="l00257"></a>00257   <span class="keyword">virtual</span> <span class="keywordtype">void</span> drawAllZTicks ( <span class="keyword">const</span> <a class="code" href="classhippodraw_1_1AxisModelBase.html" title="The AxisModelBase class maintains the Range and scaling of an axis.">AxisModelBase</a> &amp; axis_model,
<a name="l00258"></a>00258                                <span class="keyword">const</span> <a class="code" href="classhippodraw_1_1TransformBase.html" title="A transform that transforms coordinates from one coordinate system to another.">TransformBase</a> &amp; transform,
<a name="l00259"></a>00259                                <a class="code" href="classhippodraw_1_1ViewBase.html" title="The abstract base class for views.">ViewBase</a> &amp; view ) = 0;
<a name="l00260"></a>00260 
<a name="l00266"></a>00266   <span class="keywordtype">void</span> drawReferencePoint( <span class="keyword">const</span> <a class="code" href="classhippodraw_1_1AxisModelBase.html" title="The AxisModelBase class maintains the Range and scaling of an axis.">AxisModelBase</a> &amp; axisModel, 
<a name="l00267"></a>00267                            <a class="code" href="classhippodraw_1_1ViewBase.html" title="The abstract base class for views.">ViewBase</a> &amp; base,
<a name="l00268"></a>00268                            <span class="keyword">const</span> std::string &amp; ref);
<a name="l00269"></a>00269 
<a name="l00270"></a>00270 
<a name="l00272"></a>00272   <span class="keywordtype">void</span> drawXMag ( <span class="keyword">const</span> <a class="code" href="classhippodraw_1_1AxisModelBase.html" title="The AxisModelBase class maintains the Range and scaling of an axis.">AxisModelBase</a> &amp; axisModel,
<a name="l00273"></a>00273                   <a class="code" href="classhippodraw_1_1ViewBase.html" title="The abstract base class for views.">ViewBase</a> &amp; view, <span class="keyword">const</span> std::string &amp; mag=<span class="stringliteral">&quot;&quot;</span>);
<a name="l00274"></a>00274 
<a name="l00276"></a>00276   <span class="keywordtype">void</span> drawYMag ( <span class="keyword">const</span> <a class="code" href="classhippodraw_1_1AxisModelBase.html" title="The AxisModelBase class maintains the Range and scaling of an axis.">AxisModelBase</a> &amp; axisModel,
<a name="l00277"></a>00277                   <a class="code" href="classhippodraw_1_1ViewBase.html" title="The abstract base class for views.">ViewBase</a> &amp; view, <span class="keyword">const</span> std::string &amp; mag=<span class="stringliteral">&quot;&quot;</span>);
<a name="l00278"></a>00278 
<a name="l00281"></a>00281   <span class="keyword">virtual</span> <span class="keywordtype">void</span> drawGridLines( <span class="keyword">const</span> <a class="code" href="classhippodraw_1_1AxisModelBase.html" title="The AxisModelBase class maintains the Range and scaling of an axis.">AxisModelBase</a> &amp; axisModelX,
<a name="l00282"></a>00282                               <span class="keyword">const</span> <a class="code" href="classhippodraw_1_1AxisModelBase.html" title="The AxisModelBase class maintains the Range and scaling of an axis.">AxisModelBase</a> &amp; axisModelY,
<a name="l00283"></a>00283                               <a class="code" href="classhippodraw_1_1TransformBase.html" title="A transform that transforms coordinates from one coordinate system to another.">TransformBase</a> &amp; transform,
<a name="l00284"></a>00284                               <a class="code" href="classhippodraw_1_1ViewBase.html" title="The abstract base class for views.">ViewBase</a> &amp; view );
<a name="l00285"></a>00285 
<a name="l00289"></a>00289   <span class="keyword">virtual</span> <span class="keywordtype">void</span> drawColorScale ( <span class="keyword">const</span> <a class="code" href="classhippodraw_1_1BinToColor.html" title="The base class for the value to the color transformation.">BinToColor</a> &amp;, <a class="code" href="classhippodraw_1_1ViewBase.html" title="The abstract base class for views.">ViewBase</a> &amp; );
<a name="l00290"></a>00290 
<a name="l00291"></a>00291 <span class="keyword">protected</span>:
<a name="l00292"></a>00292 
<a name="l00294"></a>00294   <span class="keywordtype">void</span> drawXTickLabels ( <span class="keyword">const</span> <a class="code" href="classhippodraw_1_1AxisModelBase.html" title="The AxisModelBase class maintains the Range and scaling of an axis.">AxisModelBase</a> &amp; axisModelX,
<a name="l00295"></a>00295                          <span class="keyword">const</span> <a class="code" href="classhippodraw_1_1AxisModelBase.html" title="The AxisModelBase class maintains the Range and scaling of an axis.">AxisModelBase</a> &amp; axisModelY,
<a name="l00296"></a>00296                          <span class="keyword">const</span> <a class="code" href="classhippodraw_1_1TransformBase.html" title="A transform that transforms coordinates from one coordinate system to another.">TransformBase</a> &amp; transform,
<a name="l00297"></a>00297                          <a class="code" href="classhippodraw_1_1ViewBase.html" title="The abstract base class for views.">ViewBase</a> &amp; view );
<a name="l00298"></a>00298 
<a name="l00300"></a>00300   <span class="keywordtype">void</span> drawYTickLabels ( <span class="keyword">const</span> <a class="code" href="classhippodraw_1_1AxisModelBase.html" title="The AxisModelBase class maintains the Range and scaling of an axis.">AxisModelBase</a> &amp; axisModelX,
<a name="l00301"></a>00301                          <span class="keyword">const</span> <a class="code" href="classhippodraw_1_1AxisModelBase.html" title="The AxisModelBase class maintains the Range and scaling of an axis.">AxisModelBase</a> &amp; axisModelY,
<a name="l00302"></a>00302                          <span class="keyword">const</span> <a class="code" href="classhippodraw_1_1TransformBase.html" title="A transform that transforms coordinates from one coordinate system to another.">TransformBase</a> &amp; transform,
<a name="l00303"></a>00303                          <a class="code" href="classhippodraw_1_1ViewBase.html" title="The abstract base class for views.">ViewBase</a> &amp; view );
<a name="l00304"></a>00304 
<a name="l00307"></a>00307   <span class="keywordtype">void</span> drawXTickLabel ( <span class="keyword">const</span> std::string &amp; label, 
<a name="l00308"></a>00308                         <span class="keywordtype">float</span> x, <span class="keywordtype">float</span> y,
<a name="l00309"></a>00309                         <a class="code" href="classhippodraw_1_1ViewBase.html" title="The abstract base class for views.">ViewBase</a> &amp; view );
<a name="l00310"></a>00310 
<a name="l00314"></a>00314   <span class="keywordtype">void</span> drawYTickLabels ( <span class="keyword">const</span> std::vector &lt; AxisTick &gt; &amp; ticks,
<a name="l00315"></a>00315                          <span class="keyword">const</span> std::vector &lt; float &gt; &amp; xv,
<a name="l00316"></a>00316                          <span class="keyword">const</span> std::vector &lt; float &gt; &amp; yv,
<a name="l00317"></a>00317                          <a class="code" href="classhippodraw_1_1ViewBase.html" title="The abstract base class for views.">ViewBase</a> &amp; view );
<a name="l00318"></a>00318 
<a name="l00321"></a>00321   <span class="keywordtype">void</span> drawYTickLabel ( <span class="keyword">const</span> std::string &amp; label,
<a name="l00322"></a>00322                         <span class="keywordtype">float</span> x, <span class="keywordtype">float</span> y,
<a name="l00323"></a>00323                         <a class="code" href="classhippodraw_1_1ViewBase.html" title="The abstract base class for views.">ViewBase</a> &amp; view );
<a name="l00324"></a>00324 
<a name="l00325"></a>00325 };
<a name="l00326"></a>00326 
<a name="l00327"></a>00327 } <span class="comment">// namespace hippodraw</span>
<a name="l00328"></a>00328 
<a name="l00329"></a>00329 <span class="preprocessor">#endif // _AxisRepBase_H_</span>
</pre></div></div>
<hr size="1"><address style="align: right;"><small>
Generated for HippoDraw Class Library by <a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border=0>
</a> </small></address>
</body>
</html>