public class StyleSheet extends Object
| 修飾子とタイプ | クラスと説明 |
|---|---|
static class |
StyleSheet.MissingCssPropertyException
Indicates that a css property was missing
|
static class |
StyleSheet.ParseException
Indicates an exception in parsing the css
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
String |
getBodyBackground() |
String |
getExcludedColumnBackgroundColor() |
String |
getIndexedColumnBackground() |
static StyleSheet |
getInstance()
Singleton accessor
|
String |
getLinkColor() |
String |
getLinkVisitedColor() |
String |
getPrimaryKeyBackground() |
String |
getSelectedTableBackground() |
String |
getTableBackground() |
String |
getTableHeadBackground() |
void |
write(LineWriter out)
Write the contents of the original css to
out. |
public static StyleSheet getInstance() throws StyleSheet.ParseException
StyleSheet.ParseExceptionpublic void write(LineWriter out) throws IOException
out.out - IOExceptionpublic String getBodyBackground()
public String getTableBackground()
public String getTableHeadBackground()
public String getPrimaryKeyBackground()
public String getIndexedColumnBackground()
public String getSelectedTableBackground()
public String getExcludedColumnBackgroundColor()
public String getLinkColor()
public String getLinkVisitedColor()
Copyright © 2016. All Rights Reserved.