ConditionFactory |
|
ConditionFactory.ClassCondition |
Class condition.
|
ConditionFactory.ExpressionCondition |
A condition that is fulfilled whenever the expression is evaluated to be true.
|
ConditionFactory.IndexCondition |
Index condition.
|
ConditionFactory.KeyCondition |
KeyCondition represent one of the following conditions in either the link or the
primitive context:
|
ConditionFactory.KeyRegexpCondition |
KeyPatternCondition represents a conditions matching keys based on a pattern.
|
ConditionFactory.KeyValueCondition |
Represents a key/value condition which is either applied to a primitive.
|
ConditionFactory.KeyValueRegexpCondition |
This condition requires a fixed key to match a given regexp
|
ConditionFactory.OpenEndPseudoClassCondition |
Open end pseudo class condition.
|
ConditionFactory.PseudoClassCondition |
Pseudo class condition.
|
ConditionFactory.PseudoClasses |
Like CSS pseudo classes, MapCSS pseudo classes
are written in lower case with dashes between words.
|
ConditionFactory.RegexpKeyValueRegexpCondition |
A condition that checks that a key with the matching pattern has a value with the matching pattern.
|
ConditionFactory.RoleCondition |
Role condition.
|
ConditionFactory.SimpleKeyValueCondition |
Most common case of a KeyValueCondition, this is the basic key=value case.
|
CSSColors |
List of named CSS colors as per CSS Color Module Level 3.
|
Declaration |
|
ExpressionFactory |
|
ExpressionFactory.AndOperator |
"And" logical operator.
|
ExpressionFactory.CondOperator |
Conditional operator.
|
ExpressionFactory.IsInsideFunction |
|
ExpressionFactory.LengthFunction |
Function to calculate the length of a string or list in a MapCSS eval expression.
|
ExpressionFactory.MinMaxFunction |
Computes the maximum/minimum value an arbitrary number of floats, or a list of floats.
|
ExpressionFactory.NullExpression |
Expression that always evaluates to null.
|
ExpressionFactory.OrOperator |
"Or" logical operator.
|
Functions |
List of functions that can be used in MapCSS expressions.
|
Instruction.AssignmentInstruction |
An instruction that assigns a given value to a variable on evaluation
|
Instruction.RelativeFloat |
A float value that will be added to the current float value.
|
LiteralExpression |
Simple literal value, that does not depend on other expressions.
|
MapCSSRule |
A MapCSS rule.
|
MapCSSRuleIndex |
A collection of MapCSSRule s, that are indexed by tag key and value.
|
MapCSSRuleIndex.MapCSSKeyRules |
This is a map of all rules that are only applied if the primitive has a given key (and possibly value)
|
MapCSSStyleIndex |
|
MapCSSStyleSource |
This is a mappaint style that is based on MapCSS rules.
|
PlaceholderExpression |
Used for expressions that contain placeholders
|
Selector.AbstractSelector |
|
Selector.ChildOrParentSelector |
Represents a child selector or a parent selector.
|
Selector.ChildOrParentSelector.AbstractFinder |
|
Selector.GeneralSelector |
General selector.
|
Selector.LinkSelector |
In a child selector, conditions on the link between a parent and a child object.
|
Subpart.ExpressionSubpart |
Subpart identifier given by an expression.
|
Subpart.StringSubpart |
Simple static subpart identifier.
|