インタフェース
org.stormcat.jvbeans.key.coursefile.CourseFileKey の使用

CourseFileKey を使用しているパッケージ
org.stormcat.jvbeans.jvlink JV-Linkを操作するためのクラスとインタフェースを提供します。 
org.stormcat.jvbeans.key.coursefile コース取得系メソッドの引数に渡すkeyを提供します。 
 

org.stormcat.jvbeans.jvlink での CourseFileKey の使用
 

CourseFileKey 型のパラメータを持つ org.stormcat.jvbeans.jvlink のメソッド
 JvCourseFile JvLinkManagerImpl.courseFile(CourseFileKey courseFileKey)
          JV-Linkからコースgif画像を要求し、{JRA-VANインストールディレクトリ}/Data Lab/pictures配下に保存します。
 JvCourseFile JvLinkManager.courseFile(CourseFileKey courseFileKey)
          JV-Linkからコースgif画像を要求し、{JRA-VANインストールディレクトリ}/Data Lab/pictures配下に保存します。
 JvCourseFile JvLinkManagerImpl.courseFile2(CourseFileKey courseFileKey, String filePath)
          JV-Linkからコースgif画像を要求し、任意の場所に保存します。
 JvCourseFile JvLinkManager.courseFile2(CourseFileKey courseFileKey, String filePath)
          JV-Linkからコースgif画像を要求し、任意の場所に保存します。
 

org.stormcat.jvbeans.key.coursefile での CourseFileKey の使用
 

CourseFileKey を実装している org.stormcat.jvbeans.key.coursefile のクラス
 class CourseFileKeyYYYYMMDDJJKKKKTT
          YYYYMMDDJJKKKKTT形式のCourseFileKeyです。
 

CourseFileKey を返す org.stormcat.jvbeans.key.coursefile のメソッド
static CourseFileKey CourseFileKeyFactory.createJJKKKKTT(CourseCd courseCd, int distance, TrackCd trackCd)
          JJKKKKTT形式のCourseFileKeyを生成します。
static CourseFileKey CourseFileKeyFactory.createYYYYMMDDJJKKKKTT(int holdingYear, int holdingMonth, int holdingDay, CourseCd courseCd, int distance, TrackCd trackCd)
          YYYYMMDDJJKKKKTT形式のCourseFileKeyを生成します。
 



Copyright © 2009 The Stormcat Project AllRights Reserved.