net.sourceforge.schemaspy.view
Class StyleSheet

java.lang.Object
  extended by net.sourceforge.schemaspy.view.StyleSheet

public class StyleSheet
extends Object


Method Summary
 String getBodyBackground()
           
 String getExcludedColumnBackgroundColor()
           
 String getIndexedColumnBackground()
           
static StyleSheet getInstance()
           
 int getOffsetOf(String id)
           
 String getPrimaryKeyBackground()
           
 String getSelectedTableBackground()
           
 String getTableBackground()
           
 String getTableHeadBackground()
           
static void init(BufferedReader cssReader)
           
 void write(LineWriter out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static StyleSheet getInstance()

init

public static void init(BufferedReader cssReader)
                 throws IOException
Throws:
IOException

write

public void write(LineWriter out)
           throws IOException
Throws:
IOException

getBodyBackground

public String getBodyBackground()

getTableBackground

public String getTableBackground()

getTableHeadBackground

public String getTableHeadBackground()

getPrimaryKeyBackground

public String getPrimaryKeyBackground()

getIndexedColumnBackground

public String getIndexedColumnBackground()

getSelectedTableBackground

public String getSelectedTableBackground()

getExcludedColumnBackgroundColor

public String getExcludedColumnBackgroundColor()

getOffsetOf

public int getOffsetOf(String id)


Copyright © 2007-2010. All Rights Reserved.