org.utgenome.gwt.utgb.client.canvas
Class GWTGraphCanvas.GraphStyle
java.lang.Object
org.utgenome.gwt.utgb.client.canvas.GWTGraphCanvas.GraphStyle
- Enclosing class:
- GWTGraphCanvas
public static class GWTGraphCanvas.GraphStyle
- extends Object
Graph Drawing Configurations
- Author:
- leo
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
windowHeight
public int windowHeight
maxValue
public float maxValue
minValue
public float minValue
autoScaledMax
public float autoScaledMax
autoScaledMin
public float autoScaledMin
autoScale
public boolean autoScale
logScale
public boolean logScale
drawZeroValue
public boolean drawZeroValue
drawScale
public boolean drawScale
showScaleLabel
public boolean showScaleLabel
color
public Optional<String> color
logBase
public float logBase
CONFIG_TRACK_HEIGHT
public static final String CONFIG_TRACK_HEIGHT
- See Also:
- Constant Field Values
CONFIG_GRAPH_WINDOW
public static final String CONFIG_GRAPH_WINDOW
- See Also:
- Constant Field Values
GWTGraphCanvas.GraphStyle
public GWTGraphCanvas.GraphStyle()
getDefaultMinValue
public float getDefaultMinValue()
getDefaultMaxValue
public float getDefaultMaxValue()
isReverseYAxis
public boolean isReverseYAxis()
load
public void load(TrackConfig config)
- Load the parameter values from the configuration panel
- Parameters:
config
-
setup
public void setup(TrackConfig config)
- Set up the configuration panel
- Parameters:
config
-
Copyright © 2007-2012 utgenome.org. All Rights Reserved.