Uses of Interface
org.apache.batik.gvt.ShapePainter
-
Packages that use ShapePainter Package Description org.apache.batik.bridge Provides an API for mapping and maintaining consistency between the SVG DOM tree and the GVT tree.org.apache.batik.gvt Contains all of the interfaces for describing and painting vector graphics as Java objects. -
-
Uses of ShapePainter in org.apache.batik.bridge
Methods in org.apache.batik.bridge that return ShapePainter Modifier and Type Method Description static ShapePainterPaintServer. convertFillAndStroke(org.w3c.dom.Element e, ShapeNode node, BridgeContext ctx)Returns aShapePainterdefined on the specified element and for the specified shape node, and using the specified bridge context.static ShapePainterPaintServer. convertMarkers(org.w3c.dom.Element e, ShapeNode node, BridgeContext ctx)Returns aShapePainterdefined on the specified element and for the specified shape node.static ShapePainterPaintServer. convertStrokePainter(org.w3c.dom.Element e, ShapeNode node, BridgeContext ctx)(package private) ShapePainterSVGDecoratedShapeElementBridge. createFillStrokePainter(BridgeContext ctx, org.w3c.dom.Element e, ShapeNode shapeNode)protected ShapePainterSVGLineElementBridge. createFillStrokePainter(BridgeContext ctx, org.w3c.dom.Element e, ShapeNode shapeNode)Creates the shape painter associated to the specified element.(package private) ShapePainterSVGDecoratedShapeElementBridge. createMarkerPainter(BridgeContext ctx, org.w3c.dom.Element e, ShapeNode shapeNode)protected ShapePainterSVGCircleElementBridge. createShapePainter(BridgeContext ctx, org.w3c.dom.Element e, ShapeNode shapeNode)protected ShapePainterSVGDecoratedShapeElementBridge. createShapePainter(BridgeContext ctx, org.w3c.dom.Element e, ShapeNode shapeNode)Creates the shape painter associated to the specified element.protected ShapePainterSVGEllipseElementBridge. createShapePainter(BridgeContext ctx, org.w3c.dom.Element e, ShapeNode shapeNode)protected ShapePainterSVGRectElementBridge. createShapePainter(BridgeContext ctx, org.w3c.dom.Element e, ShapeNode shapeNode)protected ShapePainterSVGShapeElementBridge. createShapePainter(BridgeContext ctx, org.w3c.dom.Element e, ShapeNode shapeNode)Creates the shape painter associated to the specified element. -
Uses of ShapePainter in org.apache.batik.gvt
Classes in org.apache.batik.gvt that implement ShapePainter Modifier and Type Class Description classCompositeShapePainterA shape painter which consists of multiple shape painters.classFillShapePainterA shape painter that can be used to fill a shape.classMarkerShapePainterA shape painter that can be used to paint markers on a shape.classStrokeShapePainterA shape painter that can be used to draw the outline of a shape.Fields in org.apache.batik.gvt declared as ShapePainter Modifier and Type Field Description protected ShapePainter[]CompositeShapePainter. paintersThe enclosedShapePainters of this composite shape painter.protected ShapePainterShapeNode. shapePainterThe shape painter used to paint the shape of this shape node.Methods in org.apache.batik.gvt that return ShapePainter Modifier and Type Method Description ShapePainterCompositeShapePainter. getShapePainter(int index)Returns the shape painter at the specified index.ShapePainterShapeNode. getShapePainter()Returns theShapePainterused by this shape node to render its shape.Methods in org.apache.batik.gvt with parameters of type ShapePainter Modifier and Type Method Description voidCompositeShapePainter. addShapePainter(ShapePainter shapePainter)Adds the specified shape painter to the shape painter..voidShapeNode. setShapePainter(ShapePainter newShapePainter)Sets theShapePainterused by this shape node to render its shape.
-