org.utgenome.gwt.utgb.client.canvas
Class Scale

java.lang.Object
  extended by org.utgenome.gwt.utgb.client.canvas.Scale

public class Scale
extends Object

Scale for drawing bar graphs

Author:
leo

Constructor Summary
Scale()
           
Scale(GWTGraphCanvas.GraphStyle style)
           
 
Method Summary
 float getLogValue(float value)
           
 float getMax()
           
 float getMin()
           
 void updateStyle(GWTGraphCanvas.GraphStyle style)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Scale

public Scale()

Scale

public Scale(GWTGraphCanvas.GraphStyle style)
Method Detail

getMin

public float getMin()

getMax

public float getMax()

updateStyle

public void updateStyle(GWTGraphCanvas.GraphStyle style)

getLogValue

public float getLogValue(float value)


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