Package | Description |
---|---|
org.apache.batik.gvt |
Contains all of the interfaces for describing and painting vector
graphics as Java objects.
|
Modifier and Type | Field and Description |
---|---|
private ProxyGraphicsNode |
MarkerShapePainter.endMarkerProxy
End marker proxy.
|
private ProxyGraphicsNode[] |
MarkerShapePainter.middleMarkerProxies
Middle marker proxy.
|
private ProxyGraphicsNode |
MarkerShapePainter.startMarkerProxy
Start marker proxy.
|
Modifier and Type | Method and Description |
---|---|
protected ProxyGraphicsNode |
MarkerShapePainter.buildEndMarkerProxy()
Builds a proxy
GraphicsNode for the input Marker to be
drawn at the end position. |
protected ProxyGraphicsNode[] |
MarkerShapePainter.buildMiddleMarkerProxies()
Builds a proxy
GraphicsNode for the input
Marker to be drawn at the middle positions |
protected ProxyGraphicsNode |
MarkerShapePainter.buildStartMarkerProxy()
Builds a proxy
GraphicsNode for the input Marker to be
drawn at the start position |
private ProxyGraphicsNode |
MarkerShapePainter.createMiddleMarker(double[] prev,
int prevSegType,
double[] curr,
int currSegType,
double[] next,
int nextSegType)
Creates a ProxyGraphicsNode for a middle marker.
|