public class Rotation2DFloatUC extends AbstractRotation2DUC
GROUP_CAMERA, GROUP_DEFAULT, QUALIFIED_SEPARATOR
Constructor and Description |
---|
Rotation2DFloatUC(String name,
org.synthclipse.core.parser.Control control) |
Modifier and Type | Method and Description |
---|---|
ControlType |
getControlType() |
void |
update(float angle) |
getInputAngleUnits, isRangePresetSavable, setInputAngleUnits
applyUniformValue, getControlClass, getDefaultMaxValue, getDefaultMinValue, getDefaultStepSize, getDefaultValue, getMaxPresetDefaultValue, getMaxPresetValue, getMaxValue, getMinPresetDefaultValue, getMinPresetValue, getMinValue, getPresetDefaultValue, getPresetValue, getStepSize, getStepSizeDefaultPresetValue, getStepSizePresetValue, getValue, isStepSizePresetSavable, loadAllDefaults, loadDefaultMaxValue, loadDefaultMinValue, loadDefaultStepSizeValue, loadDefaultValue, parsePresetValue, setDefaultMaxValue, setDefaultMinValue, setDefaultStepSize, setDefaultValue, setMaxPresetValue, setMaxValue, setMinPresetValue, setMinValue, setPresetValue, setStepSize, setStepSizePresetValue, setUniformValue, setValue
calculateNameGroupHashCode, equals, getControl, getDescription, getGroup, getKeyFrames, getName, getNameGroupHashCode, getProgramName, getQualifiedName, getRepeatDirection, getRepeatMode, isActive, isValid, setDescription, setEventDispatcher, setGroup, setKeyFrames, setNameGroupHashCode, setRepeatDirection, setRepeatMode, triggerValueChangedEvent, valueChanged
public Rotation2DFloatUC(String name, org.synthclipse.core.parser.Control control)
public ControlType getControlType()
getControlType
in interface IUniformControl
getControlType
in class SliderFloatUC
public void update(float angle)
update
in class AbstractRotation2DUC
angle
- angle in radians, always between 0 and 2 * PI.