Uses of Class
prefuse.data.io.FixedWidthTextTableSchema

Packages that use FixedWidthTextTableSchema
prefuse.data.io Input/output classes for reading and writing data from formatted files. 
 

Uses of FixedWidthTextTableSchema in prefuse.data.io
 

Methods in prefuse.data.io that return FixedWidthTextTableSchema
 FixedWidthTextTableSchema FixedWidthTextTableWriter.getFixedWidthSchema()
          Get the schema description describing the data columns' fixed widths
 FixedWidthTextTableSchema FixedWidthTextTableReader.getFixedWidthSchema()
          Get the schema description describing the data columns' fixed widths
static FixedWidthTextTableSchema FixedWidthTextTableSchema.load(java.lang.String loc)
          Loads a schema description from the given location.
 

Methods in prefuse.data.io with parameters of type FixedWidthTextTableSchema
 void FixedWidthTextTableWriter.setFixedWidthSchema(FixedWidthTextTableSchema schema)
          Set the schema description describing the data columns' fixed widths
 void FixedWidthTextTableReader.setFixedWidthSchema(FixedWidthTextTableSchema schema)
          Set the schema description describing the data columns' fixed widths
 

Constructors in prefuse.data.io with parameters of type FixedWidthTextTableSchema
FixedWidthTextTableReader(FixedWidthTextTableSchema schema)
          Creates a new FixedWidthTextTableReader using the given schema.
FixedWidthTextTableWriter(FixedWidthTextTableSchema schema)
          Creates a new FixedWidthTextTableWriter using the given schema.
 



Copyright © 2007 Regents of the University of California