MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / setPadding

Method setPadding

CodenameOne/src/com/codename1/ui/plaf/Style.java:1441–1443  ·  view source on GitHub ↗
(int top, int bottom, int left, int right)

Source from the content-addressed store, hash-verified

1439 ///
1440 /// - #setPaddingUnit(byte...)
1441 public void setPadding(int top, int bottom, int left, int right) {
1442 this.setPadding((float) top, (float) bottom, (float) left, (float) right);
1443 }
1444
1445 /// Sets the Style Padding. Units are specified by `#setPaddingUnit(byte...)`
1446 ///

Callers 15

runMethod · 0.95
LoadingTextAnimationMethod · 0.95
setPaddingMethod · 0.95
setPaddingPercentMethod · 0.95
RenderableContainerMethod · 0.95
createStyleMethod · 0.95
StyleMethod · 0.95
mergeMethod · 0.95
stripMarginAndPaddingMethod · 0.95
addComponentsMethod · 0.95
prepareCaptureMethod · 0.95
buildContainerMethod · 0.95

Calls 1

firePropertyChangedMethod · 0.95

Tested by 15

prepareCaptureMethod · 0.76
buildContainerMethod · 0.76
prepareCaptureMethod · 0.76
makeHeaderMethod · 0.76
buildSourceFormMethod · 0.76
buildDestFormMethod · 0.76
runTestMethod · 0.76
buildSourceFormMethod · 0.76
buildDestFormMethod · 0.76
buildContainerMethod · 0.76
buildSourceFormMethod · 0.76
buildDestFormMethod · 0.76