tsukuba_bunko.peko.resource
クラス LocationResources

java.lang.Object
  上位を拡張 tsukuba_bunko.resource.Resources
      上位を拡張 tsukuba_bunko.peko.resource.LocationResources

public class LocationResources
extends Resources

ロケーションリソースを格納する Resources 拡張です。

バージョン:
$Revision: 1.2 $
作成者:
$Author: ppoi $

フィールドの概要
static java.lang.String BASEURL_IMAGES
          データタイプ images のデータを格納するディレクトリ URL
static java.lang.String BASEURL_MISC
          データタイプ misc のデータを格納するディレクトリ URL
static java.lang.String BASEURL_SCENES
          データタイプ scenes のデータを格納するディレクトリ URL
static java.lang.String BASEURL_SOUNDS
          データタイプ sounds のデータを格納するディレクトリ URL
static java.lang.String DIR_INSTALL
          インストールディレクトリ
static java.lang.String DIR_SAVE
          セーブデータディレクトリ
 
コンストラクタの概要
LocationResources()
          LocationResources のインスタンスを生成します。
 
メソッドの概要
 java.net.URL getImagesDirecotryURL()
          データタイプ images のデータを格納するディレクトリ URL を取得します。
 java.io.File getInstallDirectory()
          インストールディレクトリを取得します。
 java.net.URL getMiscDirecotryURL()
          データタイプ misc のデータを格納するディレクトリ URL を取得します。
 java.io.File getSaveDirectory()
          セーブデータディレクトリを取得します。
 java.net.URL getScenesDirecotryURL()
          データタイプ scenes のデータを格納するディレクトリ URL を取得します。
 java.net.URL getSoundsDirecotryURL()
          データタイプ sounds のデータを格納するディレクトリ URL を取得します。
 void setImagesDirecotryURL(java.net.URL url)
          データタイプ images のデータを格納するディレクトリ URL を設定します。
 void setInstallDirectory(java.io.File installDir)
          インストールディレクトリを設定します。
 void setMiscDirecotryURL(java.net.URL url)
          データタイプ misc のデータを格納するディレクトリ URL を設定します。
 void setSaveDirectory(java.io.File saveDirectory)
          セーブデータディレクトリを設定します。
 void setScenesDirecotryURL(java.net.URL url)
          データタイプ scenes のデータを格納するディレクトリ URL を設定します。
 void setSoundsDirecotryURL(java.net.URL url)
          データタイプ sounds のデータを格納するディレクトリ URL を設定します。
 
クラス tsukuba_bunko.resource.Resources から継承されたメソッド
getResource, getResourceIDs, newInstance, setResource
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

BASEURL_SCENES

public static final java.lang.String BASEURL_SCENES
データタイプ scenes のデータを格納するディレクトリ URL

関連項目:
定数フィールド値

BASEURL_IMAGES

public static final java.lang.String BASEURL_IMAGES
データタイプ images のデータを格納するディレクトリ URL

関連項目:
定数フィールド値

BASEURL_SOUNDS

public static final java.lang.String BASEURL_SOUNDS
データタイプ sounds のデータを格納するディレクトリ URL

関連項目:
定数フィールド値

BASEURL_MISC

public static final java.lang.String BASEURL_MISC
データタイプ misc のデータを格納するディレクトリ URL

関連項目:
定数フィールド値

DIR_INSTALL

public static final java.lang.String DIR_INSTALL
インストールディレクトリ

関連項目:
定数フィールド値

DIR_SAVE

public static final java.lang.String DIR_SAVE
セーブデータディレクトリ

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

LocationResources

public LocationResources()
LocationResources のインスタンスを生成します。

メソッドの詳細

setScenesDirecotryURL

public void setScenesDirecotryURL(java.net.URL url)
データタイプ scenes のデータを格納するディレクトリ URL を設定します。

パラメータ:
url - ディレクトリ URL

getScenesDirecotryURL

public java.net.URL getScenesDirecotryURL()
データタイプ scenes のデータを格納するディレクトリ URL を取得します。

戻り値:
ディレクトリ URL

setImagesDirecotryURL

public void setImagesDirecotryURL(java.net.URL url)
データタイプ images のデータを格納するディレクトリ URL を設定します。

パラメータ:
url - ディレクトリ URL

getImagesDirecotryURL

public java.net.URL getImagesDirecotryURL()
データタイプ images のデータを格納するディレクトリ URL を取得します。

戻り値:
ディレクトリ URL

setSoundsDirecotryURL

public void setSoundsDirecotryURL(java.net.URL url)
データタイプ sounds のデータを格納するディレクトリ URL を設定します。

パラメータ:
url - ディレクトリ URL

getSoundsDirecotryURL

public java.net.URL getSoundsDirecotryURL()
データタイプ sounds のデータを格納するディレクトリ URL を取得します。

戻り値:
ディレクトリ URL

setMiscDirecotryURL

public void setMiscDirecotryURL(java.net.URL url)
データタイプ misc のデータを格納するディレクトリ URL を設定します。

パラメータ:
url - ディレクトリ URL

getMiscDirecotryURL

public java.net.URL getMiscDirecotryURL()
データタイプ misc のデータを格納するディレクトリ URL を取得します。

戻り値:
ディレクトリ URL

setInstallDirectory

public void setInstallDirectory(java.io.File installDir)
インストールディレクトリを設定します。

パラメータ:
installDir - インストールディレクトリ

getInstallDirectory

public java.io.File getInstallDirectory()
インストールディレクトリを取得します。

戻り値:
インストールディレクトリ

setSaveDirectory

public void setSaveDirectory(java.io.File saveDirectory)
セーブデータディレクトリを設定します。

パラメータ:
saveDirectory - セーブデータディレクトリ

getSaveDirectory

public java.io.File getSaveDirectory()
セーブデータディレクトリを取得します。

戻り値:
セーブデータディレクトリ


All Rights Reserved. © 1999-2006 The "Peko" Project, Tsukuba Bunko.