|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
タイトル: 描画処理最適化用インタフェース
説明: 描画処理最適化を行うためのインタフェースです。
描画対象のレイヤと、描画のための検索範囲の変更を定義します。
著作権: Copyright (c) 2005
会社名: Mitsubishi Electric Corporation
メソッドの概要 | |
jp.co.melco.preserv.psvRegion |
getSearchRegionForDraw(java.lang.String layerName,
jp.co.melco.preserv.psvRegion region,
jp.co.melco.preserv.psvScreen screen)
描画のための検索範囲を返します。 |
boolean |
isDrawableLayer(java.lang.String layerName,
jp.co.melco.preserv.psvScreen screen)
描画対象のレイヤを返します。 |
メソッドの詳細 |
public jp.co.melco.preserv.psvRegion getSearchRegionForDraw(java.lang.String layerName, jp.co.melco.preserv.psvRegion region, jp.co.melco.preserv.psvScreen screen)
layerName
- 検索レイヤ名称region
- 元の検索範囲screen
- 描画対象のスクリーン
public boolean isDrawableLayer(java.lang.String layerName, jp.co.melco.preserv.psvScreen screen)
layerName
- 判定対象のレイヤ名screen
- 描画対象のスクリーン
|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |