org.broad.igv.tdf
Interface TDFTile
- All Known Implementing Classes:
- TDFBedTile, TDFFixedTile, TDFVaryTile
public interface TDFTile
- Author:
- jrobinso, Thomas Abeel
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.