Searched refs:CLSTurtle (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/demo/applets/Fractal/
H A DCLSFractal.java203 Stack<CLSTurtle> turtleStack = new Stack<CLSTurtle>();
204 CLSTurtle turtle;
211 turtle = new CLSTurtle(startAngle, 0, 0, 0, 0, 1, 1);
236 turtle = new CLSTurtle(startAngle, 0 - Xmin, 0 - Ymin,
250 turtle = new CLSTurtle(turtle);
332 class CLSTurtle { class
342 public CLSTurtle(float ang, float x, float y, method in class:CLSTurtle
353 public CLSTurtle(CLSTurtle turtl method in class:CLSTurtle
[all...]

Completed in 55 milliseconds