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:
| 매개변수 | 유형 | 설명 |
|---|---|---|
| arg0 | java.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:
| 매개변수 | 유형 | 설명 |
|---|---|---|
| style | HatchStyle | 해치 스타일. |
| foreColor | java.awt.Color | 전경 색상. |
| backColor | java.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:
| 매개변수 | 유형 | 설명 |
|---|---|---|
| arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
| 매개변수 | 유형 | 설명 |
|---|---|---|
| arg0 | long | |
| arg1 | int |