Class CommonInnerViewContainer
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
com.github.weisj.jsvg.nodes.container.CommonInnerViewContainer
- All Implemented Interfaces:
Container<SVGNode>, HasClip, HasContext, HasContext.ByDelegate, HasFilter, HasFontContext, HasFontRenderContext, HasGeometryContext, HasGeometryContext.ByDelegate, HasPaintContext, HasShape, Renderable, ShapedContainer<SVGNode>, Transformable, SVGNode
public abstract class CommonInnerViewContainer
extends BaseInnerViewContainer
implements ShapedContainer<SVGNode>
-
Nested Class Summary
Nested classes/interfaces inherited from interface HasContext
HasContext.ByDelegateNested classes/interfaces inherited from interface HasGeometryContext
HasGeometryContext.ByDelegateNested classes/interfaces inherited from interface HasShape
HasShape.Box -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Lengthprotected Lengthprotected Lengthprotected LengthFields inherited from class BaseInnerViewContainer
preserveAspectRatio, viewBox -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected @Nullable Point2DanchorLocation(@NotNull MeasureContext context) voidbuild(@NotNull AttributeNode attributeNode) booleanisVisible(@NotNull RenderContext context) protected @NotNull Point2DouterLocation(@NotNull MeasureContext context) @NotNull FloatSizesize(@NotNull RenderContext context) Methods inherited from class BaseInnerViewContainer
createInnerContext, defaultOverflow, render, renderWithCurrentViewBox, renderWithSize, renderWithSize, staticViewBox, viewBoxMethods inherited from class CommonRenderableContainerNode
children, contextDelegate, doAdd, geometryContextDelegateMethods 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
addChild, children, childrenOfTypeMethods inherited from interface HasContext.ByDelegate
fontRenderContext, fontSpec, paintContextMethods inherited from interface HasGeometryContext.ByDelegate
clipPath, filter, mask, transform, transformBox, transformOriginMethods inherited from interface HasShape
elementBounds, elementShapeMethods inherited from interface Renderable
parseIsVisible, requiresInstantiation, shouldEstablishChildContextMethods inherited from interface ShapedContainer
untransformedElementBounds, untransformedElementShapeMethods inherited from interface SVGNode
addContent, id, tagNameMethods inherited from interface Transformable
applyTransform, effectiveTransform, shouldTransform, transformShape
-
Field Details
-
x
-
y
-
width
-
height
-
-
Constructor Details
-
CommonInnerViewContainer
public CommonInnerViewContainer()
-
-
Method Details
-
outerLocation
- Specified by:
outerLocationin classBaseInnerViewContainer
-
anchorLocation
- Specified by:
anchorLocationin classBaseInnerViewContainer
-
size
- Specified by:
sizein classBaseInnerViewContainer
-
isVisible
- Specified by:
isVisiblein interfaceRenderable- Overrides:
isVisiblein classCommonRenderableContainerNode
-
build
- Specified by:
buildin interfaceSVGNode- Overrides:
buildin classBaseInnerViewContainer
-