示例#1
0
 public boolean setPlaneView(boolean v) {
   return stg.setPlaneView(this.plnNo, v);
 }
示例#2
0
 public void setPlane(int imgId, int x, int y, boolean v) {
   stg.setPlaneBitmap(this.plnNo, 0, imgId);
   stg.setPlaneView(this.plnNo, v);
   stg.setPlanePos(this.plnNo, x, y);
 }