SharePhoto.Builder
Non è disponibile una versione più recente di questa classe. Controlla la versione più recente.

Builder for the SharePhoto interface.

Estende:Object
Implementazioni:ShareModelBuilder
Pacchetto:model
Costruttori
SharePhoto.Builder()
public SharePhoto.Builder()
Metodi di classe
writeListTo(Parcel, List)
public static void writeListTo(Parcel out, List photos)
ParametroDescrizione
out
photos
readListFrom(Parcel)
public static List readListFrom(Parcel in)
ParametroDescrizione
in
Metodi di istanza
setBitmap(Bitmap)

Sets the bitmap representation of the photo.

public Builder setBitmap(Bitmap bitmap)
ParametroDescrizione
bitmapBitmap representation of the photo.
Returns
The builder.
setImageUrl(Uri)

Sets the URL to the photo.

public Builder setImageUrl(Uri imageUrl)
ParametroDescrizione
imageUrlUri that points to a network location or the location of the photo on disk.
Returns
The builder.
setUserGenerated(boolean)

Sets whether the photo represented by this object was generated by the user or by the application.

public Builder setUserGenerated(boolean userGenerated)
ParametroDescrizione
userGeneratedIndication of whether the photo is user-generated.
Returns
The builder.
build()

Builds the object.

public Object build()
Returns
The built object.
build()
public SharePhoto build()
readFrom(ShareModel)

Reads the values from a ShareModel into the builder.

public ShareModelBuilder readFrom(ShareModel model)
ParametroDescrizione
modelThe source ShareModel
Returns
The builder.
readFrom(SharePhoto)
public Builder readFrom(SharePhoto model)
ParametroDescrizione
model
readFrom(Parcel)

Reads the values from a parcel into the builder. The parcel must have packaged an instance of the ShareModel that came from the same type of builder.

public ShareModelBuilder readFrom(Parcel parcel)
ParametroDescrizione
parcelThe Parcel that contains the ShareModel.
Returns
The builder.
readFrom(Parcel)
public Builder readFrom(Parcel parcel)
ParametroDescrizione
parcel