|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--edu.ucsb.adl.reports.BrowseReportParser.BrowseRepresentation
|
+--edu.ucsb.adl.reports.BrowseReportParser.BrowseImage
Describes a browse-size image representation of a collection holding.
| Field Summary | |
java.lang.String |
format
The image's format, e.g., " JPEG", or
null if unknown. |
int |
height
The image's height in pixels or a negative value if unknown. |
int |
transferSize
The image's transfer size in bytes or a negative value if unknown. |
java.lang.String |
url
The image's URL. |
int |
width
The image's width in pixels or a negative value if unknown. |
| Constructor Summary | |
BrowseReportParser.BrowseImage()
Creates a BrowseImage. |
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public java.lang.String url
public java.lang.String format
JPEG", or
null if unknown.
public int width
public int height
public int transferSize
| Constructor Detail |
public BrowseReportParser.BrowseImage()
BrowseImage.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||