public class FrameStyleImage
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static java.awt.image.BufferedImage |
doubleColor(int styleIndex)
取得双基色内建边框资源。
|
static java.awt.image.BufferedImage |
fullColor(int styleIndex)
取得全彩内建边框资源。
|
static java.awt.image.BufferedImage |
singleColor(int styleIndex)
取得单基色内建边框资源。
|
static int |
width(int styleIndex,
Bx5GScreenProfile.ScreenColorType sct)
取得边框特效寬度。
|
public static java.awt.image.BufferedImage doubleColor(int styleIndex)
throws java.io.IOException
styleIndex - 内建效果编号,1 ~ 18。java.io.IOException - 發生錯誤。public static java.awt.image.BufferedImage fullColor(int styleIndex)
throws java.io.IOException
styleIndex - 内建效果编号,1 ~ 17。java.io.IOException - 發生錯誤。public static java.awt.image.BufferedImage singleColor(int styleIndex)
throws java.io.IOException
styleIndex - 内建效果编号,1 ~ 14。java.io.IOException - 發生錯誤。public static int width(int styleIndex,
Bx5GScreenProfile.ScreenColorType sct)
throws java.io.IOException
styleIndex - sct - 显示屏类型。java.io.IOException