com.threerings.tudey.shape.config
Class ShapeConfig.TransformedShape
java.lang.Object
com.threerings.util.DeepObject
com.threerings.tudey.shape.config.ShapeConfig.TransformedShape
- All Implemented Interfaces:
- Exportable, com.threerings.io.Streamable, Copyable, Cloneable
- Enclosing class:
- ShapeConfig
public static class ShapeConfig.TransformedShape
- extends DeepObject
- implements Exportable, com.threerings.io.Streamable
Combines a shape with its transform.
| Nested classes/interfaces inherited from interface com.threerings.io.Streamable |
com.threerings.io.Streamable.Closure |
shape
@Editable
public ShapeConfig shape
- The shape.
transform
@Editable(step=0.01)
public Transform2D transform
- The shape's transform.
ShapeConfig.TransformedShape
public ShapeConfig.TransformedShape()
getShape
public Shape getShape()
- Returns the transformed shape.
invalidate
public void invalidate()
- Invalidates any cached data.
Copyright © 2011. All Rights Reserved.