|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjp.co.melco.preserv.spatial.catalogue.layer.AbstractLayeredAgent
レイヤ条件付き描画エージェント
説明: レイヤ条件付き描画エージェントです。
フィールドの概要 | |
protected FeatureCondition |
featureCondition
地物描画条件 |
protected int |
portrayalPriority
描画プライオリティ |
コンストラクタの概要 | |
AbstractLayeredAgent()
|
メソッドの概要 | |
protected abstract boolean |
doPortray(psvFeature feature,
psvPortrayalContext context)
指定された地物を指定されたコンテキストで描画します。 |
FeatureCondition |
getFeatureCondition()
地物描画条件を返します。 |
LayeredCondition |
getLayeredCondition()
レイヤ条件を返します。 |
java.lang.String[] |
getLayerNames()
レイヤ名称を返します。 |
int |
getPriority()
描画プライオリティを返します。 |
boolean |
isAdaptableLayer(java.lang.String layerName)
layerNameで指定したレイヤ名が適用可能かを返します。 |
boolean |
portray(psvFeature feature,
psvPortrayalContext context)
指定された地物を指定されたコンテキストで描画します。 |
void |
setFeatureCondition(FeatureCondition featureCondition)
地物描画条件を設定します。 |
void |
setLayeredCondition(LayeredCondition layeredCondition)
レイヤ条件を設定します。 |
void |
setPriority(int priority)
描画プライオリティを設定します。 |
java.lang.String |
toString()
このオブジェクトの情報をStringで返します。 |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
フィールドの詳細 |
protected int portrayalPriority
protected FeatureCondition featureCondition
コンストラクタの詳細 |
public AbstractLayeredAgent()
メソッドの詳細 |
public int getPriority()
public void setPriority(int priority)
priority
- 描画プライオリティpublic LayeredCondition getLayeredCondition()
public void setLayeredCondition(LayeredCondition layeredCondition)
layeredCondition
- レイヤ条件public FeatureCondition getFeatureCondition()
public void setFeatureCondition(FeatureCondition featureCondition)
featureCondition
- 地物描画条件public boolean isAdaptableLayer(java.lang.String layerName)
Layered
の記述:
Layered
内の isAdaptableLayer
layerName
- レイヤ名
public java.lang.String[] getLayerNames()
Layered
の記述:
Layered
内の getLayerNames
public java.lang.String toString()
public boolean portray(psvFeature feature, psvPortrayalContext context)
feature
- 地物context
- 地物描画コンテキスト
protected abstract boolean doPortray(psvFeature feature, psvPortrayalContext context)
feature
- 地物context
- 地物描画コンテキスト
|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |