ReferencePointsSettings
コンテンツ
[
隠れる
]Inheritance: java.lang.Object
public class ReferencePointsSettings
すべてのページ要素に適用される参照点のグローバル設定。
テンプレートの参照ポイントの動作を記述する設定(例:角の黒い四角形や回転マーカーの間の黒い長方形)。
コンストラクタ
| コンストラクタ | 説明 |
|---|---|
| ReferencePointsSettings() |
フィールド
| フィールド | 説明 |
|---|---|
| RotationMarkerPosition | テンプレート上の希望する回転マーカー位置。 |
メソッド
| メソッド | 説明 |
|---|---|
| equals(Object arg0) | |
| getClass() | |
| hashCode() | |
| notify() | |
| notifyAll() | |
| toString() | |
| wait() | |
| wait(long arg0) | |
| wait(long arg0, int arg1) |
ReferencePointsSettings()
public ReferencePointsSettings()
RotationMarkerPosition
public RotationPointPosition RotationMarkerPosition
テンプレート上の希望する回転マーカー位置。設定されていない場合は RotationPointPosition.TopRight1 が使用されます。マーカーは5番目の黒い長方形として描画されます。
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
| パラメーター | 型 | 説明 |
|---|---|---|
| arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
| パラメーター | 型 | 説明 |
|---|---|---|
| arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
| パラメーター | 型 | 説明 |
|---|---|---|
| arg0 | long | |
| arg1 | int |