public class BalloonPopupMargins
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
swigCMemOwn |
| Constructor and Description |
|---|
BalloonPopupMargins(int left,
int top,
int right,
int bottom) |
BalloonPopupMargins(long cPtr,
boolean cMemoryOwn) |
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
protected void |
finalize() |
int |
getBottom() |
static long |
getCPtr(BalloonPopupMargins obj) |
int |
getLeft() |
int |
getRight() |
int |
getTop() |
public BalloonPopupMargins(long cPtr,
boolean cMemoryOwn)
public BalloonPopupMargins(int left,
int top,
int right,
int bottom)
public static long getCPtr(BalloonPopupMargins obj)
protected void finalize()
finalize in class java.lang.Objectpublic void delete()
public int getLeft()
public int getTop()
public int getRight()
public int getBottom()