jp.co.melco.preserv.spatial
クラス psvJPAnnotationReferencePoint

java.lang.Object
  拡張jp.co.melco.preserv.spatial.psvJPAnnotationStyleElement
      拡張jp.co.melco.preserv.spatial.psvJPAnnotationReferencePoint

public class psvJPAnnotationReferencePoint
extends psvJPAnnotationStyleElement

注記文字列を配置する際に参照する点を定義します。
本オプションで参照点として使用できる値は「左下(lowerLeft)」のみです。
本クラスはJPGIS1.0における描画法のJP_PointSymbolクラスに対応します。

導入されたバージョン:
Ver.6.0
作成者:
PreSerV Development Team

コンストラクタの概要
psvJPAnnotationReferencePoint()
           
 
メソッドの概要
protected  void doApplyTo(psvPortrayalContext context)
          指定された描画コンテキストに自身の注記スタイルを反映します。
 boolean equals(java.lang.Object obj)
           
 psvJPReferencePoint getReferencePoint()
          注記参照点の位置を取得します。
protected  java.lang.String paramString()
          属性値の文字列表現を取得します。
 void setReferencePoint(psvJPReferencePoint referencePoint)
          注記参照点の位置を設定します。
 
クラス jp.co.melco.preserv.spatial.psvJPAnnotationStyleElement から継承したメソッド
applyTo, getElement, getName, setElement, setName, toString
 
クラス java.lang.Object から継承したメソッド
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

psvJPAnnotationReferencePoint

public psvJPAnnotationReferencePoint()
メソッドの詳細

getReferencePoint

public psvJPReferencePoint getReferencePoint()
注記参照点の位置を取得します。
ここで取得できる値は、JPGIS1.0における描画法のJP_PointSymbolクラスのreferencePoint属性に対応します。

戻り値:
注記参照点の位置

setReferencePoint

public void setReferencePoint(psvJPReferencePoint referencePoint)
注記参照点の位置を設定します。
ここで設定できる値は、JPGIS1.0における描画法のJP_PointSymbolクラスのreferencePoint属性に対応します。

パラメータ:
referencePoint - 注記参照点の位置

paramString

protected java.lang.String paramString()
クラス psvJPAnnotationStyleElement の記述:
属性値の文字列表現を取得します。

オーバーライド:
クラス psvJPAnnotationStyleElement 内の paramString
戻り値:
文字列表現

doApplyTo

protected void doApplyTo(psvPortrayalContext context)
クラス psvJPAnnotationStyleElement の記述:
指定された描画コンテキストに自身の注記スタイルを反映します。

オーバーライド:
クラス psvJPAnnotationStyleElement 内の doApplyTo
パラメータ:
context - スタイル反映対象の描画コンテキスト
関連項目:
psvJPAnnotationStyleElement.applyTo(psvPortrayalContext)

equals

public boolean equals(java.lang.Object obj)
オーバーライド:
クラス psvJPAnnotationStyleElement 内の equals