DrawType.java
Go to the documentation of this file.
00001 /*******************************************************************************
00002  * Copyright (c) 2013 Stefan Profanter. All rights reserved. This program and the accompanying
00003  * materials are made available under the terms of the GNU Public License v3.0 which accompanies
00004  * this distribution, and is available at http://www.gnu.org/licenses/gpl.html
00005  * 
00006  * Contributors: Stefan Profanter - initial API and implementation, Year: 2013
00007  ******************************************************************************/
00008 package edu.tum.cs.vis.model.util;
00009 
00019 public enum DrawType {
00023         FILL, 
00026         LINES,
00030         POINTS
00031 }


knowrob_cad_parser
Author(s): Stefan Profanter
autogenerated on Sat Dec 28 2013 17:09:45