Uses of Class
com.threerings.export.Importer

Packages that use Importer
com.threerings.config Configuration management. 
com.threerings.config.swing   
com.threerings.export   
com.threerings.math Model and animation configurations. 
com.threerings.opengl.effect.config Effect configurations. 
com.threerings.opengl.model.config Model and animation configurations. 
com.threerings.swing   
com.threerings.tudey.data Tudey data. 
com.threerings.tudey.util   
 

Uses of Importer in com.threerings.config
 

Methods in com.threerings.config with parameters of type Importer
 void ConfigManager.readFields(Importer in)
          Reads the fields of this object.
 void ConfigGroup.readFields(Importer in)
          Reads the fields of this object.
 

Uses of Importer in com.threerings.config.swing
 

Methods in com.threerings.config.swing with parameters of type Importer
 void ConfigTreeNode.readFields(Importer in)
          Reads the exportable fields of the object.
 

Uses of Importer in com.threerings.export
 

Subclasses of Importer in com.threerings.export
 class BinaryImporter
          Imports from the compact binary format generated by BinaryExporter.
 class XMLImporter
          Imports from the XML format generated by XMLExporter.
 

Methods in com.threerings.export with parameters of type Importer
abstract  void FieldMarshaller.readField(Field field, String name, Object target, Object prototype, Importer importer)
          Reads the contents of the supplied field from the supplied importer and sets it in the object.
 void ObjectMarshaller.readFields(Object object, Importer importer, boolean useReader)
          Reads the fields of an object from the specified importer.
 

Uses of Importer in com.threerings.math
 

Methods in com.threerings.math with parameters of type Importer
 void Transform3D.readFields(Importer in)
          Custom field read method.
 void Transform2D.readFields(Importer in)
          Custom field read method.
 

Uses of Importer in com.threerings.opengl.effect.config
 

Methods in com.threerings.opengl.effect.config with parameters of type Importer
 void BaseParticleSystemConfig.Layer.readFields(Importer in)
          Custom read method.
 

Uses of Importer in com.threerings.opengl.model.config
 

Methods in com.threerings.opengl.model.config with parameters of type Importer
 void ArticulatedConfig.readFields(Importer in)
          Reads the fields of this object.
 

Uses of Importer in com.threerings.swing
 

Methods in com.threerings.swing with parameters of type Importer
 void PrefsTreeNode.readFields(Importer in)
          Custom field read method.
 

Uses of Importer in com.threerings.tudey.data
 

Methods in com.threerings.tudey.data with parameters of type Importer
 void TudeySceneModel.readFields(Importer in)
          Custom field read method.
 

Uses of Importer in com.threerings.tudey.util
 

Methods in com.threerings.tudey.util with parameters of type Importer
 void CoordIntMap.readFields(Importer in)
          Custom field read method.
 



Copyright © 2011. All Rights Reserved.