com.neuron.app.tonto
Class ProntoModel

java.lang.Object
  extended by com.neuron.app.tonto.ProntoModel

public class ProntoModel
extends java.lang.Object


Field Summary
static int CUSTOM
           
static int RAV2K
           
static int RAV2KZ1
           
static int RC5000
           
static int RC5000i
           
static int RC5200
           
static int RC9200
           
static int RU890
           
static int RU940
           
static int RU970
           
static int TS1000
           
static int TSU2000
           
static int TSU6000
           
static int USR5
           
 
Method Summary
 int getCapability()
           
 int getMemory()
           
 int getModel()
           
static ProntoModel getModel(int model)
           
static ProntoModel[] getModelByCapability(int cap)
           
static ProntoModel getModelByName(java.lang.String name)
           
static ProntoModel[] getModels()
           
 java.lang.String getName()
           
 java.awt.Dimension getScreenSize()
           
 boolean isCustom()
           
 boolean isMarantz()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

CUSTOM

public static final int CUSTOM
See Also:
Constant Field Values

TS1000

public static final int TS1000
See Also:
Constant Field Values

TSU2000

public static final int TSU2000
See Also:
Constant Field Values

TSU6000

public static final int TSU6000
See Also:
Constant Field Values

RC5000

public static final int RC5000
See Also:
Constant Field Values

RC5000i

public static final int RC5000i
See Also:
Constant Field Values

RC5200

public static final int RC5200
See Also:
Constant Field Values

RC9200

public static final int RC9200
See Also:
Constant Field Values

RU890

public static final int RU890
See Also:
Constant Field Values

RU940

public static final int RU940
See Also:
Constant Field Values

RU970

public static final int RU970
See Also:
Constant Field Values

USR5

public static final int USR5
See Also:
Constant Field Values

RAV2K

public static final int RAV2K
See Also:
Constant Field Values

RAV2KZ1

public static final int RAV2KZ1
See Also:
Constant Field Values
Method Detail

getModels

public static ProntoModel[] getModels()

getName

public java.lang.String getName()

getModel

public int getModel()

getCapability

public int getCapability()

getMemory

public int getMemory()

getScreenSize

public java.awt.Dimension getScreenSize()

getModel

public static ProntoModel getModel(int model)

getModelByName

public static ProntoModel getModelByName(java.lang.String name)

getModelByCapability

public static ProntoModel[] getModelByCapability(int cap)

isCustom

public boolean isCustom()

isMarantz

public boolean isMarantz()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object