FileDocCategorySizeDatePackage
Transformable.javaAPI DocphoneME MR2 API (J2ME)1857Wed May 02 18:00:36 BST 2007com.sun.perseus.model

Transformable

public interface Transformable
Transformable is the interface that all nodes which have an Transform (such as the transform attribute on <rect>) implement.
version
$Id: Transformable.java,v 1.2 2006/04/21 06:39:39 st125089 Exp $

Fields Summary
String
IDENTITY_TRANSFORM_TRAIT
This is the String trait value for identity transform.
Constructors Summary
Methods Summary
public com.sun.perseus.j2d.TransformgetTransform()

return
the transform for this node or null if none.

public voidsetTransform(com.sun.perseus.j2d.Transform transform)
Sets the transform for this node

param
transform the new transform for this node.