org.colos.ejs.library.control.drawing3d
Class ControlSegment3D

java.lang.Object
  extended by org.colos.ejs.library.control.ControlElement
      extended by org.colos.ejs.library.control.drawing3d.ControlElement3D
          extended by org.colos.ejs.library.control.drawing3d.ControlSegment3D
All Implemented Interfaces:
InteractionListener

public class ControlSegment3D
extends ControlElement3D


Field Summary
 
Fields inherited from class org.colos.ejs.library.control.drawing3d.ControlElement3D
EL3D_NAME, NULL_COLOR, PARENT, TO_RADIANS
 
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
ControlSegment3D()
           
 
Method Summary
 java.lang.String getObjectClassname()
          Returns the expected class of the object that the ControlElement wrapps.
 
Methods inherited from class org.colos.ejs.library.control.drawing3d.ControlElement3D
acceptsChild, decodeResolution, destroy, getDefaultValueString, getElement, getFullPositionSpot, getFullSizeSpot, getMenuNameEntry, getObject, getParent, getPosSpot, getPropertyCommonName, getPropertyInfo, getPropertyList, getSizeSpot, getValue, interactionPerformed, parseConstant, setDefaultValue, setParent, setValue, updatePanel
 
Methods inherited from class org.colos.ejs.library.control.ControlElement
addAction, addAction, addAction, addMenuEntries, editorIsReading, flush, getComponent, getGroup, getObject, getProperty, getSimulation, getValue, getVisual, implementsProperty, indexOf, initialize, invokeActions, invokeActions, isActive, onExit, 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

ControlSegment3D

public ControlSegment3D()
Method Detail

getObjectClassname

public java.lang.String getObjectClassname()
Description copied from class: ControlElement
Returns the expected class of the object that the ControlElement wrapps. Not final because of special needs (see display3d.DrawingPanel3D, f.i.)

Specified by:
getObjectClassname in class ControlElement3D
Returns:
Object