Tabnine Logo
TextPainter.getMark
Code IndexAdd Tabnine to your IDE (free)

How to use
getMark
method
in
org.apache.batik.bridge.TextPainter

Best Java code snippets using org.apache.batik.bridge.TextPainter.getMark (Showing top 3 results out of 315)

origin: org.apache.xmlgraphics/batik-bridge

/**
 * Return the marker for the character at index in this nodes
 * AttributedCharacterIterator.  Before Char indicates if the
 * Marker should be considered before or after char.
 */
public Mark getMarkerForChar(int index, boolean beforeChar) {
  return textPainter.getMark(this, index, beforeChar);
}
origin: fr.avianey.apache-xmlgraphics/batik

/**
 * Return the marker for the character at index in this nodes
 * AttributedCharacterIterator.  Before Char indicates if the
 * Marker should be considered before or after char.
 */
public Mark getMarkerForChar(int index, boolean beforeChar) {
  return textPainter.getMark(this, index, beforeChar);
}
origin: apache/batik

/**
 * Return the marker for the character at index in this nodes
 * AttributedCharacterIterator.  Before Char indicates if the
 * Marker should be considered before or after char.
 */
public Mark getMarkerForChar(int index, boolean beforeChar) {
  return textPainter.getMark(this, index, beforeChar);
}
org.apache.batik.bridgeTextPaintergetMark

Javadoc

Returns a mark for the char at index in node's AttributedCharacterIterator. Leading edge indicates if the mark should be considered immediately 'before' glyph or after

Popular methods of TextPainter

  • getBounds2D
    Get a Rectangle2D in userspace coords which encloses the textnode glyphs rendered bounds (includes s
  • getGeometryBounds
    Get a Rectangle2D in userspace coords which encloses the textnode glyphs just including the geometry
  • getOutline
    Get a Shape in userspace coords which defines the textnode glyph outlines.
  • paint
    Paints the specified attributed character iterator using the specified Graphics2D and context and fo
  • getHighlightShape
    Get a Shape in userspace coords which encloses the textnode glyphs bounded by two Marks. Note that t
  • getSelected
    Get an array of index pairs corresponding to the indices within an AttributedCharacterIterator regio
  • selectAt
    Initiates a text selection on a particular AttributedCharacterIterator, using the text/font metrics
  • selectFirst
    Selects the first glyph in the text node.
  • selectLast
    Selects the last glyph in the text node.
  • selectTo
    Continues a text selection on a particular AttributedCharacterIterator, using the text/font metrics

Popular in Java

  • Updating database using SQL prepared statement
  • runOnUiThread (Activity)
  • onRequestPermissionsResult (Fragment)
  • setRequestProperty (URLConnection)
  • DecimalFormat (java.text)
    A concrete subclass of NumberFormat that formats decimal numbers. It has a variety of features desig
  • Enumeration (java.util)
    A legacy iteration interface.New code should use Iterator instead. Iterator replaces the enumeration
  • LinkedHashMap (java.util)
    LinkedHashMap is an implementation of Map that guarantees iteration order. All optional operations a
  • Handler (java.util.logging)
    A Handler object accepts a logging request and exports the desired messages to a target, for example
  • Collectors (java.util.stream)
  • Logger (org.slf4j)
    The org.slf4j.Logger interface is the main user entry point of SLF4J API. It is expected that loggin
  • Best plugins for Eclipse
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now