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.refimpl.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.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.
 

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.Anchor anchor, 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.refimpl.gvt.renderer
 

Methods in org.apache.batik.refimpl.gvt.renderer that return Mark
 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.
 

Methods in org.apache.batik.refimpl.gvt.renderer with parameters of type Mark
 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.
 int[] BasicTextPainter.getSelected(java.text.AttributedCharacterIterator aci, Mark start, Mark finish)
          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 BasicTextPainter.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 © 2000 Apache Software Foundation. All Rights Reserved.