public class __Icon9Factory__ extends RawCache<org.jb2011.ninepatch4j.NinePatch>
限定符和类型 | 字段和说明 |
---|---|
static java.lang.String |
IMGS_ROOT
相对路径根(默认是相对于本类的相对物理路径).
|
构造器和说明 |
---|
__Icon9Factory__() |
限定符和类型 | 方法和说明 |
---|---|
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 |
getScrollBar_h()
Gets the scroll bar_h.
|
org.jb2011.ninepatch4j.NinePatch |
getScrollBar_pressed_h()
Gets the scroll bar_pressed_h.
|
org.jb2011.ninepatch4j.NinePatch |
getScrollBar_pressed_v()
Gets the scroll bar_pressed_v.
|
org.jb2011.ninepatch4j.NinePatch |
getScrollBar_rover_h()
Gets the scroll bar_rover_h.
|
org.jb2011.ninepatch4j.NinePatch |
getScrollBar_rover_v()
Gets the scroll bar_rover_v.
|
org.jb2011.ninepatch4j.NinePatch |
getScrollBar_v()
Gets the scroll bar_v.
|
org.jb2011.ninepatch4j.NinePatch |
getScrollBarArrow_toBottom_rover()
Gets the scroll bar arrow_to bottom_rover.
|
org.jb2011.ninepatch4j.NinePatch |
getScrollBarArrow_toBottom()
Gets the scroll bar arrow_to bottom.
|
org.jb2011.ninepatch4j.NinePatch |
getScrollBarArrow_toLeft_rover()
Gets the scroll bar arrow_to left_rover.
|
org.jb2011.ninepatch4j.NinePatch |
getScrollBarArrow_toLeft()
Gets the scroll bar arrow_to left.
|
org.jb2011.ninepatch4j.NinePatch |
getScrollBarArrow_toRight_rover()
Gets the scroll bar arrow_to right_rover.
|
org.jb2011.ninepatch4j.NinePatch |
getScrollBarArrow_toRight()
Gets the scroll bar arrow_to right.
|
org.jb2011.ninepatch4j.NinePatch |
getScrollBarArrow_toTop_rover()
Gets the scroll bar arrow_to top_rover.
|
org.jb2011.ninepatch4j.NinePatch |
getScrollBarArrow_toTop()
Gets the scroll bar arrow_to top.
|
org.jb2011.ninepatch4j.NinePatch |
getScrollPaneBorderBg()
Gets the scroll pane border bg.
|
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 getScrollBar_v()
public org.jb2011.ninepatch4j.NinePatch getScrollBar_rover_v()
public org.jb2011.ninepatch4j.NinePatch getScrollBar_pressed_v()
public org.jb2011.ninepatch4j.NinePatch getScrollBar_h()
public org.jb2011.ninepatch4j.NinePatch getScrollBar_rover_h()
public org.jb2011.ninepatch4j.NinePatch getScrollBar_pressed_h()
public org.jb2011.ninepatch4j.NinePatch getScrollBarArrow_toBottom()
public org.jb2011.ninepatch4j.NinePatch getScrollBarArrow_toTop()
public org.jb2011.ninepatch4j.NinePatch getScrollBarArrow_toLeft()
public org.jb2011.ninepatch4j.NinePatch getScrollBarArrow_toRight()
public org.jb2011.ninepatch4j.NinePatch getScrollBarArrow_toTop_rover()
public org.jb2011.ninepatch4j.NinePatch getScrollBarArrow_toBottom_rover()
public org.jb2011.ninepatch4j.NinePatch getScrollBarArrow_toLeft_rover()
public org.jb2011.ninepatch4j.NinePatch getScrollBarArrow_toRight_rover()
public org.jb2011.ninepatch4j.NinePatch getScrollPaneBorderBg()