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_8h-source.html,v 1.40 2008/03/24 19:27:26 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 Class Library by doxygen