MCPcopy Create free account
hub / github.com/Card-Forge/forge / align

Method align

forge-gui-mobile/src/forge/toolbox/FLabel.java:61–61  ·  view source on GitHub ↗
(final int a0)

Source from the content-addressed store, hash-verified

59 public Builder icon(final FImage i0) { this.bldIcon = i0; return this; }
60 //public Builder align(final HAlignment a0) { this.bldAlignment = a0; return this; }
61 public Builder align(final int a0) { this.bldAlignment = a0; return this; }
62 public Builder insets(final Vector2 v0) { this.bldInsets = v0; return this; }
63 public Builder opaque(final boolean b0) { this.bldOpaque = b0; return this; }
64 public Builder opaque() { opaque(true); return this; }

Callers 15

QuestLogSceneMethod · 0.80
buildListMethod · 0.80
loadDetailsPaneMethod · 0.80
addSaveSlotMethod · 0.80
loadSaveMethod · 0.80
SettingsSceneMethod · 0.80
addInputFieldMethod · 0.80
addCheckBoxMethod · 0.80
addSettingSliderMethod · 0.80
addSettingFieldMethod · 0.80
addLabelMethod · 0.80
showRenameDialogMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected