com.threerings.opengl.gui.config
Class IconConfig.Rotated
java.lang.Object
com.threerings.util.DeepObject
com.threerings.opengl.gui.config.IconConfig
com.threerings.opengl.gui.config.IconConfig.Rotated
- All Implemented Interfaces:
- Exportable, Copyable, Cloneable
- Enclosing class:
- IconConfig
public static class IconConfig.Rotated
- extends IconConfig
A rotated icon.
| Fields inherited from class com.threerings.opengl.gui.config.IconConfig |
_icon |
rotation
@Editable(min=-180.0,
max=180.0)
public float rotation
- The amount of rotation.
icon
@Editable(nullable=true)
public IconConfig icon
- The sub-icon to rotate.
IconConfig.Rotated
public IconConfig.Rotated()
createIcon
protected Icon createIcon(GlContext ctx)
- Description copied from class:
IconConfig
- Creates the icon corresponding to this config.
- Specified by:
createIcon in class IconConfig