|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.pentaho.reporting.engine.classic.core.style.StyleSheetCollection
public class StyleSheetCollection
The stylesheet collection manages all global stylesheets. It does not contain the element stylesheets.
The stylesheet collection does not accept foreign stylesheets.
| Constructor Summary | |
|---|---|
StyleSheetCollection()
Deprecated. DefaultConstructor. |
|
| Method Summary | |
|---|---|
Object |
clone()
Deprecated. |
ElementStyleSheet |
createStyleSheet(String name)
Deprecated. |
String[] |
getStyleNames()
Deprecated. |
ElementStyleSheet |
getStyleSheet(String name)
Deprecated. |
ElementStyleSheet |
getStyleSheetByID(InstanceID name)
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StyleSheetCollection()
| Method Detail |
|---|
public ElementStyleSheet createStyleSheet(String name)
NullPointerException - if the given stylesheet is null.public ElementStyleSheet getStyleSheet(String name)
public ElementStyleSheet getStyleSheetByID(InstanceID name)
public String[] getStyleNames()
public Object clone()
throws CloneNotSupportedException
clone in class ObjectCloneNotSupportedException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||