| 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 |
|
[Expand]
Inherited Methods |
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
Constants
public
static
final
String
RAW
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
Public Constructors