com.cosylab.vdct.graphics.objects
Interface Morphable

All Known Implementing Classes:
Record, Template

public interface Morphable

Insert the type's description here. Creation date: (4.2.2001 21:57:00)

Author:
Matej Sekoranja

Method Summary
 java.lang.String getName()
           
 java.lang.Object[] getTargets()
           
 java.lang.String getType()
           
 boolean morph(java.lang.String newType)
          Insert the method's description here.
 

Method Detail

morph

boolean morph(java.lang.String newType)
Insert the method's description here. Creation date: (4.2.2001 21:57:20)

Parameters:
newType - java.lang.String

getName

java.lang.String getName()

getType

java.lang.String getType()

getTargets

java.lang.Object[] getTargets()