public class __Icon9Factory__ extends RawCache<org.jb2011.ninepatch4j.NinePatch>
限定符和类型 | 字段和说明 |
---|---|
static java.lang.String |
IMGS_ROOT
相对路径根(默认是相对于本类的相对物理路径).
|
构造器和说明 |
---|
__Icon9Factory__() |
限定符和类型 | 方法和说明 |
---|---|
org.jb2011.ninepatch4j.NinePatch |
getButtonIcon_DisableGray()
Gets the button icon_ disable gray.
|
org.jb2011.ninepatch4j.NinePatch |
getButtonIcon_NormalBlue()
Gets the button icon_ normal blue.
|
org.jb2011.ninepatch4j.NinePatch |
getButtonIcon_NormalGray()
Gets the button icon_ normal gray.
|
org.jb2011.ninepatch4j.NinePatch |
getButtonIcon_NormalGreen()
Gets the button icon_ normal green.
|
org.jb2011.ninepatch4j.NinePatch |
getButtonIcon_NormalLightBlue()
Gets the button icon_ normal light blue.
|
org.jb2011.ninepatch4j.NinePatch |
getButtonIcon_NormalRed()
Gets the button icon_ normal red.
|
org.jb2011.ninepatch4j.NinePatch |
getButtonIcon_PressedOrange()
Gets the button icon_ pressed orange.
|
org.jb2011.ninepatch4j.NinePatch |
getButtonIcon_rover()
Gets the button icon_rover.
|
static __Icon9Factory__ |
getInstance()
Gets the single instance of __Icon9Factory__.
|
org.jb2011.ninepatch4j.NinePatch |
getRaw(java.lang.String relativePath)
Gets the raw.
|
protected org.jb2011.ninepatch4j.NinePatch |
getResource(java.lang.String relativePath,
java.lang.Class baseClass)
本地资源获取方法实现.
|
org.jb2011.ninepatch4j.NinePatch |
getToggleButtonIcon_CheckedGreen()
Gets the toggle button icon_ checked green.
|
org.jb2011.ninepatch4j.NinePatch |
getToggleButtonIcon_RoverGreen()
Gets the toggle button icon_ rover green.
|
public static final java.lang.String IMGS_ROOT
public static __Icon9Factory__ getInstance()
protected org.jb2011.ninepatch4j.NinePatch getResource(java.lang.String relativePath, java.lang.Class baseClass)
RawCache
getResource
在类中 RawCache<org.jb2011.ninepatch4j.NinePatch>
relativePath
- 相对路径baseClass
- 基准类public org.jb2011.ninepatch4j.NinePatch getRaw(java.lang.String relativePath)
relativePath
- the relative pathpublic org.jb2011.ninepatch4j.NinePatch getButtonIcon_NormalGreen()
public org.jb2011.ninepatch4j.NinePatch getButtonIcon_NormalGray()
public org.jb2011.ninepatch4j.NinePatch getButtonIcon_DisableGray()
public org.jb2011.ninepatch4j.NinePatch getButtonIcon_PressedOrange()
public org.jb2011.ninepatch4j.NinePatch getButtonIcon_rover()
public org.jb2011.ninepatch4j.NinePatch getButtonIcon_NormalLightBlue()
public org.jb2011.ninepatch4j.NinePatch getButtonIcon_NormalRed()
public org.jb2011.ninepatch4j.NinePatch getButtonIcon_NormalBlue()
public org.jb2011.ninepatch4j.NinePatch getToggleButtonIcon_CheckedGreen()
public org.jb2011.ninepatch4j.NinePatch getToggleButtonIcon_RoverGreen()