Uses of Class
org.apache.batik.gvt.ProxyGraphicsNode
Packages that use ProxyGraphicsNode
Package
Description
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 ProxyGraphicsNodeModifier and TypeFieldDescriptionprivate ProxyGraphicsNodeMarkerShapePainter.endMarkerProxyEnd marker proxy.private ProxyGraphicsNode[]MarkerShapePainter.middleMarkerProxiesMiddle marker proxy.private ProxyGraphicsNodeMarkerShapePainter.startMarkerProxyStart marker proxy.Methods in org.apache.batik.gvt that return ProxyGraphicsNodeModifier and TypeMethodDescriptionprotected ProxyGraphicsNodeMarkerShapePainter.buildEndMarkerProxy()Builds a proxyGraphicsNodefor the inputMarkerto be drawn at the end position.protected ProxyGraphicsNode[]MarkerShapePainter.buildMiddleMarkerProxies()Builds a proxyGraphicsNodefor the inputMarkerto be drawn at the middle positionsprotected ProxyGraphicsNodeMarkerShapePainter.buildStartMarkerProxy()Builds a proxyGraphicsNodefor the inputMarkerto be drawn at the start positionprivate ProxyGraphicsNodeMarkerShapePainter.createMiddleMarker(double[] prev, int prevSegType, double[] curr, int currSegType, double[] next, int nextSegType) Creates a ProxyGraphicsNode for a middle marker.