com.fluendo.jkate
Class KateWrapMode

java.lang.Object
  extended by com.fluendo.jkate.KateWrapMode

public class KateWrapMode
extends java.lang.Object


Field Summary
static KateWrapMode kate_wrap_none
           
static KateWrapMode kate_wrap_word
           
 
Method Summary
static KateWrapMode CreateWrapMode(int idx)
          Create a KateWrapMode object from an integer.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

kate_wrap_word

public static final KateWrapMode kate_wrap_word

kate_wrap_none

public static final KateWrapMode kate_wrap_none
Method Detail

CreateWrapMode

public static KateWrapMode CreateWrapMode(int idx)
                                   throws com.fluendo.jkate.KateException
Create a KateWrapMode object from an integer.

Throws:
com.fluendo.jkate.KateException