AxisLoc.h
Go to the documentation of this file.
1 /*
2  * HippoPlot AxisLoc class interface
3  *
4  * Copyright (C) 2000, 2001, 2003 The Board of Trustees of The Leland
5  * Stanford Junior University. All Rights Reserved.
6  *
7  * $Id: AxisLoc.h,v 1.5 2003/01/06 19:39:08 pfkeb Exp $ */
8 
9 #ifndef _AxisLoc_H_
10 #define _AxisLoc_H_
11 
17 enum AxisLoc { PLOTLEFT = 1, PLOTRIGHT = 2, LEFTRIGHT = 3,
18  PLOTTOP = 4, PLOTBOTTOM = 8, TOPBOTTOM = 12 };
19 
20 
21 #endif // _AxisLoc_H_

Generated for HippoDraw Class Library by doxygen