ePerion Gallery
1.2
ePerion gallery application for the europeean ePerion project. This is an android application which manage a smart gallery where you can modify picture colors, sort the pictures and visualize any picture on Google Map.
|
Public Member Functions | |
ListAttribute (String n, String c, Uri u, int id, float lat, float lng) | |
String | getName () |
void | setName (String name) |
String | getComment () |
void | setComment (String comment) |
Uri | getUri () |
void | setUri (Uri uri) |
boolean | isCheck () |
void | setCheck (boolean check) |
int | getId () |
void | setId (int id) |
float | getLat () |
void | setLat (float lat) |
float | getLng () |
void | setLng (float lng) |
Class to create a list attribute that allows to have picture information for the custom listView and the Google Map.
com.android.ePerion.gallery.ListAttribute.ListAttribute | ( | String | n, |
String | c, | ||
Uri | u, | ||
int | id, | ||
float | lat, | ||
float | lng | ||
) |
Constructor of the listAttribute thanks to its parameters.
n | The picture name. |
c | The picture comment. |
u | The picture Uri. |
id | The picture ID. |
lat | The picture latitude. |
lng | The picture longitude. |
String com.android.ePerion.gallery.ListAttribute.getComment | ( | ) |
Gets the comment.
int com.android.ePerion.gallery.ListAttribute.getId | ( | ) |
Gets the id.
float com.android.ePerion.gallery.ListAttribute.getLat | ( | ) |
Gets the lat.
float com.android.ePerion.gallery.ListAttribute.getLng | ( | ) |
Gets the lng.
String com.android.ePerion.gallery.ListAttribute.getName | ( | ) |
Gets the name.
Uri com.android.ePerion.gallery.ListAttribute.getUri | ( | ) |
Gets the uri.
boolean com.android.ePerion.gallery.ListAttribute.isCheck | ( | ) |
Checks if is check.
void com.android.ePerion.gallery.ListAttribute.setCheck | ( | boolean | check | ) |
Sets the check.
check | the new check |
void com.android.ePerion.gallery.ListAttribute.setComment | ( | String | comment | ) |
Sets the comment.
comment | the new comment |
void com.android.ePerion.gallery.ListAttribute.setId | ( | int | id | ) |
Sets the id.
id | the new id |
void com.android.ePerion.gallery.ListAttribute.setLat | ( | float | lat | ) |
Sets the lat.
lat | the new lat |
void com.android.ePerion.gallery.ListAttribute.setLng | ( | float | lng | ) |
Sets the lng.
lng | the new lng |
void com.android.ePerion.gallery.ListAttribute.setName | ( | String | name | ) |
Sets the name.
name | the new name |
void com.android.ePerion.gallery.ListAttribute.setUri | ( | Uri | uri | ) |
Sets the uri.
uri | the new uri |