open class Bound : Parcelable
Created by Akexorcist on 11/29/15 AD.
Bound() |
static val CREATOR: Creator<Bound> |
open fun describeContents(): Int |
|
open fun getNortheastCoordination(): Coordination |
|
open fun getSouthwestCoordination(): Coordination |
|
open fun setNortheast(northeast: Coordination): Unit |
|
open fun setSouthwest(southwest: Coordination): Unit |
|
open fun writeToParcel(dest: Parcel, flags: Int): Unit |