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

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

public class psvLinesInterval
extends psvJPAnnotationStyleElement

タイトル: 注記文字列の行間隔定義

説明: 注記文字列の行間隔を定義します。

著作権: Copyright (c) 2005

会社名: Mitsubishi Electric Corporation

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

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

コンストラクタの詳細

psvLinesInterval

public psvLinesInterval()
メソッドの詳細

getInterval

public psvJPBasisForCharacterspace getInterval()
行間隔の値を取得します。

戻り値:
行間隔

setInterval

public void setInterval(psvJPBasisForCharacterspace interval)
行間隔の値を設定します。

パラメータ:
interval - 行間隔

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