Uses of Class
org.apache.batik.gvt.ProxyGraphicsNode
-
Packages that use ProxyGraphicsNode Package Description org.apache.batik.gvt Contains all of the interfaces for describing and painting vector graphics as Java objects. -
-
Uses of ProxyGraphicsNode in org.apache.batik.gvt
Fields in org.apache.batik.gvt declared as ProxyGraphicsNode Modifier and Type Field Description private ProxyGraphicsNode
MarkerShapePainter. endMarkerProxy
End marker proxy.private ProxyGraphicsNode[]
MarkerShapePainter. middleMarkerProxies
Middle marker proxy.private ProxyGraphicsNode
MarkerShapePainter. startMarkerProxy
Start marker proxy.Methods in org.apache.batik.gvt that return ProxyGraphicsNode Modifier and Type Method Description protected ProxyGraphicsNode
MarkerShapePainter. buildEndMarkerProxy()
Builds a proxyGraphicsNode
for the inputMarker
to be drawn at the end position.protected ProxyGraphicsNode[]
MarkerShapePainter. buildMiddleMarkerProxies()
Builds a proxyGraphicsNode
for the inputMarker
to be drawn at the middle positionsprotected ProxyGraphicsNode
MarkerShapePainter. buildStartMarkerProxy()
Builds a proxyGraphicsNode
for the inputMarker
to be drawn at the start positionprivate ProxyGraphicsNode
MarkerShapePainter. createMiddleMarker(double[] prev, int prevSegType, double[] curr, int currSegType, double[] next, int nextSegType)
Creates a ProxyGraphicsNode for a middle marker.
-