org.simBio.sim.gui
クラス CsvDialog

java.lang.Object
  上位を拡張 org.simBio.sim.gui.CsvDialog

public class CsvDialog
extends java.lang.Object

CSV出力ダイアログ.

バージョン:
$Id: CsvDialog.java,v 1.2 2007/04/07 08:44:07 nsarai Exp $
作成者:
misaki

コンストラクタの概要
CsvDialog(java.awt.Frame owner, Conductor root, double timeMin, double timeMax, double dispMin, double dispMax, java.lang.String xmlFileName)
          This is the default constructor
 
メソッドの概要
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

CsvDialog

public CsvDialog(java.awt.Frame owner,
                 Conductor root,
                 double timeMin,
                 double timeMax,
                 double dispMin,
                 double dispMax,
                 java.lang.String xmlFileName)
This is the default constructor

パラメータ:
owner - owner of dialog
root - root node
timeMin - minimum time for all-range
timeMax - maximum time for all-range
dispMin - minimum time for display
dispMax - maximum time for display
xmlFileName - source file name (for generating CSV file name)


???(C) 2002-2007 ?????????????????????