Tabnine Logo
TextSpanLayout.getCharacterCount
Code IndexAdd Tabnine to your IDE (free)

How to use
getCharacterCount
method
in
org.apache.batik.bridge.TextSpanLayout

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

origin: apache/batik

  return null;
int startCharCount = startLayout.getCharacterCount
  (startGlyphIndex, startGlyphIndex);
int endCharCount = endLayout.getCharacterCount
  (endGlyphIndex, endGlyphIndex);
if (startCharCount > 1) {
origin: org.apache.xmlgraphics/batik-bridge

  return null;
int startCharCount = startLayout.getCharacterCount
  (startGlyphIndex, startGlyphIndex);
int endCharCount = endLayout.getCharacterCount
  (endGlyphIndex, endGlyphIndex);
if (startCharCount > 1) {
origin: fr.avianey.apache-xmlgraphics/batik

  return null;
int startCharCount = startLayout.getCharacterCount
  (startGlyphIndex, startGlyphIndex);
int endCharCount = endLayout.getCharacterCount
  (endGlyphIndex, endGlyphIndex);
if (startCharCount > 1) {
org.apache.batik.bridgeTextSpanLayoutgetCharacterCount

Javadoc

Returns the number of chars represented by the glyphs within the specified range.

Popular methods of TextSpanLayout

  • draw
    Paints the specified text layout using the specified Graphics2D and rendering context.
  • getAdvance2D
    Returns the current text position at the completion of glyph layout. (This is the position that shou
  • getGlyphAdvances
    Returns the advance between each glyph in text progression direction.
  • getGlyphCount
    Returns the number of glyphs in this layout.
  • getGlyphIndex
    Returns the glyph index of the glyph that has the specified char index.
  • getGlyphVector
    Return the glyph vector asociated to this layout.
  • getBounds2D
    Returns the rectangular bounds of the completed glyph layout. This includes stroking information, th
  • getComputedOrientationAngle
    Return the rotation angle applied to the character.
  • getDecorationOutline
    Returns the outline of the specified decorations on the glyphs, transformed by an AffineTransform.
  • getGlyphMetrics
    Returns the Metrics for a particular glyph.
  • getHighlightShape
    Returns a Shape which encloses the currently selected glyphs as specified by glyph indices begin and
  • getLineMetrics
    Returns the Line metrics for this text span.
  • getHighlightShape,
  • getLineMetrics,
  • getOutline,
  • getTextPathAdvance,
  • hasCharacterIndex,
  • hitTestChar,
  • isLeftToRight,
  • isOnATextPath,
  • isVertical

Popular in Java

  • Finding current android device location
  • setScale (BigDecimal)
  • setRequestProperty (URLConnection)
  • requestLocationUpdates (LocationManager)
  • SimpleDateFormat (java.text)
    Formats and parses dates in a locale-sensitive manner. Formatting turns a Date into a String, and pa
  • Comparator (java.util)
    A Comparator is used to compare two objects to determine their ordering with respect to each other.
  • UUID (java.util)
    UUID is an immutable representation of a 128-bit universally unique identifier (UUID). There are mul
  • ExecutorService (java.util.concurrent)
    An Executor that provides methods to manage termination and methods that can produce a Future for tr
  • JComboBox (javax.swing)
  • SAXParseException (org.xml.sax)
    Encapsulate an XML parse error or warning.> This module, both source code and documentation, is in t
  • From CI to AI: The AI layer in your organization
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