org.broad.igv.tdf
Interface TDFTile

All Known Implementing Classes:
TDFBedTile, TDFFixedTile, TDFVaryTile

public interface TDFTile

Author:
jrobinso, Thomas Abeel

Nested Class Summary
static class TDFTile.Type
           
 
Method Summary
 int getEndPosition(int idx)
           
 java.lang.String getName(int idx)
           
 int getSize()
           
 int getStartPosition(int idx)
           
 int getTileStart()
           
 float getValue(int row, int idx)
           
 int noValues()
          Returns the number of values that are available for each position in this Tile.
 void writeTo(BufferedByteWriter fos)
           
 

Method Detail

getTileStart

int getTileStart()

getSize

int getSize()

getStartPosition

int getStartPosition(int idx)

getEndPosition

int getEndPosition(int idx)

getName

java.lang.String getName(int idx)

getValue

float getValue(int row,
               int idx)

writeTo

void writeTo(BufferedByteWriter fos)
             throws java.io.IOException
Throws:
java.io.IOException

noValues

int noValues()
Returns the number of values that are available for each position in this Tile.

Parameters:
i -
Returns:


Copyright © 2007-2011 - Thomas Abeel - All Rights Reserved. SourceForge.netLogo