Uses of Class
org.apache.batik.gvt.Marker

Packages that use Marker
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 Marker in org.apache.batik.bridge
 

Methods in org.apache.batik.bridge that return Marker
 Marker SVGMarkerElementBridge.createMarker(BridgeContext ctx, Element markerElement, Element paintedElement)
          Creates a Marker according to the specified parameters.
static Marker PaintServer.convertMarker(Element paintedElement, CSSPrimitiveValue v, BridgeContext ctx)
          Returns a Marker defined on the specified element by the specified value, and for the specified shape node.
 Marker MarkerBridge.createMarker(BridgeContext ctx, Element markerElement, Element paintedElement)
          Creates a Marker according to the specified parameters.
 

Uses of Marker in org.apache.batik.gvt
 

Methods in org.apache.batik.gvt that return Marker
 Marker MarkerShapePainter.getStartMarker()
           
 Marker MarkerShapePainter.getMiddleMarker()
           
 Marker MarkerShapePainter.getEndMarker()
           
 

Methods in org.apache.batik.gvt with parameters of type Marker
 void MarkerShapePainter.setStartMarker(Marker startMarker)
           
 void MarkerShapePainter.setMiddleMarker(Marker middleMarker)
           
 void MarkerShapePainter.setEndMarker(Marker endMarker)
           
 



Copyright © 2001 Apache Software Foundation. All Rights Reserved.