jp.osdl.jbento2.chart
クラス ChartGenerator

java.lang.Object
  上位を拡張 jp.osdl.jbento2.chart.ChartGenerator

public class ChartGenerator
extends Object


コンストラクタの概要
ChartGenerator()
           
 
メソッドの概要
 void execute()
          Execute
 String[] getCategories()
           
 ChartType getChartType()
           
 File getDest()
          Gets the value of dest
 DataSetBuilder getDsBuilder()
           
 String getEndOfData()
           
 int getHeight()
          Gets the value of height
 String getPostfix()
           
 boolean getShape()
          Gets the value of shape
 File getSrc()
          Gets the value of src
 String getTitle()
          Gets the value of title
 int getWidth()
          Gets the value of width
 String getXlabel()
          Gets the value of xlabel
 long getXMax()
           
 long getXMin()
           
 String getYlabel()
          Gets the value of ylabel
 long getYMax()
          Gets the value of ymax
 long getYMin()
           
 boolean isRenew()
           
 void setCategories(String[] categories)
           
 void setChartType(ChartType chartType)
           
 void setDest(File argDest)
          Sets the value of dest
 void setDsBuilder(DataSetBuilder dsBuilder)
           
 void setEndOfData(String endOfData)
           
 void setHeight(int argHeight)
          Sets the value of height
 void setPostfix(String postfix)
           
 void setRenew(boolean renew)
           
 void setShape(boolean shape)
           
 void setSrc(File argSrc)
          Sets the value of src
 void setTitle(String argTitle)
          Sets the value of title
 void setWidth(int argWidth)
          Sets the value of width
 void setXlabel(String argXlabel)
          Sets the value of xlabel
 void setXMax(long max)
           
 void setXMin(long min)
           
 void setYlabel(String argYlabel)
          Sets the value of ylabel
 void setYMax(long ymax)
          Sets the value of ymax
 void setYMin(long min)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

ChartGenerator

public ChartGenerator()
メソッドの詳細

execute

public void execute()
             throws IOException
Execute

例外:
IOException - thrown if error occurred

getSrc

public File getSrc()
Gets the value of src

戻り値:
the value of src

setSrc

public void setSrc(File argSrc)
Sets the value of src

パラメータ:
argSrc - Value to assign to this.src

getDest

public File getDest()
Gets the value of dest

戻り値:
the value of dest

setDest

public void setDest(File argDest)
Sets the value of dest

パラメータ:
argDest - Value to assign to this.dest

getTitle

public String getTitle()
Gets the value of title

戻り値:
the value of title

setTitle

public void setTitle(String argTitle)
Sets the value of title

パラメータ:
argTitle - Value to assign to this.title

getXlabel

public String getXlabel()
Gets the value of xlabel

戻り値:
the value of xlabel

setXlabel

public void setXlabel(String argXlabel)
Sets the value of xlabel

パラメータ:
argXlabel - Value to assign to this.xlabel

getYlabel

public String getYlabel()
Gets the value of ylabel

戻り値:
the value of ylabel

setYlabel

public void setYlabel(String argYlabel)
Sets the value of ylabel

パラメータ:
argYlabel - Value to assign to this.ylabel

getWidth

public int getWidth()
Gets the value of width

戻り値:
the value of width

setWidth

public void setWidth(int argWidth)
Sets the value of width

パラメータ:
argWidth - Value to assign to this.width

getHeight

public int getHeight()
Gets the value of height

戻り値:
the value of height

setHeight

public void setHeight(int argHeight)
Sets the value of height

パラメータ:
argHeight - Value to assign to this.height

getYMax

public long getYMax()
Gets the value of ymax

戻り値:
ymax

setYMax

public void setYMax(long ymax)
Sets the value of ymax

パラメータ:
ymax -

getShape

public boolean getShape()
Gets the value of shape

戻り値:
shape

setShape

public void setShape(boolean shape)

getCategories

public String[] getCategories()

setCategories

public void setCategories(String[] categories)

getEndOfData

public String getEndOfData()

setEndOfData

public void setEndOfData(String endOfData)

getXMax

public long getXMax()

setXMax

public void setXMax(long max)

getChartType

public ChartType getChartType()

setChartType

public void setChartType(ChartType chartType)

getDsBuilder

public DataSetBuilder getDsBuilder()

setDsBuilder

public void setDsBuilder(DataSetBuilder dsBuilder)

getPostfix

public String getPostfix()

setPostfix

public void setPostfix(String postfix)

isRenew

public boolean isRenew()

setRenew

public void setRenew(boolean renew)

getXMin

public long getXMin()

setXMin

public void setXMin(long min)

getYMin

public long getYMin()

setYMin

public void setYMin(long min)


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