public static final class

Image.Rel

extends Object
java.lang.Object
   ↳ com.google.gdata.data.extensions.Image.Rel

Class Overview

Image type. Describes the type of image.

Summary

Constants
String RAW g.raw: Raw image
String RESIZED g.resized: Image resized for on-screen viewing
String SCALABLE g.scalable: Image can be requested in various sizes
String THUMBNAIL g.thumbnail: Small thumbnail
Fields
public static final String FULL g.full: Full sized image
Public Constructors
Image.Rel()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String RAW

g.raw: Raw image

Constant Value: "http://schemas.google.com/g/2005#raw"

public static final String RESIZED

g.resized: Image resized for on-screen viewing

Constant Value: "http://schemas.google.com/g/2005#resized"

public static final String SCALABLE

g.scalable: Image can be requested in various sizes

Constant Value: "http://schemas.google.com/g/2005#scalable"

public static final String THUMBNAIL

g.thumbnail: Small thumbnail

Constant Value: "http://schemas.google.com/g/2005#thumbnail"

Fields

public static final String FULL

g.full: Full sized image

Public Constructors

public Image.Rel ()