org.colos.ejs.library.control.drawing3d.utils
Class ControlRotationX3DTransformation

java.lang.Object
  extended by org.colos.ejs.library.control.ControlElement
      extended by org.colos.ejs.library.control.drawing3d.utils.ControlTransformation3D
          extended by org.colos.ejs.library.control.drawing3d.utils.ControlRotation3DTransformation
              extended by org.colos.ejs.library.control.drawing3d.utils.ControlRotationX3DTransformation
All Implemented Interfaces:
java.lang.Cloneable, TransformationWrapper

public class ControlRotationX3DTransformation
extends ControlRotation3DTransformation

Superclass for 3D transformations of elements (children of ControlElements3D)


Field Summary
 
Fields inherited from class org.colos.ejs.library.control.drawing3d.utils.ControlRotation3DTransformation
ORIGIN
 
Fields inherited from class org.colos.ejs.library.control.drawing3d.utils.ControlTransformation3D
TR3D_ENABLED, TR3D_NAME, TR3D_PARENT
 
Fields inherited from class org.colos.ejs.library.control.ControlElement
ACTION, ACTION_ERROR, ACTION_SUCCESS, METHOD_FOR_VARIABLE, METHOD_TRIGGER, NAME, VARIABLE_CHANGED
 
Constructor Summary
ControlRotationX3DTransformation()
           
 
Method Summary
 java.lang.Object clone()
          Provides a copy of this optional transformation.
 
Methods inherited from class org.colos.ejs.library.control.drawing3d.utils.ControlRotation3DTransformation
getDefaultValueString, getObjectClassname, getPropertyInfo, getPropertyList, getValue, setDefaultValue, setValue
 
Methods inherited from class org.colos.ejs.library.control.drawing3d.utils.ControlTransformation3D
getObject, getParent, getTransformation, isEnabled, setEnabled, setParent
 
Methods inherited from class org.colos.ejs.library.control.ControlElement
acceptsChild, addAction, addAction, addAction, addMenuEntries, destroy, editorIsReading, flush, getComponent, getGroup, getObject, getProperty, getPropertyCommonName, getSimulation, getValue, getVisual, implementsProperty, indexOf, initialize, invokeActions, invokeActions, isActive, onExit, parseConstant, propertyIndex, propertyIsTypeOf, propertyType, removeAction, removeAction, replaceVisual, reset, setActive, setFieldListValue, setFieldListValues, setGroup, setProperties, setProperty, setProperty, setPropertyEditor, setVariableEditor, toString, toStringValue, variableChanged, variableChangedDoNotUpdate, variableExtraChanged, variablePropertiesClear, variablesChanged
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ControlRotationX3DTransformation

public ControlRotationX3DTransformation()
Method Detail

clone

public java.lang.Object clone()
Description copied from interface: TransformationWrapper
Provides a copy of this optional transformation. This is used by an OSP 3D Element that will explicitely get a clone of it.

Specified by:
clone in interface TransformationWrapper
Specified by:
clone in class ControlTransformation3D