-
- All Implemented Interfaces:
-
android.os.Parcelable
public class CreateGpxBitmapParams extends AidlParams
-
-
Field Summary
Fields Modifier and Type Field Description private FilegpxFileprivate UrigpxUriprivate floatdensityprivate intwidthPixelsprivate intheightPixelsprivate intcolorpublic final static Parcelable.Creator<CreateGpxBitmapParams>CREATOR
-
Constructor Summary
Constructors Constructor Description CreateGpxBitmapParams(File gpxFile, float density, int widthPixels, int heightPixels, int color)CreateGpxBitmapParams(Uri gpxUri, float density, int widthPixels, int heightPixels, int color)CreateGpxBitmapParams(Parcel in)
-
Method Summary
Modifier and Type Method Description FilegetGpxFile()UrigetGpxUri()floatgetDensity()intgetWidthPixels()intgetHeightPixels()intgetColor()voidwriteToBundle(Bundle bundle)-
Methods inherited from class net.osmand.aidlapi.AidlParams
describeContents, readFromParcel, writeToParcel -
Methods inherited from class android.os.Parcelable
describeContents, writeToParcel -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
CreateGpxBitmapParams
CreateGpxBitmapParams(File gpxFile, float density, int widthPixels, int heightPixels, int color)
-
CreateGpxBitmapParams
CreateGpxBitmapParams(Uri gpxUri, float density, int widthPixels, int heightPixels, int color)
-
CreateGpxBitmapParams
CreateGpxBitmapParams(Parcel in)
-
-
Method Detail
-
getGpxFile
File getGpxFile()
-
getDensity
float getDensity()
-
getWidthPixels
int getWidthPixels()
-
getHeightPixels
int getHeightPixels()
-
getColor
int getColor()
-
writeToBundle
void writeToBundle(Bundle bundle)
-
-
-
-