|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.sf.vex.css.StyleSheetFactory
Driver for the creation of StyleSheet objects.
Constructor Summary | |
StyleSheetFactory()
|
Method Summary | |
static StyleSheet |
create(java.net.URL url)
Creates a new StyleSheet object from a URL with SOURCE_DEFAULT. |
static StyleSheet |
create(java.net.URL url,
byte source)
Creates a new StyleSheet object from a URL. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public StyleSheetFactory()
Method Detail |
public static StyleSheet create(java.net.URL url, byte source) throws java.io.IOException
url
- URL from which to read the style sheet.source
- the source of the style sheet, one of StyleSheet.SOURCE_DEFAULT,
StyleSheet.SOURCE_AUTHOR, StyleSheet.SOURCE_USER.
java.io.IOException
public static StyleSheet create(java.net.URL url) throws java.io.IOException
url
- URL from which to read the style sheet.
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |