Interface ITransformableObject
-
- All Known Implementing Classes:
TransformSet
public interface ITransformableObject
Interface for objects that should be transformed.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Object
transform()
Return a transformed object.
-