Class jinaImrect

java.lang.Object
  |
  +--jinaImrect

public class jinaImrect
extends java.lang.Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
  jinaImrect()
           
protected jinaImrect(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
protected  void finalize()
           
protected static long getCPtr(jinaImrect obj)
           
 SWIGTYPE_p_void getData()
           
 int getHeight()
           
 int getJinaTsId()
           
 jinaList getProps()
           
 jinaImregion getRegion()
           
 int getVtype()
           
 int getWidth()
           
 void setData(SWIGTYPE_p_void data)
           
 void setHeight(int height)
           
 void setJinaTsId(int ts_id)
           
 void setProps(jinaList props)
           
 void setRegion(jinaImregion region)
           
 void setVtype(int vtype)
           
 void setWidth(int width)
           
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swigCMemOwn

protected boolean swigCMemOwn
Constructor Detail

jinaImrect

protected jinaImrect(long cPtr,
                     boolean cMemoryOwn)

jinaImrect

public jinaImrect()
Method Detail

finalize

protected void finalize()
Overrides:
finalize in class java.lang.Object

delete

public void delete()

getCPtr

protected static long getCPtr(jinaImrect obj)

setJinaTsId

public void setJinaTsId(int ts_id)

getJinaTsId

public int getJinaTsId()

setVtype

public void setVtype(int vtype)

getVtype

public int getVtype()

setWidth

public void setWidth(int width)

getWidth

public int getWidth()

setHeight

public void setHeight(int height)

getHeight

public int getHeight()

setRegion

public void setRegion(jinaImregion region)

getRegion

public jinaImregion getRegion()

setData

public void setData(SWIGTYPE_p_void data)

getData

public SWIGTYPE_p_void getData()

setProps

public void setProps(jinaList props)

getProps

public jinaList getProps()