org.concord.biologica.datasupport
Class SpecieFileDesc

java.lang.Object
  |
  +--org.concord.biologica.datasupport.SpecieFileDesc

public class SpecieFileDesc
extends java.lang.Object


Field Summary
static int[] hsize
           
static int PART_BODIES
           
static int PART_COUNT
           
static int PART_DEAD
           
static int PART_FIRE
           
static int PART_HEADS
           
static int PART_INVISIBLE
           
static int PART_PLATES
           
static int PART_SCALES
           
static int PART_UNKNOWN
           
static int PART_WINGS
           
static java.lang.String[] partNames
           
static java.lang.String[] sizeNames
           
static java.lang.String[] sizeSuffixes
           
static int[] wsize
           
 
Constructor Summary
SpecieFileDesc(int part, int size)
           
 
Method Summary
 boolean getAllImages()
           
 java.lang.String getDataFileName()
           
static java.lang.String getDataURLString(int partID, int sizeID)
           
 int getHSize()
           
 int getNumbColors()
           
 int getNumbForms()
           
 int getPart()
           
static int getPartByName(java.lang.String name)
           
 int getSize()
           
 int getWSize()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sizeNames

public static java.lang.String[] sizeNames

sizeSuffixes

public static java.lang.String[] sizeSuffixes

wsize

public static int[] wsize

hsize

public static int[] hsize

PART_UNKNOWN

public static final int PART_UNKNOWN

PART_BODIES

public static final int PART_BODIES

PART_DEAD

public static final int PART_DEAD

PART_FIRE

public static final int PART_FIRE

PART_HEADS

public static final int PART_HEADS

PART_INVISIBLE

public static final int PART_INVISIBLE

PART_PLATES

public static final int PART_PLATES

PART_SCALES

public static final int PART_SCALES

PART_WINGS

public static final int PART_WINGS

PART_COUNT

public static final int PART_COUNT

partNames

public static java.lang.String[] partNames
Constructor Detail

SpecieFileDesc

public SpecieFileDesc(int part,
                      int size)
Method Detail

getPart

public int getPart()

getSize

public int getSize()

getPartByName

public static int getPartByName(java.lang.String name)

getDataFileName

public java.lang.String getDataFileName()
                                 throws java.lang.Exception

getDataURLString

public static java.lang.String getDataURLString(int partID,
                                                int sizeID)
                                         throws java.lang.Exception

getWSize

public int getWSize()
             throws java.lang.Exception

getHSize

public int getHSize()
             throws java.lang.Exception

getAllImages

public boolean getAllImages()
                     throws java.lang.Exception

getNumbColors

public int getNumbColors()
                  throws java.lang.Exception

getNumbForms

public int getNumbForms()
                 throws java.lang.Exception