circlePattern.viewer.moebius
Class CirclePatternShape

java.lang.Object
  extended bycirclePattern.viewer.moebius.CirclePatternShape
All Implemented Interfaces:
MoebiusShape

public class CirclePatternShape
extends java.lang.Object
implements MoebiusShape


Constructor Summary
CirclePatternShape()
           
 
Method Summary
 void draw(MoebiusGraphics context)
           
 GenericLayout getLayout()
          Get the value of layout.
 java.util.Vector getTools()
           
 void setLayout(GenericLayout v)
          Set the value of layout.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CirclePatternShape

public CirclePatternShape()
Method Detail

getLayout

public GenericLayout getLayout()
Get the value of layout.

Returns:
value of layout.

setLayout

public void setLayout(GenericLayout v)
Set the value of layout.

Parameters:
v - Value to assign to layout.

getTools

public java.util.Vector getTools()
Specified by:
getTools in interface MoebiusShape

draw

public void draw(MoebiusGraphics context)
Specified by:
draw in interface MoebiusShape