GlobalPageSettings

Inheritance: java.lang.Object

public class GlobalPageSettings

すべてのページ要素に適用されるグローバル設定です。

コンストラクタ

コンストラクタ説明
GlobalPageSettings()

フィールド

フィールド説明
BubbleColorページ上の各バブルの色
BubbleSize
FontColorすべてのテキストシンボルの色。テキスト要素自体で色を指定することで上書きできます。
FontFamilyフォントのファミリー
FontSizeフォントのサイズ
FontStyleフォントのスタイル
PaperSizeページサイズ。
ReferencePointsテンプレートのリファレンスポイントの動作を記述する設定:角に黒い四角、間に回転マーカーとして黒い長方形。

メソッド

メソッド説明
equals(Object arg0)
getClass()
hashCode()
notify()
notifyAll()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

GlobalPageSettings()

public GlobalPageSettings()

BubbleColor

public DrawingColor BubbleColor

ページ上の各バブルの色

BubbleSize

public BubbleSize BubbleSize

FontColor

public DrawingColor FontColor

すべてのテキストシンボルの色。テキスト要素自体で色を指定することで上書きできます。

FontFamily

public String FontFamily

フォントのファミリー

FontSize

public int FontSize

フォントのサイズ

FontStyle

public FontStyle FontStyle

フォントのスタイル

PaperSize

public PaperSize PaperSize

ページサイズ。300 dpi の用紙比率を使用します。

ReferencePoints

public ReferencePointsSettings ReferencePoints

テンプレートのリファレンスポイントの動作を記述する設定:角に黒い四角、間に回転マーカーとして黒い長方形。 \*

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

パラメーター説明
arg0java.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:

パラメーター説明
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

パラメーター説明
arg0long
arg1int