Package com.a.b.b

Examples of com.a.b.b.d


      return new com.a.b.b.c(((Box)localObject).getSize().getX(), ((Box)localObject).getSize().getY());
    }
    if ((paramShape instanceof Line))
    {
      localObject = (Line)paramShape;
      return new d(((Line)localObject).getX1(), ((Line)localObject).getY1(), ((Line)localObject).getX2(), ((Line)localObject).getY2());
    }
    throw new IllegalArgumentException("Unsupported shape: " + paramShape + '.');
  }
View Full Code Here

TOP

Related Classes of com.a.b.b.d

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.