java.lang.Object
io.sf.carte.echosvg.css.engine.NestedDeclarations
- All Implemented Interfaces:
- Rule
Nested declarations.
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionReturns the parent group.Returns the style declaration.shortgetType()Returns a constant identifying the rule type.protected voidvoidSets the style map.Returns a printable representation of this rule.
- 
Field Details- 
TYPEpublic static final short TYPEThe type constant.- See Also:
 
 
- 
- 
Constructor Details- 
NestedDeclarationspublic NestedDeclarations()
 
- 
- 
Method Details- 
getTypepublic short getType()Returns a constant identifying the rule type.
- 
setStyleDeclarationSets the style map.
- 
getStyleDeclarationReturns the style declaration.
- 
toStringReturns a printable representation of this rule.
- 
getParentDescription copied from interface:RuleReturns the parent group.
- 
setParent
 
-