twitter4j
Interface MediaEntity.Size

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
MediaEntityJSONImpl.Size
Enclosing interface:
MediaEntity

public static interface MediaEntity.Size
extends java.io.Serializable


Field Summary
static int CROP
           
static int FIT
           
static java.lang.Integer LARGE
           
static java.lang.Integer MEDIUM
           
static java.lang.Integer SMALL
           
static java.lang.Integer THUMB
           
 
Method Summary
 int getHeight()
           
 int getResize()
           
 int getWidth()
           
 

Field Detail

THUMB

static final java.lang.Integer THUMB

SMALL

static final java.lang.Integer SMALL

MEDIUM

static final java.lang.Integer MEDIUM

LARGE

static final java.lang.Integer LARGE

FIT

static final int FIT
See Also:
Constant Field Values

CROP

static final int CROP
See Also:
Constant Field Values
Method Detail

getWidth

int getWidth()

getHeight

int getHeight()

getResize

int getResize()