org.jmol.jvxl.data

Class JvxlData

public class JvxlData extends Object

Field Summary
intcolorFractionBase
intcolorFractionRange
floatcutoff
intedgeFractionBase
intedgeFractionRange
booleaninsideOut
booleanisBicolorMap
booleanisColorReversed
booleanisContoured
booleanisJvxlPrecisionColor
booleanisTruncated
booleanisXLowToHigh
StringjvxlColorData
intjvxlCompressionRatio
booleanjvxlDataIs2dContour
booleanjvxlDataIsColorMapped
StringjvxlDefinitionLine
StringjvxlEdgeData
StringjvxlExtraLine
StringjvxlFileHeader
StringjvxlFileMessage
StringjvxlInfoLine
Point4fjvxlPlane
StringjvxlSurfaceData
floatmappedDataMax
floatmappedDataMin
shortmaxColorIndex
shortminColorIndex
intnBytes
intnContours
intnEdges
intnPointsX
intnPointsY
intnPointsZ
intnSurfaceInts
floatpointsPerAngstrom
String[]title
floatvalueMappedToBlue
floatvalueMappedToRed
intvertexCount
booleanwasCubic
booleanwasJvxl
Constructor Summary
JvxlData()

Field Detail

colorFractionBase

public int colorFractionBase

colorFractionRange

public int colorFractionRange

cutoff

public float cutoff

edgeFractionBase

public int edgeFractionBase

edgeFractionRange

public int edgeFractionRange

insideOut

public boolean insideOut

isBicolorMap

public boolean isBicolorMap

isColorReversed

public boolean isColorReversed

isContoured

public boolean isContoured

isJvxlPrecisionColor

public boolean isJvxlPrecisionColor

isTruncated

public boolean isTruncated

isXLowToHigh

public boolean isXLowToHigh

jvxlColorData

public String jvxlColorData

jvxlCompressionRatio

public int jvxlCompressionRatio

jvxlDataIs2dContour

public boolean jvxlDataIs2dContour

jvxlDataIsColorMapped

public boolean jvxlDataIsColorMapped

jvxlDefinitionLine

public String jvxlDefinitionLine

jvxlEdgeData

public String jvxlEdgeData

jvxlExtraLine

public String jvxlExtraLine

jvxlFileHeader

public String jvxlFileHeader

jvxlFileMessage

public String jvxlFileMessage

jvxlInfoLine

public String jvxlInfoLine

jvxlPlane

public Point4f jvxlPlane

jvxlSurfaceData

public String jvxlSurfaceData

mappedDataMax

public float mappedDataMax

mappedDataMin

public float mappedDataMin

maxColorIndex

public short maxColorIndex

minColorIndex

public short minColorIndex

nBytes

public int nBytes

nContours

public int nContours

nEdges

public int nEdges

nPointsX

public int nPointsX

nPointsY

public int nPointsY

nPointsZ

public int nPointsZ

nSurfaceInts

public int nSurfaceInts

pointsPerAngstrom

public float pointsPerAngstrom

title

public String[] title

valueMappedToBlue

public float valueMappedToBlue

valueMappedToRed

public float valueMappedToRed

vertexCount

public int vertexCount

wasCubic

public boolean wasCubic

wasJvxl

public boolean wasJvxl

Constructor Detail

JvxlData

public JvxlData()