Class StyleReference
- java.lang.Object
-
- org.pentaho.reporting.libraries.css.dom.StyleReference
-
public class StyleReference extends Object
There are two kinds of style-references. Type one simply references a inline style, which has no style-source. The second one is a external stylesheet that has a style-source, and possibly has a style-content as well.- Author:
- : Thomas Morgner
-
-
Constructor Summary
Constructors Constructor Description StyleReference(int type, String styleContent)
-
-
-
Field Detail
-
LINK
public static final int LINK
- See Also:
- Constant Field Values
-
INLINE
public static final int INLINE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
StyleReference
public StyleReference(int type, String styleContent)
-
-
Method Detail
-
getType
public int getType()
-
getStyleContent
public String getStyleContent()
-
-