コード例 #1
0
 /**
  * Sets the pixel density of the device's screen.
  *
  * @param ppi the pixel density as an integer
  * @return self-reference
  */
 public Builder setPPI(int ppi) {
   config.ppi = ppi;
   return this;
 }