|
|||||||||
| Home >> All >> org >> jempeg >> empeg >> [ logoedit overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.jempeg.empeg.logoedit
Class Logo

java.lang.Objectorg.jempeg.empeg.logoedit.Logo
- class Logo
- extends java.lang.Object
Encapsulates a home image and car image for sending and receiving to/from the Empeg.
| Field Summary | |
private java.awt.Image |
myCarImage
|
private java.awt.Image |
myHomeImage
|
private java.lang.String |
myType
|
static java.lang.String |
TYPE_EMPEG_CUSTOM
|
static java.lang.String |
TYPE_EMPEG_NOCUSTOM
|
static java.lang.String |
TYPE_RIO_CUSTOM
|
static java.lang.String |
TYPE_RIO_NOCUSTOM
|
| Constructor Summary | |
Logo()
Constructs a new Logo |
|
Logo(java.lang.String _type,
java.awt.Image _carImage,
java.awt.Image _homeImage)
Constructs a new Logo. |
|
| Method Summary | |
java.awt.Image |
getCarImage()
Returns the Car Image for this Logo. |
java.awt.Image |
getHomeImage()
Returns the Home Image for this Logo. |
java.lang.String |
getType()
Returns the type of this Logo. |
void |
setType(java.lang.String _type)
Sets the type of this Logo. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
TYPE_EMPEG_NOCUSTOM
public static final java.lang.String TYPE_EMPEG_NOCUSTOM
- See Also:
- Constant Field Values
TYPE_EMPEG_CUSTOM
public static final java.lang.String TYPE_EMPEG_CUSTOM
- See Also:
- Constant Field Values
TYPE_RIO_NOCUSTOM
public static final java.lang.String TYPE_RIO_NOCUSTOM
- See Also:
- Constant Field Values
TYPE_RIO_CUSTOM
public static final java.lang.String TYPE_RIO_CUSTOM
- See Also:
- Constant Field Values
myType
private java.lang.String myType
myCarImage
private java.awt.Image myCarImage
myHomeImage
private java.awt.Image myHomeImage
| Constructor Detail |
Logo
public Logo()
- Constructs a new Logo
Logo
public Logo(java.lang.String _type, java.awt.Image _carImage, java.awt.Image _homeImage)
- Constructs a new Logo.
| Method Detail |
getType
public java.lang.String getType()
- Returns the type of this Logo.
setType
public void setType(java.lang.String _type)
- Sets the type of this Logo.
getCarImage
public java.awt.Image getCarImage()
- Returns the Car Image for this Logo.
getHomeImage
public java.awt.Image getHomeImage()
- Returns the Home Image for this Logo.
|
|||||||||
| Home >> All >> org >> jempeg >> empeg >> [ logoedit overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.jempeg.empeg.logoedit.Logo