org.utgenome.gwt.utgb.client.canvas
Class GWTGraphCanvas.Indent

java.lang.Object
  extended by org.utgenome.gwt.utgb.client.canvas.GWTGraphCanvas.Indent
Enclosing class:
GWTGraphCanvas

public static class GWTGraphCanvas.Indent
extends Object


Field Summary
 int exponent
           
 long fraction
           
 float max
           
 float min
           
 int nSteps
           
 
Constructor Summary
GWTGraphCanvas.Indent(float minValue, float maxValue, GWTGraphCanvas.GraphStyle style)
           
 
Method Summary
 String getIndentString(int step)
           
 float getIndentValue(int step)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

exponent

public int exponent

fraction

public long fraction

nSteps

public int nSteps

min

public float min

max

public float max
Constructor Detail

GWTGraphCanvas.Indent

public GWTGraphCanvas.Indent(float minValue,
                             float maxValue,
                             GWTGraphCanvas.GraphStyle style)
Method Detail

getIndentValue

public float getIndentValue(int step)

getIndentString

public String getIndentString(int step)


Copyright © 2007-2012 utgenome.org. All Rights Reserved.