ExtCodetextBuilder
Contents
[
Hide
]Inheritance: java.lang.Object
public abstract class ExtCodetextBuilder
Helper class for automatic codetext generation of the Extended Codetext Mode
Constructors
Constructor | Description |
---|---|
ExtCodetextBuilder() |
Methods
Method | Description |
---|---|
addECICodetext(int ECIEncoding, String codetext) | Adds codetext with Extended Channel Identifier |
addPlainCodetext(String codetext) | Adds plain codetext to the extended codetext items |
clear() | Clears extended codetext items |
equals(Object arg0) | |
getClass() | |
getExtendedCodetext() | Generate extended codetext from generation items list |
hashCode() | |
isNeedToShieldItemFromPrevECI(int Index) | Checks necessity to shield previous item by “\000000” |
notify() | |
notifyAll() | |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
ExtCodetextBuilder()
public ExtCodetextBuilder()
addECICodetext(int ECIEncoding, String codetext)
public void addECICodetext(int ECIEncoding, String codetext)
Adds codetext with Extended Channel Identifier
Parameters:
Parameter | Type | Description |
---|---|---|
ECIEncoding | int | Extended Channel Identifier |
codetext | java.lang.String | Codetext in unicode to add as extended codetext item with Extended Channel Identifier |
addPlainCodetext(String codetext)
public void addPlainCodetext(String codetext)
Adds plain codetext to the extended codetext items
Parameters:
Parameter | Type | Description |
---|---|---|
codetext | java.lang.String | Codetext in unicode to add as extended codetext item |
clear()
public void clear()
Clears extended codetext items
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getExtendedCodetext()
public abstract String getExtendedCodetext()
Generate extended codetext from generation items list
Returns: java.lang.String - Return string of extended codetext
hashCode()
public native int hashCode()
Returns: int
isNeedToShieldItemFromPrevECI(int Index)
public boolean isNeedToShieldItemFromPrevECI(int Index)
Checks necessity to shield previous item by “\000000”
Parameters:
Parameter | Type | Description |
---|---|---|
Index | int | Index in m_List |
Returns: boolean - Necessity to shield
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |