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

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

public static class GWTGraphCanvas.GraphStyle
extends Object

Graph Drawing Configurations

Author:
leo

Field Summary
 boolean autoScale
           
 float autoScaledMax
           
 float autoScaledMin
           
 Optional<String> color
           
static String CONFIG_GRAPH_WINDOW
           
static String CONFIG_TRACK_HEIGHT
           
 boolean drawScale
           
 boolean drawZeroValue
           
 float logBase
           
 boolean logScale
           
 float maxValue
           
 float minValue
           
 boolean showScaleLabel
           
 int windowHeight
           
 
Constructor Summary
GWTGraphCanvas.GraphStyle()
           
 
Method Summary
 float getDefaultMaxValue()
           
 float getDefaultMinValue()
           
 boolean isReverseYAxis()
           
 void load(TrackConfig config)
          Load the parameter values from the configuration panel
 void setup(TrackConfig config)
          Set up the configuration panel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

GWTGraphCanvas.GraphStyle

public GWTGraphCanvas.GraphStyle()
Method Detail

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.