Tabnine Logo
TextNode.<init>
Code IndexAdd Tabnine to your IDE (free)

How to use
org.apache.batik.bridge.TextNode
constructor

Best Java code snippets using org.apache.batik.bridge.TextNode.<init> (Showing top 3 results out of 315)

origin: org.apache.xmlgraphics/batik-bridge

/**
 * Creates the GraphicsNode depending on the GraphicsNodeBridge
 * implementation.
 */
protected GraphicsNode instantiateGraphicsNode() {
  return new TextNode();
}
origin: fr.avianey.apache-xmlgraphics/batik

/**
 * Creates the GraphicsNode depending on the GraphicsNodeBridge
 * implementation.
 */
protected GraphicsNode instantiateGraphicsNode() {
  return new TextNode();
}
origin: apache/batik

/**
 * Creates the GraphicsNode depending on the GraphicsNodeBridge
 * implementation.
 */
protected GraphicsNode instantiateGraphicsNode() {
  return new TextNode();
}
org.apache.batik.bridgeTextNode<init>

Javadoc

Constructs a new empty TextNode.

Popular methods of TextNode

  • getTextRuns
    Returns a list of text runs.
  • getAttributedCharacterIterator
    Returns the attributed character iterator of this text node.
  • getHighlightShape
    Returns the shape used to outline this text node.
  • getLocation
    Returns the location of this text node.
  • getMarkerForChar
    Return the marker for the character at index in this nodes AttributedCharacterIterator. Before Char
  • setTextPainter
    Sets the text painter of this text node. If the specified text painter is null, this text node will
  • setTextRuns
    Sets the list of text runs of this text node.
  • contains
  • fireGraphicsNodeChangeCompleted
  • fireGraphicsNodeChangeStarted
  • getBounds
  • getGeometryBounds
    Returns the bounds of the area covered by this node, without taking any of its rendering attribute i
  • getBounds,
  • getGeometryBounds,
  • getGlobalTransform,
  • getPrimitiveBounds,
  • getRenderingHints,
  • getRoot,
  • getText,
  • invalidateGeometryCache,
  • setAttributedCharacterIterator

Popular in Java

  • Parsing JSON documents to java classes using gson
  • onCreateOptionsMenu (Activity)
  • requestLocationUpdates (LocationManager)
  • startActivity (Activity)
  • Graphics2D (java.awt)
    This Graphics2D class extends the Graphics class to provide more sophisticated control overgraphics
  • InputStreamReader (java.io)
    A class for turning a byte stream into a character stream. Data read from the source input stream is
  • NumberFormat (java.text)
    The abstract base class for all number formats. This class provides the interface for formatting and
  • JOptionPane (javax.swing)
  • Logger (org.apache.log4j)
    This is the central class in the log4j package. Most logging operations, except configuration, are d
  • SAXParseException (org.xml.sax)
    Encapsulate an XML parse error or warning.> This module, both source code and documentation, is in t
  • Top plugins for Android Studio
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