|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthmi.xml.XMLStructureAdapter
hmi.faceanimation.model.MPEG4Configuration
public class MPEG4Configuration
A MPEG-4 FA Configuration (set of values for FAPs).
| Field Summary | |
|---|---|
private Integer[] |
values
|
private static String |
XMLTAG
|
| Fields inherited from class hmi.xml.XMLStructureAdapter |
|---|
ATTRIBUTE_TOKEN_DELIMITERS, COMMA_SEPARATOR, DECODEDARRAYSIZE, DEFAULT_RECOVER_MODE, NEWLINE, SYSTEMNEWLINE, TAB, TAB_STRING |
| Constructor Summary | |
|---|---|
MPEG4Configuration()
Constructor |
|
| Method Summary | |
|---|---|
void |
addValues(MPEG4Configuration config)
Add given values to current configuration. |
Integer |
getValue(int index)
|
Integer[] |
getValues()
|
String |
getXMLTag()
The XML Stag for XML encoding -- use this method to find out the run-time xml tag of an object |
void |
multiply(float factor)
multiply values with given factor |
void |
removeValues(MPEG4Configuration config)
Remove given values from current configuration. |
void |
saveToFAPFile(File file)
|
void |
setValue(int index,
Integer value)
|
void |
setValues(Integer[] values)
Sets the values. |
String |
toString()
the default toString() method returns the result of toXMLSTring() |
static String |
xmlTag()
The XML Stag for XML encoding -- use this static method when you want to see if a given String equals the xml tag for this class |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
private Integer[] values
private static final String XMLTAG
| Constructor Detail |
|---|
public MPEG4Configuration()
| Method Detail |
|---|
public void setValue(int index,
Integer value)
public Integer getValue(int index)
public void setValues(Integer[] values)
values -
Exceptionpublic void addValues(MPEG4Configuration config)
values - public void multiply(float factor)
factor - public void removeValues(MPEG4Configuration config)
values - public Integer[] getValues()
public String toString()
XMLStructureAdapter
toString in class XMLStructureAdapter
public void saveToFAPFile(File file)
throws IOException
IOExceptionpublic static String xmlTag()
public String getXMLTag()
getXMLTag in interface XMLStructuregetXMLTag in class XMLStructureAdapter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||