gzz.vob.buoy
Class CircleFloater4

java.lang.Object
  |
  +--gzz.vob.buoy.CircleFloater4
All Implemented Interfaces:
Buoy4Floater

public class CircleFloater4
extends java.lang.Object
implements Buoy4Floater


Constructor Summary
CircleFloater4(VobScene into, int parent, float centerx, float centery, float radius, float projx, float projy)
           
 
Method Summary
 int buoyCoordsys(int anchorCS, java.lang.Object key)
          Get a buoy coordinate system.
 void finishFloating()
          Finish placing buoys.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CircleFloater4

public CircleFloater4(VobScene into,
                      int parent,
                      float centerx,
                      float centery,
                      float radius,
                      float projx,
                      float projy)
Method Detail

buoyCoordsys

public int buoyCoordsys(int anchorCS,
                        java.lang.Object key)
Description copied from interface: Buoy4Floater
Get a buoy coordinate system. The anchor is at the origin of anchorCS. The coordinate system returned will be a simple translation, from the parent coordinate system known to this floater (i.e. will not be related to anchorCS).

Specified by:
buoyCoordsys in interface Buoy4Floater

finishFloating

public void finishFloating()
Description copied from interface: Buoy4Floater
Finish placing buoys. This function may modify the coordinate systems returned by buoyCoordsys.

Specified by:
finishFloating in interface Buoy4Floater