17181920212223
PlanTransform trans; public Global2D(double f,double l) { super(); this.trans = new PlanTransform(f,l); }