root/as3/SirdsAS3/org/libspark/dsler/SirdsAS3/IRDSImageCreatable.as

リビジョン 2899, 1.6 kB (コミッタ: dsler, コミット時期: 3 年 前)

高機能化に伴い、ライブラリの説明文を現状に合わせ変更

Line 
1
2 /**
3  * - SirdsAS3 -
4  * RDS/SISステレオグラム生成ライブラリ
5  *
6  * IRDSImageCreatableインタフェース
7  * ステレオグラム画像を生成するクラスに実装するインタフェースの定義
8  *
9  * @author              dsler
10  * @version             1.0.0
11  * @update      2009/07/03
12  *
13  * Licensed under The MIT License
14  * Copyright (c) 2009 dsler
15  * Permission is hereby granted, free of charge, to any person obtaining a copy
16  * of this software and associated documentation files (the "Software"), to deal
17  * in the Software without restriction, including without limitation the rights
18  * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
19  * copies of the Software, and to permit persons to whom the Software is
20  * furnished to do so, subject to the following conditions:
21  * The above copyright notice and this permission notice shall be included in
22  * all copies or substantial portions of the Software.
23  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
24  * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
25  * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
26  * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
27  * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
28  * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
29  * THE SOFTWARE.
30  */
31
32 package org.libspark.dsler.SirdsAS3
33 {
34         import flash.display.BitmapData;
35         import org.libspark.dsler.SirdsAS3.RDSImage;
36        
37         public interface IRDSImageCreatable
38         {
39                 function create(dep:BitmapData):RDSImage;
40         }
41 }
Note: リポジトリブラウザについてのヘルプは TracBrowser を参照してください。