public class

TextMargins

extends Object
java.lang.Object
   ↳ org.neshan.styles.TextMargins

Class Overview

Margins info for text.

Summary

Public Constructors
TextMargins(long cPtr, boolean cMemoryOwn)
TextMargins(int left, int top, int right, int bottom)
Public Methods
synchronized void delete()
int getBottom()
static long getCPtr(TextMargins obj)
int getLeft()
int getRight()
int getTop()
long swigGetRawPtr()
Returns the raw pointer to the object.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public TextMargins (long cPtr, boolean cMemoryOwn)

public TextMargins (int left, int top, int right, int bottom)

Public Methods

public synchronized void delete ()

public int getBottom ()

public static long getCPtr (TextMargins obj)

public int getLeft ()

public int getRight ()

public int getTop ()

public long swigGetRawPtr ()

Returns the raw pointer to the object. This is used internally by the SDK.

Returns
  • The internal pointer of the object.