|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Marker | |
|---|---|
| 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.gvt |
|---|
| Fields in org.apache.batik.gvt declared as Marker | |
|---|---|
protected Marker |
MarkerShapePainter.endMarker
End Marker |
protected Marker |
MarkerShapePainter.middleMarker
Middle Marker |
protected Marker |
MarkerShapePainter.startMarker
Start Marker |
| Methods in org.apache.batik.gvt that return Marker | |
|---|---|
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. |
| Methods in org.apache.batik.gvt with parameters of type Marker | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||