Class BaseInnerViewContainer
java.lang.Object
com.github.weisj.jsvg.nodes.AbstractSVGNode
com.github.weisj.jsvg.nodes.container.BaseContainerNode<SVGNode>
com.github.weisj.jsvg.nodes.container.CommonRenderableContainerNode
com.github.weisj.jsvg.nodes.container.BaseInnerViewContainer
- All Implemented Interfaces:
Container<SVGNode>, HasClip, HasContext, HasContext.ByDelegate, HasFilter, HasFontContext, HasFontRenderContext, HasGeometryContext, HasGeometryContext.ByDelegate, HasPaintContext, Renderable, Transformable, SVGNode
- Direct Known Subclasses:
CommonInnerViewContainer, Marker, Pattern
-
Nested Class Summary
Nested classes/interfaces inherited from interface HasContext
HasContext.ByDelegateNested classes/interfaces inherited from interface HasGeometryContext
HasGeometryContext.ByDelegate -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Overflowprotected PreserveAspectRatioprotected ViewBox -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract @Nullable Point2DanchorLocation(@NotNull MeasureContext context) voidbuild(@NotNull AttributeNode attributeNode) protected @NotNull RenderContextcreateInnerContext(@NotNull RenderContext context, @NotNull ViewBox viewBox) protected abstract @NotNull Overflowprotected abstract @NotNull Point2DouterLocation(@NotNull MeasureContext context) voidrender(@NotNull RenderContext context, @NotNull Output output) protected voidrenderWithCurrentViewBox(@NotNull RenderContext context, @NotNull Output output) final voidrenderWithSize(@NotNull FloatSize useSiteSize, @Nullable ViewBox view, @Nullable PreserveAspectRatio preserveAspectRatio, @NotNull RenderContext context, @NotNull Output output) final voidrenderWithSize(@NotNull FloatSize useSiteSize, @Nullable ViewBox view, @NotNull RenderContext context, @NotNull Output output) abstract @NotNull FloatSizesize(@NotNull RenderContext context) @NotNull ViewBoxstaticViewBox(@NotNull FloatSize fallbackSize) @Nullable ViewBoxviewBox(@NotNull RenderContext context) Methods inherited from class CommonRenderableContainerNode
children, contextDelegate, doAdd, geometryContextDelegate, isVisibleMethods inherited from class BaseContainerNode
acceptChild, addChild, isAcceptableTypeMethods inherited from class AbstractSVGNode
addContent, id, toStringMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface Container
childrenOfTypeMethods inherited from interface HasContext.ByDelegate
fontRenderContext, fontSpec, paintContextMethods inherited from interface HasGeometryContext.ByDelegate
clipPath, filter, mask, transform, transformBox, transformOriginMethods inherited from interface Renderable
parseIsVisible, requiresInstantiation, shouldEstablishChildContextMethods inherited from interface Transformable
applyTransform, effectiveTransform, shouldTransform, transformShape
-
Field Details
-
viewBox
-
preserveAspectRatio
-
overflow
-
-
Constructor Details
-
BaseInnerViewContainer
public BaseInnerViewContainer()
-
-
Method Details
-
outerLocation
@NotNull protected abstract @NotNull Point2D outerLocation(@NotNull @NotNull MeasureContext context) -
anchorLocation
@Nullable protected abstract @Nullable Point2D anchorLocation(@NotNull @NotNull MeasureContext context) -
size
-
defaultOverflow
-
viewBox
-
staticViewBox
-
build
- Specified by:
buildin interfaceSVGNode- Overrides:
buildin classCommonRenderableContainerNode
-
renderWithCurrentViewBox
protected void renderWithCurrentViewBox(@NotNull @NotNull RenderContext context, @NotNull @NotNull Output output) -
render
- Specified by:
renderin interfaceRenderable- Overrides:
renderin classCommonRenderableContainerNode
-
createInnerContext
@NotNull protected @NotNull RenderContext createInnerContext(@NotNull @NotNull RenderContext context, @NotNull @NotNull ViewBox viewBox) -
renderWithSize
public final void renderWithSize(@NotNull @NotNull FloatSize useSiteSize, @Nullable @Nullable ViewBox view, @NotNull @NotNull RenderContext context, @NotNull @NotNull Output output) -
renderWithSize
public final void renderWithSize(@NotNull @NotNull FloatSize useSiteSize, @Nullable @Nullable ViewBox view, @Nullable @Nullable PreserveAspectRatio preserveAspectRatio, @NotNull @NotNull RenderContext context, @NotNull @NotNull Output output)
-