at.tuwien.ifs.somtoolbox.apps.helper
Class RGBPaletteConverter

java.lang.Object
  extended by at.tuwien.ifs.somtoolbox.apps.helper.RGBPaletteConverter
All Implemented Interfaces:
SOMToolboxApp

public class RGBPaletteConverter
extends Object
implements SOMToolboxApp

Converts palettes given as RGB values to the XML format used in the SOMToolbox.

Version:
$Id: RGBPaletteConverter.java 3671 2010-07-15 09:05:01Z frank $
Author:
Rudolf Mayer

Nested Class Summary
 
Nested classes/interfaces inherited from interface at.tuwien.ifs.somtoolbox.apps.SOMToolboxApp
SOMToolboxApp.Type
 
Field Summary
static SOMToolboxApp.Type APPLICATION_TYPE
           
static String DESCRIPTION
           
static String LONG_DESCRIPTION
           
static com.martiansoftware.jsap.Parameter[] OPTIONS
           
 
Fields inherited from interface at.tuwien.ifs.somtoolbox.apps.SOMToolboxApp
DEV_BY_STRING, HOMEPAGE, REQUIRED_MEMBERS, TYPE_GROUPED_COMPARATOR
 
Constructor Summary
RGBPaletteConverter()
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DESCRIPTION

public static String DESCRIPTION

LONG_DESCRIPTION

public static String LONG_DESCRIPTION

OPTIONS

public static com.martiansoftware.jsap.Parameter[] OPTIONS

APPLICATION_TYPE

public static final SOMToolboxApp.Type APPLICATION_TYPE
Constructor Detail

RGBPaletteConverter

public RGBPaletteConverter()
Method Detail

main

public static void main(String[] args)
                 throws org.jdom.JDOMException,
                        IOException
Throws:
org.jdom.JDOMException
IOException