what are the rules to determine the availability o...
# announcements
d
what are the rules to determine the availability of the accessor notation for Java set / get methods ? for example
public void setGravity(int gravity) { // …
(from Android
GridLayout.LayoutParams
) doesn’t seem to be callable with
gridLayoutParamRef.gravity = aGravity
but I can’t figure out why.