Uses of Class
org.apache.batik.gvt.Marker
-
Packages that use Marker 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 Marker in org.apache.batik.bridge
Methods in org.apache.batik.bridge that return Marker Modifier and Type Method Description static MarkerPaintServer. convertMarker(org.w3c.dom.Element e, Value v, BridgeContext ctx)Returns aMarkerdefined on the specified element by the specified value, and for the specified shape node.MarkerMarkerBridge. createMarker(BridgeContext ctx, org.w3c.dom.Element markerElement, org.w3c.dom.Element paintedElement)Creates aMarkeraccording to the specified parameters.MarkerSVGMarkerElementBridge. createMarker(BridgeContext ctx, org.w3c.dom.Element markerElement, org.w3c.dom.Element paintedElement)Creates aMarkeraccording to the specified parameters. -
Uses of Marker in org.apache.batik.gvt
Fields in org.apache.batik.gvt declared as Marker Modifier and Type Field Description protected MarkerMarkerShapePainter. endMarkerEnd Markerprotected MarkerMarkerShapePainter. middleMarkerMiddle Markerprotected MarkerMarkerShapePainter. startMarkerStart MarkerMethods in org.apache.batik.gvt that return Marker Modifier and Type Method Description MarkerMarkerShapePainter. getEndMarker()Returns the marker that shall be drawn at the last vertex of the given shape.MarkerMarkerShapePainter. getMiddleMarker()Returns the marker that shall be drawn at every other vertex (not the first or the last one) of the given shape.MarkerMarkerShapePainter. getStartMarker()Returns the marker that shall be drawn at the first vertex of the given shape.Methods in org.apache.batik.gvt with parameters of type Marker Modifier and Type Method Description private java.awt.geom.AffineTransformMarkerShapePainter. computeMarkerTransform(Marker marker, java.awt.geom.Point2D markerPosition, double rotation)Computes the transform for the input marker, so that it is positioned at the given position with the specified rotationvoidMarkerShapePainter. setEndMarker(Marker endMarker)Sets the marker that shall be drawn at the last vertex of the given shape.voidMarkerShapePainter. setMiddleMarker(Marker middleMarker)Sets the marker that shall be drawn at every other vertex (not the first or the last one) of the given shape.voidMarkerShapePainter. setStartMarker(Marker startMarker)Sets the marker that shall be drawn at the first vertex of the given shape.
-