|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectholoedit.data.HoloExternalData
public class HoloExternalData
Field Summary | |
---|---|
protected java.lang.String |
dataType
The type of data contained by this holoExternalData. |
protected java.io.File |
extDataFile
associated data file |
private double |
fileLength
duree du fichier (ms) |
private boolean |
fine
etat pour l'import |
Constructor Summary | |
---|---|
HoloExternalData(java.io.File f)
Constructs an holoExternalData from a file. |
|
HoloExternalData(java.io.File f,
java.lang.String dataType)
Constructs an holoExternalData from a file. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
Indicates whether some other object is "equal to" this one. |
java.lang.String |
getDataType()
Returns the dataType for this holoExternalData. |
double |
getExtDataLength()
Returns the length of this holoExternalData in milliseconds |
int |
getExtDataLengthCS()
Returns the length of this holoExternalData in centiseconds |
java.lang.String |
getFileName()
Returns the name of the file from which this holoExternalData has been constructed. |
java.lang.String |
getFileType()
return the extension of the file from which this holoExternalData has been constructed. |
boolean |
isFine()
|
void |
setExtDataLength(double fileLength)
Sets the length of this holoExternalData in milliseconds |
void |
setFine(boolean b)
|
java.lang.String |
toString2(java.lang.String parentPath)
used to write in .holo file. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.io.File extDataFile
private boolean fine
private double fileLength
protected java.lang.String dataType
Constructor Detail |
---|
public HoloExternalData(java.io.File f)
public HoloExternalData(java.io.File f, java.lang.String dataType)
Method Detail |
---|
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
o
- - the reference object with which to compare.public double getExtDataLength()
public int getExtDataLengthCS()
public void setExtDataLength(double fileLength)
public java.lang.String getFileName()
public java.lang.String getFileType()
public java.lang.String getDataType()
dataType
for this holoExternalData.
public boolean isFine()
public void setFine(boolean b)
public java.lang.String toString2(java.lang.String parentPath)
parentPath
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |