|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.ctdp.rfdynhud.render.BorderCache
public class BorderCache
The BorderCache
is used to load borders only once.
Constructor Summary | |
---|---|
BorderCache()
|
Method Summary | |
---|---|
static BorderWrapper |
getBorder(java.lang.String iniFilename,
IntProperty paddingTop,
IntProperty paddingLeft,
IntProperty paddingRight,
IntProperty paddingBottom)
Gets or creates a TexturedBorder with the given side widths. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BorderCache()
Method Detail |
---|
public static BorderWrapper getBorder(java.lang.String iniFilename, IntProperty paddingTop, IntProperty paddingLeft, IntProperty paddingRight, IntProperty paddingBottom)
iniFilename
- the ini filenamepaddingTop
- top padding propertypaddingLeft
- left padding propertypaddingRight
- right padding propertypaddingBottom
- bottom padding property
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |