com.neuron.app.tonto
Class ProntoModel
java.lang.Object
com.neuron.app.tonto.ProntoModel
public class ProntoModel
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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
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