Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

AxisLoc.h

Go to the documentation of this file.
00001 /*
00002  * HippoPlot AxisLoc class interface
00003  *
00004  * Copyright (C) 2000, 2001, 2003   The Board of Trustees of The Leland
00005  * Stanford Junior University.  All Rights Reserved.
00006  *
00007  * $Id: AxisLoc.h,v 1.5 2003/01/06 19:39:08 pfkeb Exp $ */
00008 
00009 #ifndef _AxisLoc_H_
00010 #define _AxisLoc_H_
00011 
00017 enum AxisLoc { PLOTLEFT = 1, PLOTRIGHT = 2, LEFTRIGHT = 3,
00018                PLOTTOP = 4, PLOTBOTTOM = 8, TOPBOTTOM = 12 };
00019 
00020 
00021 #endif // _AxisLoc_H_

Generated for HippoDraw-1.14.8.5 by doxygen 1.4.3