converter.text
クラス HalfwidthLatin2Fullwidth

java.lang.Object
  上位を拡張 converter.text.AbstractTextConverter
      上位を拡張 converter.text.HalfwidthLatin2Fullwidth
すべての実装されたインタフェース:
TextConverter

public class HalfwidthLatin2Fullwidth
extends AbstractTextConverter

半角英字→全角英字の変換を行うクラス。

バージョン:
$Id: HalfwidthLatin2Fullwidth.java 23 2009-02-21 18:26:34Z Honeplus $
作成者:
Honeplus

コンストラクタの概要
HalfwidthLatin2Fullwidth()
           
 
メソッドの概要
 char convert(char c)
          半角英字→全角英字の変換を実施。
 
クラス converter.text.AbstractTextConverter から継承されたメソッド
convert
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

HalfwidthLatin2Fullwidth

public HalfwidthLatin2Fullwidth()
メソッドの詳細

convert

public char convert(char c)
半角英字→全角英字の変換を実施。

パラメータ:
c - 変換元文字
戻り値:
変換後文字