java.lang.Object
io.sf.carte.echosvg.css.engine.NestedDeclarations
- All Implemented Interfaces:
Rule
Nested declarations.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the parent group.Returns the style declaration.short
getType()
Returns a constant identifying the rule type.protected void
void
Sets the style map.Returns a printable representation of this rule.
-
Field Details
-
TYPE
public static final short TYPEThe type constant.- See Also:
-
-
Constructor Details
-
NestedDeclarations
public NestedDeclarations()
-
-
Method Details
-
getType
public short getType()Returns a constant identifying the rule type. -
setStyleDeclaration
Sets the style map. -
getStyleDeclaration
Returns the style declaration. -
toString
Returns a printable representation of this rule. -
getParent
Description copied from interface:Rule
Returns the parent group. -
setParent
-