Package apple.mapkit.struct
Class MKMapRect
- java.lang.Object
-
- org.moe.natj.general.NativeObject
-
- org.moe.natj.c.StructObject
-
- apple.mapkit.struct.MKMapRect
-
public final class MKMapRect extends org.moe.natj.c.StructObject
-
-
Constructor Summary
Constructors Modifier Constructor Description MKMapRect()MKMapRect(MKMapPoint origin, MKMapSize size)protectedMKMapRect(org.moe.natj.general.Pointer peer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MKMapPointorigin()voidsetOrigin(MKMapPoint value)voidsetSize(MKMapSize value)MKMapSizesize()
-
-
-
Constructor Detail
-
MKMapRect
public MKMapRect()
-
MKMapRect
protected MKMapRect(org.moe.natj.general.Pointer peer)
-
MKMapRect
public MKMapRect(MKMapPoint origin, MKMapSize size)
-
-
Method Detail
-
origin
public MKMapPoint origin()
-
setOrigin
public void setOrigin(MKMapPoint value)
-
size
public MKMapSize size()
-
setSize
public void setSize(MKMapSize value)
-
-