Package com.massifmaps.styles
Class TextMargins
java.lang.Object
com.massifmaps.styles.TextMargins
Margins info for text.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionTextMargins(int left, int top, int right, int bottom) TextMargins(long cPtr, boolean cMemoryOwn) -
Method Summary
-
Field Details
-
swigCMemOwn
protected transient boolean swigCMemOwn
-
-
Constructor Details
-
TextMargins
public TextMargins(long cPtr, boolean cMemoryOwn) -
TextMargins
public TextMargins(int left, int top, int right, int bottom)
-
-
Method Details
-
getCPtr
-
finalize
protected void finalize() -
delete
public void delete() -
getLeft
public int getLeft() -
getTop
public int getTop() -
getRight
public int getRight() -
getBottom
public int getBottom() -
swigGetRawPtr
public long swigGetRawPtr()Returns the raw pointer to the object. This is used internally by the SDK.- Returns:
- The internal pointer of the object.
-