Uses of Interface
com.github.weisj.jsvg.nodes.prototype.HasGeometryContext
-
-
Uses of HasGeometryContext in com.github.weisj.jsvg.nodes
Classes in com.github.weisj.jsvg.nodes that implement HasGeometryContext Modifier and Type Class Description class
AbstractPolyShape
class
Anchor
As jsvg is only a static renderer without interaction the anchor tag behaves just as if it were a group.class
Circle
class
Ellipse
class
Group
class
Image
class
Line
class
Marker
class
Mask
class
Path
class
Pattern
class
Polygon
class
Polyline
class
Rect
class
RenderableSVGNode
class
ShapeNode
class
SVG
class
Symbol
class
Use
Fields in com.github.weisj.jsvg.nodes declared as HasGeometryContext Modifier and Type Field Description private HasGeometryContext
RenderableSVGNode. geometryContext
Methods in com.github.weisj.jsvg.nodes that return HasGeometryContext Modifier and Type Method Description @NotNull HasGeometryContext
RenderableSVGNode. geometryContextDelegate()
-
Uses of HasGeometryContext in com.github.weisj.jsvg.nodes.container
Classes in com.github.weisj.jsvg.nodes.container that implement HasGeometryContext Modifier and Type Class Description class
BaseInnerViewContainer
class
CommonInnerViewContainer
class
CommonRenderableContainerNode
Fields in com.github.weisj.jsvg.nodes.container declared as HasGeometryContext Modifier and Type Field Description private HasGeometryContext
CommonRenderableContainerNode. geometryContext
Methods in com.github.weisj.jsvg.nodes.container that return HasGeometryContext Modifier and Type Method Description @NotNull HasGeometryContext
CommonRenderableContainerNode. geometryContextDelegate()
-
Uses of HasGeometryContext in com.github.weisj.jsvg.nodes.prototype
Subinterfaces of HasGeometryContext in com.github.weisj.jsvg.nodes.prototype Modifier and Type Interface Description static interface
HasGeometryContext.ByDelegate
Methods in com.github.weisj.jsvg.nodes.prototype that return HasGeometryContext Modifier and Type Method Description @NotNull HasGeometryContext
HasGeometryContext.ByDelegate. geometryContextDelegate()
-
Uses of HasGeometryContext in com.github.weisj.jsvg.nodes.prototype.impl
Classes in com.github.weisj.jsvg.nodes.prototype.impl that implement HasGeometryContext Modifier and Type Class Description class
HasGeometryContextImpl
Methods in com.github.weisj.jsvg.nodes.prototype.impl that return HasGeometryContext Modifier and Type Method Description static @NotNull HasGeometryContext
HasGeometryContextImpl. parse(@NotNull AttributeNode attributeNode)
-
Uses of HasGeometryContext in com.github.weisj.jsvg.nodes.text
Classes in com.github.weisj.jsvg.nodes.text that implement HasGeometryContext Modifier and Type Class Description class
Text
Fields in com.github.weisj.jsvg.nodes.text declared as HasGeometryContext Modifier and Type Field Description private HasGeometryContext
Text. geometryContext
Methods in com.github.weisj.jsvg.nodes.text that return HasGeometryContext Modifier and Type Method Description @NotNull HasGeometryContext
Text. geometryContextDelegate()
-