org.jmol.modelset
Class TickInfo

java.lang.Object
  extended by org.jmol.modelset.TickInfo

public class TickInfo
extends java.lang.Object


Field Summary
 float first
           
 java.lang.String id
           
 javax.vecmath.Point3f reference
           
 javax.vecmath.Point3f scale
           
 float signFactor
           
 java.lang.String[] tickLabelFormats
           
 javax.vecmath.Point3f ticks
           
 java.lang.String type
           
 
Constructor Summary
TickInfo(javax.vecmath.Point3f ticks)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

public java.lang.String id

type

public java.lang.String type

ticks

public javax.vecmath.Point3f ticks

tickLabelFormats

public java.lang.String[] tickLabelFormats

scale

public javax.vecmath.Point3f scale

first

public float first

signFactor

public float signFactor

reference

public javax.vecmath.Point3f reference
Constructor Detail

TickInfo

public TickInfo(javax.vecmath.Point3f ticks)