HatchPaintLibrary

Inheritance: java.lang.Object

public class HatchPaintLibrary

GDI+ 해치 브러시를 XPS 및 PDF에 기록하기에 적합한 이미지로 변환합니다.

필드

필드설명
HatchSize

메서드

메서드설명
equals(Object arg0)
getClass()
getHatchTexturePaint(HatchStyle style, Color foreColor, Color backColor)해치 스타일에 따라 해치 패턴을 캡슐화하는 TexturePaint를 반환합니다.
hashCode()
notify()
notifyAll()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

HatchSize

public static final int HatchSize

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

매개변수유형설명
arg0java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getHatchTexturePaint(HatchStyle style, Color foreColor, Color backColor)

public static TexturePaint getHatchTexturePaint(HatchStyle style, Color foreColor, Color backColor)

해치 스타일에 따라 해치 패턴을 캡슐화하는 TexturePaint를 반환합니다.

Parameters:

매개변수유형설명
styleHatchStyle해치 스타일.
foreColorjava.awt.Color전경 색상.
backColorjava.awt.Color배경 색상.

Returns: java.awt.TexturePaint - 해치 텍스처 패턴을 반환합니다

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