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