|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectonbon.bx06.res.Resources
public class Resources
资源工具。
Method Summary | |
---|---|
static BufferedImage |
clockImage(int styleIndex)
|
static BufferedImage |
getStyle1Image(int styleIndex)
取得单基色内建边框资源。 |
static BufferedImage |
getStyle2Image(int styleIndex)
取得双基色内建边框资源。 |
static BufferedImage |
getStyle3Image(int styleIndex)
取得全彩内建边框资源。 |
static BufferedImage |
getStyleFullImage(int styleIndex)
取得全彩内建边框资源。 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static BufferedImage clockImage(int styleIndex) throws IOException
IOException
public static BufferedImage getStyle1Image(int styleIndex) throws IOException
styleIndex
- 内建效果编号,1 ~ 14。
IOException
- 發生錯誤。public static BufferedImage getStyle2Image(int styleIndex) throws IOException
styleIndex
- 内建效果编号,1 ~ 18。
IOException
- 發生錯誤。public static BufferedImage getStyle3Image(int styleIndex) throws IOException
styleIndex
- 内建效果编号,1 ~ 17。
IOException
- 發生錯誤。public static BufferedImage getStyleFullImage(int styleIndex) throws IOException
styleIndex
- 内建效果编号,1 ~ 17。
IOException
- 發生錯誤。
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |