org.utgenome.gwt.utgb.client.bean.track
Class Frame

java.lang.Object
  extended by org.utgenome.gwt.utgb.client.bean.track.Frame
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable

public class Frame
extends Object
implements com.google.gwt.user.client.rpc.IsSerializable

Track frame settings

Author:
leo

Constructor Summary
Frame()
           
 
Method Summary
 int getHeight()
           
 String getStyle()
           
 boolean isAutoAdjust()
           
 void setAutoAdjust(boolean autoAdjust)
           
 void setHeight(int height)
           
 void setStyle(String style)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Frame

public Frame()
Method Detail

getStyle

public String getStyle()

setStyle

public void setStyle(String style)

getHeight

public int getHeight()

setHeight

public void setHeight(int height)

isAutoAdjust

public boolean isAutoAdjust()

setAutoAdjust

public void setAutoAdjust(boolean autoAdjust)


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