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