Interface HasContext
-
- All Superinterfaces:
HasFillRule
,HasFontContext
,HasFontRenderContext
,HasPaintContext
- All Known Subinterfaces:
HasContext.ByDelegate
- All Known Implementing Classes:
Anchor
,BaseInnerViewContainer
,CommonInnerViewContainer
,CommonRenderableContainerNode
,Group
,HasContextImpl
,LinearTextContainer
,Marker
,Mask
,Pattern
,SVG
,Symbol
,Text
,TextContainer
,TextPath
,TextSpan
,Use
public interface HasContext extends HasPaintContext, HasFontContext, HasFontRenderContext, HasFillRule
Informs the renderer that an element provides styling information which can be inherited by its children.Umbrella interface for all available contexts.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
HasContext.ByDelegate
-
Method Summary
-
Methods inherited from interface com.github.weisj.jsvg.nodes.prototype.HasFillRule
fillRule
-
Methods inherited from interface com.github.weisj.jsvg.nodes.prototype.HasFontContext
fontSpec
-
Methods inherited from interface com.github.weisj.jsvg.nodes.prototype.HasFontRenderContext
fontRenderContext
-
Methods inherited from interface com.github.weisj.jsvg.nodes.prototype.HasPaintContext
paintContext
-
-