|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GraphicsNodeRableFactory | |
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. |
org.apache.batik.refimpl.bridge | |
org.apache.batik.refimpl.gvt.filter |
Uses of GraphicsNodeRableFactory in org.apache.batik.bridge |
Methods in org.apache.batik.bridge that return GraphicsNodeRableFactory | |
GraphicsNodeRableFactory |
BridgeContext.getGraphicsNodeRableFactory()
Returns a GraphicsNodeRable factory |
Methods in org.apache.batik.bridge with parameters of type GraphicsNodeRableFactory | |
void |
BridgeContext.setGraphicsNodeRableFactory(GraphicsNodeRableFactory f)
Sets the GraphicsNodeRableFactory to use. |
Uses of GraphicsNodeRableFactory in org.apache.batik.gvt |
Methods in org.apache.batik.gvt that return GraphicsNodeRableFactory | |
GraphicsNodeRableFactory |
GraphicsNodeRenderContext.getGraphicsNodeRableFactory()
Returns the factory that can be used to build GraphicsNodeRable instances. |
Methods in org.apache.batik.gvt with parameters of type GraphicsNodeRableFactory | |
void |
GraphicsNodeRenderContext.setGraphicsNodeRableFactory(GraphicsNodeRableFactory factory)
Sets the factory to use to build GraphicsNodeRable instances |
Constructors in org.apache.batik.gvt with parameters of type GraphicsNodeRableFactory | |
GraphicsNodeRenderContext(java.awt.geom.AffineTransform transform,
java.awt.Shape aoi,
java.awt.RenderingHints hints,
java.awt.font.FontRenderContext frc,
TextPainter textPainter,
GraphicsNodeRableFactory gnrFactory)
|
Uses of GraphicsNodeRableFactory in org.apache.batik.refimpl.bridge |
Methods in org.apache.batik.refimpl.bridge that return GraphicsNodeRableFactory | |
GraphicsNodeRableFactory |
ConcreteBridgeContext.getGraphicsNodeRableFactory()
|
Methods in org.apache.batik.refimpl.bridge with parameters of type GraphicsNodeRableFactory | |
void |
ConcreteBridgeContext.setGraphicsNodeRableFactory(GraphicsNodeRableFactory f)
|
Uses of GraphicsNodeRableFactory in org.apache.batik.refimpl.gvt.filter |
Classes in org.apache.batik.refimpl.gvt.filter that implement GraphicsNodeRableFactory | |
class |
ConcreteGraphicsNodeRableFactory
This interface lets GraphicsNode create instances of GraphicsNodeRable appropriate for the filter module implementation. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |