jp.osdl.jbento2.analyzer
クラス TextTable

java.lang.Object
  上位を拡張 jp.osdl.jbento2.analyzer.TextTable

public class TextTable
extends Object


フィールドの概要
static int ALIGN_LEFT
           
static int ALIGN_RIGHT
           
 
コンストラクタの概要
TextTable(int columns, int defaultAlign, String delimiter)
           
 
メソッドの概要
 void addRow(String[] contents)
           
 void addSeparator(String s)
           
 int getAlign(int column)
           
 void setAlign(int column, int align)
           
 String toString()
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

フィールドの詳細

ALIGN_LEFT

public static final int ALIGN_LEFT
関連項目:
定数フィールド値

ALIGN_RIGHT

public static final int ALIGN_RIGHT
関連項目:
定数フィールド値
コンストラクタの詳細

TextTable

public TextTable(int columns,
                 int defaultAlign,
                 String delimiter)
メソッドの詳細

setAlign

public void setAlign(int column,
                     int align)

getAlign

public int getAlign(int column)

addSeparator

public void addSeparator(String s)

addRow

public void addRow(String[] contents)

toString

public String toString()
オーバーライド:
クラス Object 内の toString


Copyright © 2005-2008 The JBento Project. All Rights Reserved.