Class jinaEdgel

java.lang.Object
  |
  +--jinaEdgel

public class jinaEdgel
extends java.lang.Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
  jinaEdgel()
           
protected jinaEdgel(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
protected  void finalize()
           
 float getContrast()
           
protected static long getCPtr(jinaEdgel obj)
           
 int getJinaTsId()
           
 long getLabel()
           
 float getOrient()
           
 jinaVec2 getPos()
           
 jinaList getProps()
           
 long getType()
           
 void setContrast(float contrast)
           
 void setJinaTsId(int ts_id)
           
 void setLabel(long label)
           
 void setOrient(float orient)
           
 void setPos(jinaVec2 pos)
           
 void setProps(jinaList props)
           
 void setType(long type)
           
 
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

jinaEdgel

protected jinaEdgel(long cPtr,
                    boolean cMemoryOwn)

jinaEdgel

public jinaEdgel()
Method Detail

finalize

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

delete

public void delete()

getCPtr

protected static long getCPtr(jinaEdgel obj)

setJinaTsId

public void setJinaTsId(int ts_id)

getJinaTsId

public int getJinaTsId()

setType

public void setType(long type)

getType

public long getType()

setLabel

public void setLabel(long label)

getLabel

public long getLabel()

setPos

public void setPos(jinaVec2 pos)

getPos

public jinaVec2 getPos()

setOrient

public void setOrient(float orient)

getOrient

public float getOrient()

setContrast

public void setContrast(float contrast)

getContrast

public float getContrast()

setProps

public void setProps(jinaList props)

getProps

public jinaList getProps()