GlobalPageSettings

Inheritance: java.lang.Object

public class GlobalPageSettings

모든 페이지 요소에 적용되는 전역 설정입니다.

생성자

생성자설명
GlobalPageSettings()

필드

필드설명
BubbleColor페이지에 있는 각 버블의 색상
BubbleSize
FontColor모든 텍스트 기호의 색상은 텍스트 요소 자체에 색상을 지정하여 재정의할 수 있습니다
FontFamily폰트의 패밀리
FontSize폰트의 크기
FontStyle폰트의 스타일
PaperSize페이지 크기.
ReferencePoints템플릿의 Reference Point 동작을 설명하는 설정: 모서리의 검은 사각형과 회전 마커 사이의 검은 사각형.

메서드

메서드설명
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

템플릿의 Reference Point 동작을 설명하는 설정: 모서리의 검은 사각형과 회전 마커 사이의 검은 사각형. *

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