[Pixelle-commit] SF.net SVN: pixelle:[262] trunk/pixelle/src/com/mebigfatguy/pixelle/ AlgorithmType
Brought to you by:
dbrosius
|
From: <dbr...@us...> - 2009-07-17 04:57:25
|
Revision: 262
http://pixelle.svn.sourceforge.net/pixelle/?rev=262&view=rev
Author: dbrosius
Date: 2009-07-17 04:57:24 +0000 (Fri, 17 Jul 2009)
Log Message:
-----------
pixellecomponent does the same thing as algorithmtype so remove
Removed Paths:
-------------
trunk/pixelle/src/com/mebigfatguy/pixelle/AlgorithmType.java
Deleted: trunk/pixelle/src/com/mebigfatguy/pixelle/AlgorithmType.java
===================================================================
--- trunk/pixelle/src/com/mebigfatguy/pixelle/AlgorithmType.java 2009-07-17 04:56:53 UTC (rev 261)
+++ trunk/pixelle/src/com/mebigfatguy/pixelle/AlgorithmType.java 2009-07-17 04:57:24 UTC (rev 262)
@@ -1,35 +0,0 @@
-/*
- * pixelle - Graphics algorithmic editor
- * Copyright (C) 2008-2009 Dave Brosius
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- */
-package com.mebigfatguy.pixelle;
-
-/**
- * an enum for the various types of algorithms
- */
-public enum AlgorithmType {
- Red,
- Green,
- Blue,
- Transparency,
- Selection;
-
- public String toString() {
- return PixelleBundle.getString("title." + name().toLowerCase());
- }
-
-}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|