ui
クラス ApplicationView

java.lang.Object
  上位を拡張 ui.BambooView
      上位を拡張 ui.ApplicationView

public class ApplicationView
extends BambooView


フィールドの概要
 
クラス ui.BambooView から継承されたフィールド
indent, sizeOfOriginal
 
コンストラクタの概要
ApplicationView(ApplicationController controller, BambooModel model)
           
 
メソッドの概要
 java.awt.image.BufferedImage createSaveImage()
           
 java.lang.String save()
           
 void saveImage(java.io.File file, java.lang.String suffix)
          ファイルに画像を保存する
 
クラス ui.BambooView から継承されたメソッド
canReplaceFile, createView, disableLeftButton, enableLeftButton, eraseView, getCellsHeight, getCellsWidth, getPanelHeight, getPanelWidth, getSizeOfCell, setParameter, showURL, write
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

ApplicationView

public ApplicationView(ApplicationController controller,
                       BambooModel model)
メソッドの詳細

createSaveImage

public java.awt.image.BufferedImage createSaveImage()

saveImage

public void saveImage(java.io.File file,
                      java.lang.String suffix)
ファイルに画像を保存する

パラメータ:
file -
suffix - pngかjpeg

save

public java.lang.String save()