simtools.shapes
Class CompoundShape.ShapeAndSize

java.lang.Object
  extended by simtools.shapes.CompoundShape.ShapeAndSize
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
CompoundShape

public class CompoundShape.ShapeAndSize
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
CompoundShape.ShapeAndSize(AbstractShape as)
           
 
Method Summary
 float getX()
           
 float getY()
           
 void setSize()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CompoundShape.ShapeAndSize

public CompoundShape.ShapeAndSize(AbstractShape as)
Method Detail

setSize

public void setSize()

getX

public float getX()

getY

public float getY()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object