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

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

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

origin: org.apache.xmlgraphics/batik-bridge

Shape s = textRun.getLayout().getDecorationOutline
    (decorationType);
Rectangle2D r2d = s.getBounds2D();
    textRun.getLayout().getDecorationOutline(decorationType);
if (decorationRect == null) {
origin: fr.avianey.apache-xmlgraphics/batik

Shape s = textRun.getLayout().getDecorationOutline
  (decorationType);
Rectangle2D r2d = s.getBounds2D();
  textRun.getLayout().getDecorationOutline(decorationType);
if (decorationRect == null) {
origin: apache/batik

Shape s = textRun.getLayout().getDecorationOutline
    (decorationType);
Rectangle2D r2d = s.getBounds2D();
    textRun.getLayout().getDecorationOutline(decorationType);
if (decorationRect == null) {
origin: fr.avianey.apache-xmlgraphics/batik

Shape s = textRun.getLayout().getDecorationOutline
  (decorationType);
Rectangle2D r2d = s.getBounds2D();
  textRun.getLayout().getDecorationOutline(decorationType);
if (decorationRect == null) {
origin: org.apache.xmlgraphics/batik-bridge

Shape s = textRun.getLayout().getDecorationOutline
    (decorationType);
Rectangle2D r2d = s.getBounds2D();
    textRun.getLayout().getDecorationOutline(decorationType);
if (decorationRect == null) {
origin: apache/batik

Shape s = textRun.getLayout().getDecorationOutline
    (decorationType);
Rectangle2D r2d = s.getBounds2D();
    textRun.getLayout().getDecorationOutline(decorationType);
if (decorationRect == null) {
origin: fr.avianey.apache-xmlgraphics/batik

Shape s = textRun.getLayout().getDecorationOutline
  (decorationType);
Rectangle2D r2d = s.getBounds2D();
  textRun.getLayout().getDecorationOutline(decorationType);
origin: org.apache.xmlgraphics/batik-bridge

Shape s = textRun.getLayout().getDecorationOutline
    (decorationType);
Rectangle2D r2d = s.getBounds2D();
    textRun.getLayout().getDecorationOutline(decorationType);
origin: apache/batik

Shape s = textRun.getLayout().getDecorationOutline
    (decorationType);
Rectangle2D r2d = s.getBounds2D();
    textRun.getLayout().getDecorationOutline(decorationType);
org.apache.batik.bridgeTextSpanLayoutgetDecorationOutline

Javadoc

Returns the outline of the specified decorations on the glyphs, transformed by an AffineTransform.

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
  • getCharacterCount
    Returns the number of chars represented by the glyphs within the specified range.
  • getComputedOrientationAngle
    Return the rotation angle applied to the character.
  • 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

  • Parsing JSON documents to java classes using gson
  • runOnUiThread (Activity)
  • getResourceAsStream (ClassLoader)
  • getContentResolver (Context)
  • InputStreamReader (java.io)
    A class for turning a byte stream into a character stream. Data read from the source input stream is
  • UnknownHostException (java.net)
    Thrown when a hostname can not be resolved.
  • SimpleDateFormat (java.text)
    Formats and parses dates in a locale-sensitive manner. Formatting turns a Date into a String, and pa
  • DataSource (javax.sql)
    An interface for the creation of Connection objects which represent a connection to a database. This
  • JFileChooser (javax.swing)
  • Join (org.hibernate.mapping)
  • Top PhpStorm plugins
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