|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GraphicsNodeRableFactory | |
org.apache.batik.gvt | Contains all of the interfaces for describing and painting vector graphics as Java objects. |
org.apache.batik.gvt.filter | Contains all of the interfaces for describing a set of standard image processing filters Java objects. |
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.gvt.filter |
Classes in org.apache.batik.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 |