public class Resources extends Object
Modifier and Type | Method and Description |
---|---|
static BufferedImage |
clockImage(int styleIndex) |
static BufferedImage |
doubleColor(int styleIndex)
取得双基色内建边框资源。
|
static BufferedImage |
fullColor(int styleIndex)
取得全彩内建边框资源。
|
static BufferedImage |
singleColor(int styleIndex)
取得单基色内建边框资源。
|
public static BufferedImage clockImage(int styleIndex) throws IOException
IOException
public static BufferedImage singleColor(int styleIndex) throws IOException
styleIndex
- 内建效果编号,1 ~ 14。IOException
- 發生錯誤。public static BufferedImage doubleColor(int styleIndex) throws IOException
styleIndex
- 内建效果编号,1 ~ 18。IOException
- 發生錯誤。public static BufferedImage fullColor(int styleIndex) throws IOException
styleIndex
- 内建效果编号,1 ~ 17。IOException
- 發生錯誤。Copyright © 2020 onbon4j. All rights reserved.