Module com.github.weisj.jsvg
Interface HasPaintContext
-
- All Known Subinterfaces:
HasContext,HasContext.ByDelegate
- All Known Implementing Classes:
AbstractPolyShape,Anchor,BaseInnerViewContainer,Circle,CommonInnerViewContainer,CommonRenderableContainerNode,Ellipse,Group,HasContextImpl,Line,LinearTextContainer,Marker,Mask,Path,Pattern,Polygon,Polyline,Rect,ShapeNode,SVG,Symbol,Text,TextContainer,TextPath,TextSpan,Use
public interface HasPaintContextInforms the renderer that an element provides styling information which can be inherited by its children.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull Mutator<PaintContext>paintContext()
-
-
-
Method Detail
-
paintContext
@NotNull @NotNull Mutator<PaintContext> paintContext()
-
-