uk.me.parabola.imgfmt.app.labelenc
Class Utf8Encoder

java.lang.Object
  extended by uk.me.parabola.imgfmt.app.labelenc.BaseEncoder
      extended by uk.me.parabola.imgfmt.app.labelenc.Utf8Encoder
All Implemented Interfaces:
CharacterEncoder

public class Utf8Encoder
extends BaseEncoder
implements CharacterEncoder

Encoder for labels in utf-8, note that I am not actually sure that this is in fact used anywhere.

Author:
Steve Ratcliffe

Field Summary
 
Fields inherited from class uk.me.parabola.imgfmt.app.labelenc.BaseEncoder
NO_TEXT
 
Constructor Summary
Utf8Encoder()
           
 
Method Summary
 EncodedText encodeText(java.lang.String text)
           
 
Methods inherited from class uk.me.parabola.imgfmt.app.labelenc.BaseEncoder
isCharsetSupported, isUpperCase, prepareForCharacterSet, setUpperCase, simpleEncode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Utf8Encoder

public Utf8Encoder()
Method Detail

encodeText

public EncodedText encodeText(java.lang.String text)
Specified by:
encodeText in interface CharacterEncoder