Package com.iizigo.image
Class LastVerified
java.lang.Object
com.iizigo.image.LastVerified
Data for last verification of an image.
- Author:
- Christopher Mindus
Field Summary
Modifier and TypeFieldDescriptionorg.eclipse.core.resources.IFile
Last verified against another LastVerified instance.long
Last base stamp.org.eclipse.core.resources.IFile
The file.File name.int
The height.long
The time stamp.boolean
Image loaded successfully, i.e.int
The width.Constructor Summary
Method Summary
Field Details
file
public org.eclipse.core.resources.IFile fileThe file.fileName
File name.width
public int widthThe width.height
public int heightThe height.stamp
public long stampThe time stamp.success
public boolean successImage loaded successfully, i.e. the size is set.againstBaseFile
public org.eclipse.core.resources.IFile againstBaseFileLast verified against another LastVerified instance.baseStamp
public long baseStampLast base stamp.
Constructor Details
LastVerified
public LastVerified()