org.apache.batik.gvt.renderer
Class BasicTextPainter.BasicMark

java.lang.Object
  extended byorg.apache.batik.gvt.renderer.BasicTextPainter.BasicMark
All Implemented Interfaces:
Mark
Enclosing class:
BasicTextPainter

protected static class BasicTextPainter.BasicMark
extends java.lang.Object
implements Mark

This TextPainter's implementation of the Mark interface.


Constructor Summary
protected BasicTextPainter.BasicMark(TextNode node, TextHit hit)
          Constructs a new Mark with the specified parameters.
 
Method Summary
 TextHit getHit()
           
 TextNode getTextNode()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicTextPainter.BasicMark

protected BasicTextPainter.BasicMark(TextNode node,
                                     TextHit hit)
Constructs a new Mark with the specified parameters.

Method Detail

getHit

public TextHit getHit()

getTextNode

public TextNode getTextNode()
Specified by:
getTextNode in interface Mark


<oXygen/> XML Editor uses Batik from the Apache Foundation to provide support for previewing SVG documents. See the SVG Editor section for more info.