cz.cuni.amis.pogamut.base3d.worldview.object
Class Velocity.PropertyEditor

java.lang.Object
  extended by java.beans.PropertyEditorSupport
      extended by cz.cuni.amis.pogamut.base3d.worldview.object.Velocity.PropertyEditor
All Implemented Interfaces:
java.beans.PropertyEditor
Enclosing class:
Velocity

public static class Velocity.PropertyEditor
extends java.beans.PropertyEditorSupport

Property editor for Velocity. Accepts same format as Location.


Constructor Summary
Velocity.PropertyEditor()
           
 
Method Summary
 java.lang.String getAsText()
           
 void setAsText(java.lang.String s)
           
 
Methods inherited from class java.beans.PropertyEditorSupport
addPropertyChangeListener, firePropertyChange, getCustomEditor, getJavaInitializationString, getSource, getTags, getValue, isPaintable, paintValue, removePropertyChangeListener, setSource, setValue, supportsCustomEditor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Velocity.PropertyEditor

public Velocity.PropertyEditor()
Method Detail

getAsText

public java.lang.String getAsText()
Specified by:
getAsText in interface java.beans.PropertyEditor
Overrides:
getAsText in class java.beans.PropertyEditorSupport

setAsText

public void setAsText(java.lang.String s)
Specified by:
setAsText in interface java.beans.PropertyEditor
Overrides:
setAsText in class java.beans.PropertyEditorSupport