Uses of Interface
org.apache.batik.gvt.text.Mark

Packages that use Mark
org.apache.batik.gvt Contains all of the interfaces for describing and painting vector graphics as Java objects. 
org.apache.batik.gvt.renderer   
 

Uses of Mark in org.apache.batik.gvt
 

Methods in org.apache.batik.gvt that return Mark
 Mark TextPainter.selectAt(double x, double y, java.text.AttributedCharacterIterator aci, TextNode node, 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 node, 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 node, GraphicsNodeRenderContext context)
          Select all of the text represented by an AttributedCharacterIterator, using the text/font metrics employed by this TextPainter instance.
 Mark TextPainter.selectFirst(double x, double y, java.text.AttributedCharacterIterator aci, TextNode node, GraphicsNodeRenderContext context)
          Selects the first glyph in the text node.
 Mark TextPainter.selectLast(double x, double y, java.text.AttributedCharacterIterator aci, TextNode node, GraphicsNodeRenderContext context)
          Selects the last glyph in the text node.
 

Methods in org.apache.batik.gvt with parameters of type Mark
 Mark TextPainter.selectTo(double x, double y, Mark beginMark, java.text.AttributedCharacterIterator aci, TextNode node, GraphicsNodeRenderContext context)
          Continues a text selection on a particular AttributedCharacterIterator, using the text/font metrics employed by this TextPainter instance.
 int[] TextPainter.getSelected(java.text.AttributedCharacterIterator aci, Mark start, Mark finish)
           
 java.awt.Shape TextPainter.getHighlightShape(Mark beginMark, Mark endMark)
           
 

Uses of Mark in org.apache.batik.gvt.renderer
 

Methods in org.apache.batik.gvt.renderer that return Mark
 Mark BasicTextPainter.selectAt(double x, double y, java.text.AttributedCharacterIterator aci, TextNode node, GraphicsNodeRenderContext context)
          Given an X, y coordinate, 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 node, GraphicsNodeRenderContext context)
          Given an X, y coordinate, 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 node, GraphicsNodeRenderContext context)
          Select the entire contents of an AttributedCharacterIterator, and return a Mark which encapsulates that selection action.
protected abstract  Mark BasicTextPainter.hitTest(double x, double y, java.text.AttributedCharacterIterator aci, TextNode node, GraphicsNodeRenderContext context)
           
protected  Mark StrokingTextPainter.hitTest(double x, double y, java.text.AttributedCharacterIterator aci, TextNode node, GraphicsNodeRenderContext context)
           
 Mark StrokingTextPainter.selectFirst(double x, double y, java.text.AttributedCharacterIterator aci, TextNode node, GraphicsNodeRenderContext context)
          Selects the first glyph in the text node.
 Mark StrokingTextPainter.selectLast(double x, double y, java.text.AttributedCharacterIterator aci, TextNode node, GraphicsNodeRenderContext context)
          Selects the last glyph in the text node.
 

Methods in org.apache.batik.gvt.renderer with parameters of type Mark
 Mark BasicTextPainter.selectTo(double x, double y, Mark beginMark, java.text.AttributedCharacterIterator aci, TextNode node, GraphicsNodeRenderContext context)
          Given an X, y coordinate, starting Mark, AttributedCharacterIterator, and GraphicsNodeRenderContext, return a Mark which encapsulates a "selection continued" action.
 int[] StrokingTextPainter.getSelected(java.text.AttributedCharacterIterator aci, Mark startMark, Mark finishMark)
          Returns an array of ints representing begin/end index pairs into an AttributedCharacterIterator which represents the text selection delineated by two Mark instances.
 java.awt.Shape StrokingTextPainter.getHighlightShape(Mark beginMark, Mark endMark)
          Return a Shape, in the coordinate system of the text layout, which encloses the text selection delineated by two Mark instances.
 



Copyright © 2001 Apache Software Foundation. All Rights Reserved.