| 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.
|
| Modifier and Type | Method | Description |
|---|---|---|
static Marker |
PaintServer.convertMarker(org.w3c.dom.Element e,
Value 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,
org.w3c.dom.Element markerElement,
org.w3c.dom.Element paintedElement) |
Creates a
Marker according to the specified parameters. |
Marker |
SVGMarkerElementBridge.createMarker(BridgeContext ctx,
org.w3c.dom.Element markerElement,
org.w3c.dom.Element paintedElement) |
Creates a
Marker according to the specified parameters. |
| Modifier and Type | Field | Description |
|---|---|---|
protected Marker |
MarkerShapePainter.endMarker |
End Marker
|
protected Marker |
MarkerShapePainter.middleMarker |
Middle Marker
|
protected Marker |
MarkerShapePainter.startMarker |
Start Marker
|
| Modifier and Type | Method | Description |
|---|---|---|
Marker |
MarkerShapePainter.getEndMarker() |
Returns the marker that shall be drawn at the last vertex of the given
shape.
|
Marker |
MarkerShapePainter.getMiddleMarker() |
Returns the marker that shall be drawn at every other vertex (not the
first or the last one) of the given shape.
|
Marker |
MarkerShapePainter.getStartMarker() |
Returns the marker that shall be drawn at the first vertex of the given
shape.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
MarkerShapePainter.setEndMarker(Marker endMarker) |
Sets the marker that shall be drawn at the last vertex of the given
shape.
|
void |
MarkerShapePainter.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.
|
void |
MarkerShapePainter.setStartMarker(Marker startMarker) |
Sets the marker that shall be drawn at the first vertex of the given
shape.
|
Copyright ? 2018 Apache Software Foundation. All Rights Reserved.