|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GraphicsNodeRenderContext | |
org.apache.batik.gvt | Contains all of the interfaces for describing and painting vector graphics as Java objects. |
org.apache.batik.gvt.renderer | |
org.apache.batik.refimpl.gvt | |
org.apache.batik.refimpl.gvt.filter | |
org.apache.batik.refimpl.gvt.renderer | |
org.apache.batik.refimpl.gvt.text |
Uses of GraphicsNodeRenderContext in org.apache.batik.gvt |
Methods in org.apache.batik.gvt that return GraphicsNodeRenderContext | |
static GraphicsNodeRenderContext |
GraphicsNodeRenderContext.getGraphicsNodeRenderContext(java.awt.image.renderable.RenderContext ctx)
Given a RenderContext, this convenience method will build a GraphicsNodeRenderContext |
static GraphicsNodeRenderContext |
GraphicsNodeRenderContext.getGraphicsNodeRenderContext(java.awt.Graphics2D g2d)
Given a Graphics2D, this convenience method will build a GraphicsNodeRenderContext |
Methods in org.apache.batik.gvt with parameters of type GraphicsNodeRenderContext | |
void |
GraphicsNode.progressivePaint(java.awt.Graphics2D g2d,
GraphicsNodeRenderContext rc)
Paints one step of this node rendering operations. |
void |
GraphicsNode.paint(java.awt.Graphics2D g2d,
GraphicsNodeRenderContext rc)
Paints this node. |
void |
GraphicsNode.primitivePaint(java.awt.Graphics2D g2d,
GraphicsNodeRenderContext rc)
Paints this node without applying Filter, Mask, Composite and clip. |
void |
Selectable.selectAt(double x,
double y,
GraphicsNodeRenderContext rc)
Initializes the current selection to begin with the character at (x, y). |
void |
Selectable.selectTo(double x,
double y,
GraphicsNodeRenderContext rc)
Extends the current selection to the character at (x, y).. |
void |
Selectable.selectAll(double x,
double y,
GraphicsNodeRenderContext rc)
Selects the entire contents of the GraphicsNode at (x, y).. |
java.lang.Object |
Selectable.getSelection(GraphicsNodeRenderContext rc)
Get the current text selection. |
java.awt.Shape |
Selectable.getHighlightShape(GraphicsNodeRenderContext rc)
Return a shape in user coords which encloses the current selection. |
void |
ShapePainter.paint(java.awt.Shape shape,
java.awt.Graphics2D g2d,
GraphicsNodeRenderContext ctx)
Paints the specified shape using the specified Graphics2D and context. |
void |
TextPainter.paint(java.text.AttributedCharacterIterator aci,
java.awt.geom.Point2D location,
TextNode.Anchor anchor,
java.awt.Graphics2D g2d,
GraphicsNodeRenderContext context)
Paints the specified attributed character iterator using the specified Graphics2D and context and font context. |
Mark |
TextPainter.selectAt(double x,
double y,
java.text.AttributedCharacterIterator aci,
TextNode.Anchor anchor,
GraphicsNodeRenderContext context)
Initiates a text selection on a particular AttributedCharacterIterator, using the text/font metrics employed by this TextPainter instance. |
Mark |
TextPainter.selectTo(double x,
double y,
Mark beginMark,
java.text.AttributedCharacterIterator aci,
TextNode.Anchor anchor,
GraphicsNodeRenderContext context)
Continues a text selection on a particular AttributedCharacterIterator, using the text/font metrics employed by this TextPainter instance. |
Mark |
TextPainter.selectAll(double x,
double y,
java.text.AttributedCharacterIterator aci,
TextNode.Anchor anchor,
GraphicsNodeRenderContext context)
Select all of the text represented by an AttributedCharacterIterator, using the text/font metrics employed by this TextPainter instance. |
Uses of GraphicsNodeRenderContext in org.apache.batik.gvt.renderer |
Methods in org.apache.batik.gvt.renderer that return GraphicsNodeRenderContext | |
GraphicsNodeRenderContext |
RendererFactory.getRenderContext()
|
Uses of GraphicsNodeRenderContext in org.apache.batik.refimpl.gvt |
Methods in org.apache.batik.refimpl.gvt with parameters of type GraphicsNodeRenderContext | |
void |
ConcreteFillShapePainter.paint(java.awt.Shape shape,
java.awt.Graphics2D g2d,
GraphicsNodeRenderContext ctx)
|
void |
AbstractGraphicsNode.paint(java.awt.Graphics2D g2d,
GraphicsNodeRenderContext rc)
|
void |
ConcreteTextNode.selectAt(double x,
double y,
GraphicsNodeRenderContext rc)
Initializes the current selection to begin with the character at (x, y). |
void |
ConcreteTextNode.selectTo(double x,
double y,
GraphicsNodeRenderContext rc)
Extends the current selection to the character at (x, y).. |
void |
ConcreteTextNode.selectAll(double x,
double y,
GraphicsNodeRenderContext rc)
Extends the current selection to the character at (x, y).. |
java.lang.Object |
ConcreteTextNode.getSelection(GraphicsNodeRenderContext rc)
Get the current text selection. |
java.awt.Shape |
ConcreteTextNode.getHighlightShape(GraphicsNodeRenderContext rc)
|
void |
ConcreteTextNode.progressivePaint(java.awt.Graphics2D g2d,
GraphicsNodeRenderContext rc)
|
void |
ConcreteTextNode.primitivePaint(java.awt.Graphics2D g2d,
GraphicsNodeRenderContext rc)
|
void |
ConcreteShapeNode.progressivePaint(java.awt.Graphics2D g2d,
GraphicsNodeRenderContext rc)
|
void |
ConcreteShapeNode.primitivePaint(java.awt.Graphics2D g2d,
GraphicsNodeRenderContext rc)
|
void |
ConcreteCompositeGraphicsNode.progressivePaint(java.awt.Graphics2D g2d,
GraphicsNodeRenderContext rc)
|
void |
ConcreteCompositeGraphicsNode.primitivePaint(java.awt.Graphics2D g2d,
GraphicsNodeRenderContext rc)
|
void |
ConcreteCanvasGraphicsNode.primitivePaint(java.awt.Graphics2D g2d,
GraphicsNodeRenderContext rc)
|
void |
ConcreteStrokeShapePainter.paint(java.awt.Shape shape,
java.awt.Graphics2D g2d,
GraphicsNodeRenderContext ctx)
|
void |
ConcreteCompositeShapePainter.paint(java.awt.Shape shape,
java.awt.Graphics2D g2d,
GraphicsNodeRenderContext ctx)
|
void |
ConcreteRasterImageNode.progressivePaint(java.awt.Graphics2D g2d,
GraphicsNodeRenderContext rc)
|
void |
ConcreteRasterImageNode.primitivePaint(java.awt.Graphics2D g2d,
GraphicsNodeRenderContext rc)
|
Uses of GraphicsNodeRenderContext in org.apache.batik.refimpl.gvt.filter |
Methods in org.apache.batik.refimpl.gvt.filter with parameters of type GraphicsNodeRenderContext | |
Filter |
ConcreteBackgroundRable.getBackground(GraphicsNode gn,
GraphicsNode child,
GraphicsNodeRenderContext rc)
Returns a filter that represents the background image for child. |
Uses of GraphicsNodeRenderContext in org.apache.batik.refimpl.gvt.renderer |
Fields in org.apache.batik.refimpl.gvt.renderer declared as GraphicsNodeRenderContext | |
protected GraphicsNodeRenderContext |
StaticRenderer.nodeRenderContext
Passed to the GVT tree to describe the rendering environment |
Methods in org.apache.batik.refimpl.gvt.renderer that return GraphicsNodeRenderContext | |
GraphicsNodeRenderContext |
StaticRendererFactory.getRenderContext()
|
GraphicsNodeRenderContext |
StaticRenderer.getRenderContext()
|
Methods in org.apache.batik.refimpl.gvt.renderer with parameters of type GraphicsNodeRenderContext | |
void |
BasicTextPainter.paint(java.text.AttributedCharacterIterator aci,
java.awt.geom.Point2D location,
TextNode.Anchor anchor,
java.awt.Graphics2D g2d,
GraphicsNodeRenderContext context)
Paints the specified attributed character iterator using the specified Graphics2D and rendering context. |
Mark |
BasicTextPainter.selectAt(double x,
double y,
java.text.AttributedCharacterIterator aci,
TextNode.Anchor anchor,
GraphicsNodeRenderContext context)
Given an X, y coordinate, text anchor type, AttributedCharacterIterator, and GraphicsNodeRenderContext, return a Mark which encapsulates a "selection start" action. |
Mark |
BasicTextPainter.selectTo(double x,
double y,
Mark beginMark,
java.text.AttributedCharacterIterator aci,
TextNode.Anchor anchor,
GraphicsNodeRenderContext context)
Given an X, y coordinate, text anchor type, starting Mark, AttributedCharacterIterator, and GraphicsNodeRenderContext, return a Mark which encapsulates a "selection continued" action. |
Mark |
BasicTextPainter.selectAll(double x,
double y,
java.text.AttributedCharacterIterator aci,
TextNode.Anchor anchor,
GraphicsNodeRenderContext context)
Select the entire contents of an AttributedCharacterIterator, and return a Mark which encapsulates that selection action. |
void |
StrokingTextPainter.paint(java.text.AttributedCharacterIterator aci,
java.awt.geom.Point2D location,
TextNode.Anchor anchor,
java.awt.Graphics2D g2d,
GraphicsNodeRenderContext context)
Paints the specified attributed character iterator using the specified Graphics2D and rendering context. |
void |
StaticRenderer.setRenderContext(GraphicsNodeRenderContext rc)
|
void |
ConcreteTextPainter.paint(java.text.AttributedCharacterIterator aci,
java.awt.geom.Point2D location,
TextNode.Anchor anchor,
java.awt.Graphics2D g2d,
GraphicsNodeRenderContext context)
Paints the specified attributed character iterator using the specified Graphics2D and context and font context. |
Constructors in org.apache.batik.refimpl.gvt.renderer with parameters of type GraphicsNodeRenderContext | |
StaticRenderer(java.awt.image.BufferedImage offScreen,
GraphicsNodeRenderContext rc)
|
|
DynamicRenderer(java.awt.image.BufferedImage offScreen,
GraphicsNodeRenderContext rc)
Constructs a new dynamic renderer with the specified buffer image. |
Uses of GraphicsNodeRenderContext in org.apache.batik.refimpl.gvt.text |
Constructors in org.apache.batik.refimpl.gvt.text with parameters of type GraphicsNodeRenderContext | |
ConcreteTextSelector(GraphicsNodeRenderContext rc)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |