MCPcopy Create free account
hub / github.com/Var3D/var3dframe / getCheckBoxStyle

Method getCheckBoxStyle

core/src/core/java/var3d/net/center/VGame.java:2253–2259  ·  view source on GitHub ↗
(String downimgname, String upimgname, Color fontColor)

Source from the content-addressed store, hash-verified

2251 }
2252
2253 public CheckBoxStyle getCheckBoxStyle(String downimgname, String upimgname, Color fontColor) {
2254 TextureRegionDrawable tex = new TextureRegionDrawable(
2255 getTextureRegion(downimgname));
2256 TextureRegionDrawable texup = new TextureRegionDrawable(
2257 getTextureRegion(upimgname));
2258 return new CheckBox.CheckBoxStyle(tex, texup, getFont(), fontColor);
2259 }
2260
2261 /**
2262 * 创建CheckBox

Callers 1

getCheckBoxMethod · 0.95

Calls 2

getTextureRegionMethod · 0.95
getFontMethod · 0.95

Tested by

no test coverage detected