TPTP 4.5.0 Platform Project
Internal API Specification

org.eclipse.tptp.platform.report.drivers.internal
Interface IReader

All Known Implementing Classes:
DXmlDocumentReader, DXmlReader, DXsdReader, XMLGraphicReader

Deprecated. As of TPTP 4.5.0, use the TPTP Business Intelligence and Reporting Tools (BIRT) reporting infrastructure (org.eclipse.tptp.platform.report.birt).

public interface IReader

IReader is provided to federate any class wanted to read IDObject, or IDItem of JScrib core using an InputStream.


Method Summary
 void clear()
          Deprecated. Clears before re-use
 DColorRegistry getColorRegistry()
          Deprecated. Returns the colors which has been loaded by the reader.
 DFontRegistry getFontRegistry()
          Deprecated. Returns the fonts which has been loaded by the reader.
 DStyleRegistry getStyleRegistry()
          Deprecated. Returns the styles which has been loaded by the reader.
 IDObject[] read(java.io.InputStream in)
          Deprecated. Reads the IDObject from an InputStream.
 void setColorRegistry(DColorRegistry registry)
          Deprecated. Sets the color registry where the reader stores the colors which loads
 void setFontRegistry(DFontRegistry registry)
          Deprecated. Sets the font registry where the reader stores the fonts which loads
 void setStyleRegistry(DStyleRegistry registry)
          Deprecated. Sets the style registry where the reader stores the styles which loads
 

Method Detail

read

IDObject[] read(java.io.InputStream in)
                throws java.lang.Exception
Deprecated. 
Reads the IDObject from an InputStream.

Throws:
java.lang.Exception

getStyleRegistry

DStyleRegistry getStyleRegistry()
Deprecated. 
Returns the styles which has been loaded by the reader.


getFontRegistry

DFontRegistry getFontRegistry()
Deprecated. 
Returns the fonts which has been loaded by the reader.


getColorRegistry

DColorRegistry getColorRegistry()
Deprecated. 
Returns the colors which has been loaded by the reader.


setStyleRegistry

void setStyleRegistry(DStyleRegistry registry)
Deprecated. 
Sets the style registry where the reader stores the styles which loads


setFontRegistry

void setFontRegistry(DFontRegistry registry)
Deprecated. 
Sets the font registry where the reader stores the fonts which loads


setColorRegistry

void setColorRegistry(DColorRegistry registry)
Deprecated. 
Sets the color registry where the reader stores the colors which loads


clear

void clear()
Deprecated. 
Clears before re-use


TPTP 4.5.0 Platform Project
Internal API Specification