edu.ucsb.adl.reports
Class BrowseReportParser.BrowseImage

java.lang.Object
  |
  +--edu.ucsb.adl.reports.BrowseReportParser.BrowseRepresentation
        |
        +--edu.ucsb.adl.reports.BrowseReportParser.BrowseImage
Enclosing class:
BrowseReportParser

public static final class BrowseReportParser.BrowseImage
extends BrowseReportParser.BrowseRepresentation

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

url

public java.lang.String url
The image's URL.


format

public java.lang.String format
The image's format, e.g., "JPEG", or null if unknown.


width

public int width
The image's width in pixels or a negative value if unknown.


height

public int height
The image's height in pixels or a negative value if unknown.


transferSize

public int transferSize
The image's transfer size in bytes or a negative value if unknown.

Constructor Detail

BrowseReportParser.BrowseImage

public BrowseReportParser.BrowseImage()
Creates a BrowseImage.