org.jmol.shapesurface

Class MeshFileCollection

public abstract class MeshFileCollection extends MeshCollection

Field Summary
protected Stringline
protected int[]next
Method Summary
protected String[]getTokens()
protected floatparseFloat()
protected floatparseFloat(String s)
protected floatparseFloatNext(String s)
protected intparseInt()
protected intparseInt(String s)
protected intparseInt(String s, int iStart)
protected intparseIntNext(String s)

Field Detail

line

protected String line

protected int[] next

Method Detail

getTokens

protected String[] getTokens()

parseFloat

protected float parseFloat()

parseFloat

protected float parseFloat(String s)

parseFloatNext

protected float parseFloatNext(String s)

parseInt

protected int parseInt()

parseInt

protected int parseInt(String s)

parseInt

protected int parseInt(String s, int iStart)

parseIntNext

protected int parseIntNext(String s)