com.botbox.html
Class TableStyle

java.lang.Object
  extended by com.botbox.html.TableStyle

public class TableStyle
extends java.lang.Object

Version:
$Revision: 4074 $, $Date: 2008-02-24 12:03:02 -0500 (Sun, 24 Feb 2008) $
Author:
Joakim Eriksson (joakim.eriksson@botbox.com), Niclas Finne (niclas.finne@botbox.com), Sverker Janson (sverker.janson@botbox.com)

Constructor Summary
TableStyle()
           
TableStyle(java.lang.String outerAttributes, java.lang.String attributes, java.lang.String trAttributes, java.lang.String thAttributes, java.lang.String tdAttributes)
           
 
Method Summary
 java.lang.String getAttributes()
           
 java.lang.String getOuterAttributes()
           
 java.lang.String getTdAttributes()
           
 java.lang.String getThAttributes()
           
 java.lang.String getTrAttributes()
           
 boolean isDoubleTable()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableStyle

public TableStyle()

TableStyle

public TableStyle(java.lang.String outerAttributes,
                  java.lang.String attributes,
                  java.lang.String trAttributes,
                  java.lang.String thAttributes,
                  java.lang.String tdAttributes)
Method Detail

isDoubleTable

public boolean isDoubleTable()

getOuterAttributes

public java.lang.String getOuterAttributes()

getAttributes

public java.lang.String getAttributes()

getTrAttributes

public java.lang.String getTrAttributes()

getThAttributes

public java.lang.String getThAttributes()

getTdAttributes

public java.lang.String getTdAttributes()


Copyright © 2007-2009 Association for Trading Agent Research. All Rights Reserved.