Serialized Form


Package org.pentaho.reporting.libraries.css

Class org.pentaho.reporting.libraries.css.UnmodifiableStyleSheetException extends RuntimeException implements Serializable


Package org.pentaho.reporting.libraries.css.dom

Class org.pentaho.reporting.libraries.css.dom.OutputProcessorFeature extends Object implements Serializable

Serialized Fields

name

String name

hashCode

int hashCode

Class org.pentaho.reporting.libraries.css.dom.OutputProcessorFeature.BooleanOutputProcessorFeature extends OutputProcessorFeature implements Serializable

Class org.pentaho.reporting.libraries.css.dom.OutputProcessorFeature.NumericOutputProcessorFeature extends OutputProcessorFeature implements Serializable


Package org.pentaho.reporting.libraries.css.keys.border

Class org.pentaho.reporting.libraries.css.keys.border.BoxShadowValue extends Object implements Serializable

Serialized Fields

color

CSSColorValue color

horizontalOffset

CSSNumericValue horizontalOffset

verticalOffset

CSSNumericValue verticalOffset

blurRadius

CSSNumericValue blurRadius

Package org.pentaho.reporting.libraries.css.model

Class org.pentaho.reporting.libraries.css.model.CSSCounterRule extends CSSDeclarationRule implements Serializable

Serialized Fields

name

String name

Class org.pentaho.reporting.libraries.css.model.CSSDeclarationRule extends StyleRule implements Serializable

Serialized Fields

styleValues

CSSValue[] styleValues

importantValues

boolean[] importantValues

styleSheetParserUtil

StyleSheetParserUtil styleSheetParserUtil

Class org.pentaho.reporting.libraries.css.model.CSSFontFaceRule extends CSSDeclarationRule implements Serializable

Class org.pentaho.reporting.libraries.css.model.CSSMediaRule extends CSSDeclarationRule implements Serializable

Serialized Fields

rules

ArrayList<E> rules

Class org.pentaho.reporting.libraries.css.model.CSSPageAreaRule extends CSSDeclarationRule implements Serializable

Serialized Fields

pageArea

PageAreaType pageArea

Class org.pentaho.reporting.libraries.css.model.CSSPageRule extends CSSDeclarationRule implements Serializable

Serialized Fields

rules

ArrayList<E> rules

name

String name

pseudoPage

String pseudoPage

Class org.pentaho.reporting.libraries.css.model.CSSStyleRule extends CSSDeclarationRule implements Serializable

Serialized Fields

selector

CSSSelector selector

Class org.pentaho.reporting.libraries.css.model.StyleKey extends Object implements Serializable

Serialized Fields

name

String name
The name of the style key.


trans

boolean trans
Whether this stylekey is transient. Transient keys denote temporary values stored in the stylesheet. Such keys should never be written into long term persistent states.


inherited

boolean inherited
Defines, whether the key can be inherited.


validity

int validity

Class org.pentaho.reporting.libraries.css.model.StyleRule extends Object implements Serializable

Serialized Fields

parentStyle

StyleSheet parentStyle

parentRule

StyleRule parentRule

readOnly

boolean readOnly

styleKeyRegistry

StyleKeyRegistry styleKeyRegistry

Class org.pentaho.reporting.libraries.css.model.StyleSheet extends Object implements Serializable

Serialized Fields

readOnly

boolean readOnly

source

org.pentaho.reporting.libraries.resourceloader.ResourceKey source

rules

ArrayList<E> rules

styleSheets

ArrayList<E> styleSheets

namespaces

HashMap<K,V> namespaces

styleKeyRegistry

StyleKeyRegistry styleKeyRegistry

Package org.pentaho.reporting.libraries.css.parser

Class org.pentaho.reporting.libraries.css.parser.CSSParserFactoryException extends org.pentaho.reporting.libraries.base.util.StackableException implements Serializable

Class org.pentaho.reporting.libraries.css.parser.CSSParserInstantiationException extends org.pentaho.reporting.libraries.base.util.StackableException implements Serializable


Package org.pentaho.reporting.libraries.css.resolver

Class org.pentaho.reporting.libraries.css.resolver.FunctionEvaluationException extends org.pentaho.reporting.libraries.base.util.StackableException implements Serializable


Package org.pentaho.reporting.libraries.css.resolver.function.content

Class org.pentaho.reporting.libraries.css.resolver.function.content.DateValueFunction extends Object implements Serializable

Class org.pentaho.reporting.libraries.css.resolver.function.content.FormatValueFunction extends Object implements Serializable


Package org.pentaho.reporting.libraries.css.resolver.values

Class org.pentaho.reporting.libraries.css.resolver.values.ContentSpecification extends Object implements Serializable

Serialized Fields

quotes

QuotesPair[] quotes

contents

ContentToken[] contents

strings

ContentToken[] strings

alternateText

ContentToken[] alternateText

allowContentProcessing

boolean allowContentProcessing

inhibitContent

boolean inhibitContent

quotingLevel

int quotingLevel

moveTarget

String moveTarget

Package org.pentaho.reporting.libraries.css.selectors

Class org.pentaho.reporting.libraries.css.selectors.AbstractSelector extends Object implements Serializable

Serialized Fields

weight

SelectorWeight weight

Class org.pentaho.reporting.libraries.css.selectors.CSSAnyNodeSelector extends AbstractSelector implements Serializable

Class org.pentaho.reporting.libraries.css.selectors.CSSCharacterDataSelector extends AbstractSelector implements Serializable

Serialized Fields

data

String data

Class org.pentaho.reporting.libraries.css.selectors.CSSConditionalSelector extends AbstractSelector implements Serializable

Serialized Fields

condition

org.w3c.css.sac.Condition condition

simpleSelector

org.w3c.css.sac.SimpleSelector simpleSelector

Class org.pentaho.reporting.libraries.css.selectors.CSSDescendantSelector extends AbstractSelector implements Serializable

Serialized Fields

anchestorSelector

org.w3c.css.sac.Selector anchestorSelector

simpleSelector

org.w3c.css.sac.SimpleSelector simpleSelector

childRelation

boolean childRelation

Class org.pentaho.reporting.libraries.css.selectors.CSSElementSelector extends AbstractSelector implements Serializable

Serialized Fields

selectorType

short selectorType

namespace

String namespace

localName

String localName

Class org.pentaho.reporting.libraries.css.selectors.CSSNegativeSelector extends AbstractSelector implements Serializable

Serialized Fields

selector

org.w3c.css.sac.SimpleSelector selector

Class org.pentaho.reporting.libraries.css.selectors.CSSRootNodeSelector extends AbstractSelector implements Serializable

Class org.pentaho.reporting.libraries.css.selectors.CSSSelectorFactory extends Object implements Serializable

Class org.pentaho.reporting.libraries.css.selectors.CSSSilblingSelector extends AbstractSelector implements Serializable

Serialized Fields

nodeType

short nodeType

selector

org.w3c.css.sac.Selector selector

silblingSelector

org.w3c.css.sac.SimpleSelector silblingSelector

Class org.pentaho.reporting.libraries.css.selectors.SelectorWeight extends Object implements Serializable

Serialized Fields

styleAttribute

int styleAttribute

idCount

int idCount

attributeCount

int attributeCount

elementCount

int elementCount

Package org.pentaho.reporting.libraries.css.selectors.conditions

Class org.pentaho.reporting.libraries.css.selectors.conditions.AndCSSCondition extends Object implements Serializable

Serialized Fields

firstCondition

CSSCondition firstCondition

secondCondition

CSSCondition secondCondition

Class org.pentaho.reporting.libraries.css.selectors.conditions.AttributeCSSCondition extends Object implements Serializable

Serialized Fields

name

String name

namespace

String namespace

specified

boolean specified

value

String value

Class org.pentaho.reporting.libraries.css.selectors.conditions.BeginHyphenAttributeCSSCondition extends AttributeCSSCondition implements Serializable

Class org.pentaho.reporting.libraries.css.selectors.conditions.ContentCSSCondition extends Object implements Serializable

Serialized Fields

data

String data

Class org.pentaho.reporting.libraries.css.selectors.conditions.IdCSSCondition extends Object implements Serializable

Serialized Fields

value

String value

Class org.pentaho.reporting.libraries.css.selectors.conditions.LangCSSCondition extends Object implements Serializable

Serialized Fields

lang

String lang

Class org.pentaho.reporting.libraries.css.selectors.conditions.NegativeCSSCondition extends Object implements Serializable

Serialized Fields

condition

CSSCondition condition

Class org.pentaho.reporting.libraries.css.selectors.conditions.OneOfAttributeCSSCondition extends AttributeCSSCondition implements Serializable

Class org.pentaho.reporting.libraries.css.selectors.conditions.OrCSSCondition extends Object implements Serializable

Serialized Fields

firstCondition

CSSCondition firstCondition

secondCondition

CSSCondition secondCondition

Class org.pentaho.reporting.libraries.css.selectors.conditions.PositionalCSSCondition extends Object implements Serializable

Serialized Fields

position

int position

matchByType

boolean matchByType

matchByName

boolean matchByName

Class org.pentaho.reporting.libraries.css.selectors.conditions.PseudoClassCSSCondition extends Object implements Serializable

Serialized Fields

namespace

String namespace

value

String value

Package org.pentaho.reporting.libraries.css.values

Class org.pentaho.reporting.libraries.css.values.CSSAttrFunction extends CSSFunctionValue implements Serializable

Serialized Fields

namespace

String namespace

name

String name

type

String type

Class org.pentaho.reporting.libraries.css.values.CSSAutoValue extends Object implements Serializable

Class org.pentaho.reporting.libraries.css.values.CSSColorValue extends Color implements Serializable

Class org.pentaho.reporting.libraries.css.values.CSSCompoundAttrFunction extends CSSFunctionValue implements Serializable

Serialized Fields

namespace

String namespace

name

String name

type

String type

key

String key

Class org.pentaho.reporting.libraries.css.values.CSSConstant extends Object implements Serializable

Serialized Fields

constant

String constant

Class org.pentaho.reporting.libraries.css.values.CSSCounterFunction extends Object implements Serializable

Serialized Fields

identifier

String identifier

listStyle

String listStyle

separator

String separator

Class org.pentaho.reporting.libraries.css.values.CSSFunctionValue extends Object implements Serializable

Serialized Fields

functionName

String functionName

parameters

CSSValue[] parameters

Class org.pentaho.reporting.libraries.css.values.CSSInheritValue extends Object implements Serializable

Class org.pentaho.reporting.libraries.css.values.CSSNumericValue extends Object implements Serializable

serialVersionUID: 3906005900395358108L

Serialized Fields

value

double value

type

CSSNumericType type

Class org.pentaho.reporting.libraries.css.values.CSSRawValue extends Object implements Serializable

Serialized Fields

value

Object value

Class org.pentaho.reporting.libraries.css.values.CSSRectangleValue extends Object implements Serializable

Serialized Fields

type

CSSRectangleType type

top

CSSNumericValue top

left

CSSNumericValue left

bottom

CSSNumericValue bottom

right

CSSNumericValue right

Class org.pentaho.reporting.libraries.css.values.CSSResourceValue extends Object implements Serializable

Serialized Fields

value

org.pentaho.reporting.libraries.resourceloader.Resource value

parent

CSSValue parent

Class org.pentaho.reporting.libraries.css.values.CSSStringSetDefinition extends Object implements Serializable

Serialized Fields

identifier

String identifier

value

CSSValue value

Class org.pentaho.reporting.libraries.css.values.CSSStringValue extends Object implements Serializable

Serialized Fields

type

CSSStringType type

value

String value

Class org.pentaho.reporting.libraries.css.values.CSSTimeValue extends CSSNumericValue implements Serializable

Class org.pentaho.reporting.libraries.css.values.CSSUnknownValue extends Object implements Serializable

Serialized Fields

cssText

String cssText

Class org.pentaho.reporting.libraries.css.values.CSSValueList extends Object implements Serializable

Serialized Fields

values

CSSValue[] values

Class org.pentaho.reporting.libraries.css.values.CSSValuePair extends Object implements Serializable

Serialized Fields

firstValue

CSSValue firstValue

secondValue

CSSValue secondValue