Uses of Interface
org.apache.batik.dom.svg.SVGTextContent
-
Packages that use SVGTextContent Package Description org.apache.batik.anim.dom org.apache.batik.bridge Provides an API for mapping and maintaining consistency between the SVG DOM tree and the GVT tree.org.apache.batik.bridge.svg12 org.apache.batik.extension.svg -
-
Uses of SVGTextContent in org.apache.batik.anim.dom
Methods in org.apache.batik.anim.dom with parameters of type SVGTextContent Modifier and Type Method Description protected static java.awt.geom.Point2DSVGTextContentSupport. getEndPos(SVGOMElement svgelt, SVGTextContent context, int charnum)protected static java.awt.geom.Rectangle2DSVGTextContentSupport. getExtent(SVGOMElement svgelt, SVGTextContent context, int charnum)protected static java.awt.geom.Point2DSVGTextContentSupport. getStartPos(SVGOMElement svgelt, SVGTextContent context, int charnum) -
Uses of SVGTextContent in org.apache.batik.bridge
Classes in org.apache.batik.bridge that implement SVGTextContent Modifier and Type Class Description classSVGTextElementBridgeBridge class for the <text> element.protected classSVGTextElementBridge.AbstractTextChildTextContentprotected classSVGTextElementBridge.TextPathBridgeBridgeUpdateHandle for <textPath> element.protected classSVGTextElementBridge.TRefBridgeBridgeUpdateHandle for <tref> element.protected classSVGTextElementBridge.TspanBridgeBridgeUpdateHandle for <tspan> element. -
Uses of SVGTextContent in org.apache.batik.bridge.svg12
Classes in org.apache.batik.bridge.svg12 that implement SVGTextContent Modifier and Type Class Description classSVG12TextElementBridgeBridge class for SVG 'text' elements with support for text content that has been specified with XBL.classSVGFlowRootElementBridgeBridge class for the <flowRoot> element.protected classSVGFlowRootElementBridge.FlowContentBridgeBridge class for flow text children that contain text. -
Uses of SVGTextContent in org.apache.batik.extension.svg
Classes in org.apache.batik.extension.svg that implement SVGTextContent Modifier and Type Class Description classBatikFlowTextElementBridgeBridge class for the <flowText> element.protected classBatikFlowTextElementBridge.BatikFlowContentBridgeBridge class for flow text children that contain text.
-