Example #1
0
 public void setScale(int id, float scale) {
   stg.setPlaneScale(id, scale);
 }
Example #2
0
 boolean setPlaneScale(float sx, float sy) {
   return stg.setPlaneScale(this.plnNo, sx, sy);
 }
Example #3
0
 public void setScale(float scale) {
   stg.setPlaneScale(this.plnNo, scale);
 }
Example #4
0
 public void setScale(float sx, float sy) {
   stg.setPlaneScale(this.plnNo, sx, sy);
 }
Example #5
0
 public void setScale(int id, float sx, float sy) {
   stg.setPlaneScale(id, sx, sy);
 }