Codota Logo
TextPainter.getMark
Code IndexAdd Codota 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)

  • Add the Codota plugin to your IDE and get smart completions
private void myMethod () {
StringBuilder s =
  • Codota Iconnew StringBuilder()
  • Codota Iconnew StringBuilder(32)
  • Codota IconString str;new StringBuilder(str)
  • Smart code suggestions by Codota
}
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
  • getSystemService (Context)
  • scheduleAtFixedRate (ScheduledExecutorService)
    Creates and executes a periodic action that becomes enabled first after the given initial delay, and
  • getContentResolver (Context)
  • HttpURLConnection (java.net)
    An URLConnection for HTTP (RFC 2616 [http://tools.ietf.org/html/rfc2616]) used to send and receive d
  • ByteBuffer (java.nio)
    A buffer for bytes. A byte buffer can be created in either one of the following ways: * #allocate(i
  • Selector (java.nio.channels)
    A controller for the selection of SelectableChannel objects. Selectable channels can be registered w
  • TreeMap (java.util)
    A Red-Black tree based NavigableMap implementation. The map is sorted according to the Comparable of
  • Collectors (java.util.stream)
  • DateTimeFormat (org.joda.time.format)
    Factory that creates instances of DateTimeFormatter from patterns and styles. Datetime formatting i
Codota Logo
  • Products

    Search for Java codeSearch for JavaScript codeEnterprise
  • IDE Plugins

    IntelliJ IDEAWebStormAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogCodota Academy Plugin user guide Terms of usePrivacy policyJava Code IndexJavascript Code Index
Get Codota for your IDE now