Uses of Class
org.commonreality.object.UnknownPropertyNameException

Packages that use UnknownPropertyNameException
org.commonreality.modalities   
org.commonreality.modalities.aural   
org.commonreality.modalities.visual   
org.commonreality.object   
org.commonreality.object.manager.impl   
 

Uses of UnknownPropertyNameException in org.commonreality.modalities
 

Methods in org.commonreality.modalities that throw UnknownPropertyNameException
 boolean DefaultPropertyHandler.getBoolean(java.lang.String propertyName, ISimulationObject realObject)
           
 double DefaultPropertyHandler.getDouble(java.lang.String propertyName, ISimulationObject realObject)
           
 double[] DefaultPropertyHandler.getDoubles(java.lang.String propertyName, ISimulationObject realObject)
           
 int DefaultPropertyHandler.getInt(java.lang.String propertyName, ISimulationObject realObject)
           
 int[] DefaultPropertyHandler.getInts(java.lang.String propertyName, ISimulationObject realObject)
           
 java.lang.String DefaultPropertyHandler.getString(java.lang.String propertyName, ISimulationObject realObject)
           
 java.lang.String[] DefaultPropertyHandler.getStrings(java.lang.String propertyName, ISimulationObject realObject)
           
 

Uses of UnknownPropertyNameException in org.commonreality.modalities.aural
 

Methods in org.commonreality.modalities.aural that throw UnknownPropertyNameException
 double IAuralPropertyHandler.getDuration(ISimulationObject object)
           
 double DefaultAuralPropertyHandler.getDuration(ISimulationObject object)
           
 double IAuralPropertyHandler.getOnset(ISimulationObject object)
           
 double DefaultAuralPropertyHandler.getOnset(ISimulationObject object)
           
 java.lang.String IAuralPropertyHandler.getToken(ISimulationObject object)
           
 java.lang.String DefaultAuralPropertyHandler.getToken(ISimulationObject object)
           
 java.lang.String[] IAuralPropertyHandler.getTypes(ISimulationObject object)
           
 java.lang.String[] DefaultAuralPropertyHandler.getTypes(ISimulationObject object)
           
 boolean IAuralPropertyHandler.isAudible(ISimulationObject object)
           
 boolean DefaultAuralPropertyHandler.isAudible(ISimulationObject object)
           
 

Uses of UnknownPropertyNameException in org.commonreality.modalities.visual
 

Methods in org.commonreality.modalities.visual that throw UnknownPropertyNameException
 java.awt.Color[] IVisualPropertyHandler.getColors(ISimulationObject realObject)
           
 java.awt.Color[] DefaultVisualPropertyHandler.getColors(ISimulationObject realObject)
           
 double IVisualPropertyHandler.getRetinalDistance(ISimulationObject realObject)
           
 double DefaultVisualPropertyHandler.getRetinalDistance(ISimulationObject realObject)
           
 java.awt.geom.Point2D IVisualPropertyHandler.getRetinalLocation(ISimulationObject realObject)
           
 java.awt.geom.Point2D DefaultVisualPropertyHandler.getRetinalLocation(ISimulationObject realObject)
           
 java.awt.geom.Dimension2D IVisualPropertyHandler.getRetinalSize(ISimulationObject realObject)
           
 java.awt.geom.Dimension2D DefaultVisualPropertyHandler.getRetinalSize(ISimulationObject realObject)
           
 double IVisualPropertyHandler.getSlope(ISimulationObject realObject)
           
 double DefaultVisualPropertyHandler.getSlope(ISimulationObject realObject)
           
 java.lang.String IVisualPropertyHandler.getText(ISimulationObject realObject)
           
 java.lang.String DefaultVisualPropertyHandler.getText(ISimulationObject realObject)
           
 java.lang.String IVisualPropertyHandler.getToken(ISimulationObject realObject)
           
 java.lang.String DefaultVisualPropertyHandler.getToken(ISimulationObject realObject)
           
 java.lang.String[] IVisualPropertyHandler.getTypes(ISimulationObject realObject)
           
 java.lang.String[] DefaultVisualPropertyHandler.getTypes(ISimulationObject realObject)
           
 boolean IVisualPropertyHandler.isVisible(ISimulationObject realObject)
           
 boolean DefaultVisualPropertyHandler.isVisible(ISimulationObject realObject)
           
 

Uses of UnknownPropertyNameException in org.commonreality.object
 

Methods in org.commonreality.object that throw UnknownPropertyNameException
 boolean IPropertyHandler.getBoolean(java.lang.String propertyName, ISimulationObject realObject)
           
 double IPropertyHandler.getDouble(java.lang.String propertyName, ISimulationObject realObject)
           
 double[] IPropertyHandler.getDoubles(java.lang.String propertyName, ISimulationObject realObject)
           
 int IPropertyHandler.getInt(java.lang.String propertyName, ISimulationObject realObject)
           
 int[] IPropertyHandler.getInts(java.lang.String propertyName, ISimulationObject realObject)
           
 java.lang.Object ISimulationObject.getProperty(java.lang.String keyName)
           
 java.lang.String IPropertyHandler.getString(java.lang.String propertyName, ISimulationObject realObject)
           
 java.lang.String[] IPropertyHandler.getStrings(java.lang.String propertyName, ISimulationObject realObject)
           
 

Uses of UnknownPropertyNameException in org.commonreality.object.manager.impl
 

Methods in org.commonreality.object.manager.impl that throw UnknownPropertyNameException
 java.lang.Object BasicObject.getProperty(java.lang.String keyName)