Tabnine Logo
TextNode.getGlobalTransform
Code IndexAdd Tabnine to your IDE (free)

How to use
getGlobalTransform
method
in
org.apache.batik.bridge.TextNode

Best Java code snippets using org.apache.batik.bridge.TextNode.getGlobalTransform (Showing top 6 results out of 315)

origin: org.apache.xmlgraphics/batik-bridge

/**
 * Returns the shape used to outline this text node.
 *
 * @return a Shape which encloses the current text selection.
 */
public Shape getHighlightShape() {
  Shape highlightShape =
    textPainter.getHighlightShape(beginMark, endMark);
  AffineTransform t = getGlobalTransform();
  highlightShape = t.createTransformedShape(highlightShape);
  return highlightShape;
}
origin: fr.avianey.apache-xmlgraphics/batik

/**
 * Returns the shape used to outline this text node.
 *
 * @return a Shape which encloses the current text selection.
 */
public Shape getHighlightShape() {
  Shape highlightShape =
    textPainter.getHighlightShape(beginMark, endMark);
  AffineTransform t = getGlobalTransform();
  highlightShape = t.createTransformedShape(highlightShape);
  return highlightShape;
}
origin: apache/batik

/**
 * Returns the shape used to outline this text node.
 *
 * @return a Shape which encloses the current text selection.
 */
public Shape getHighlightShape() {
  Shape highlightShape =
    textPainter.getHighlightShape(beginMark, endMark);
  AffineTransform t = getGlobalTransform();
  highlightShape = t.createTransformedShape(highlightShape);
  return highlightShape;
}
origin: fr.avianey.apache-xmlgraphics/batik

AffineTransform at = tn.getGlobalTransform();
at.preConcatenate(ati);
origin: org.apache.xmlgraphics/batik-bridge

AffineTransform at = tn.getGlobalTransform();
at.preConcatenate(ati);
origin: apache/batik

AffineTransform at = tn.getGlobalTransform();
at.preConcatenate(ati);
org.apache.batik.bridgeTextNodegetGlobalTransform

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.
  • <init>
    Constructs a new empty TextNode.
  • contains
  • fireGraphicsNodeChangeCompleted
  • fireGraphicsNodeChangeStarted
  • getBounds
  • fireGraphicsNodeChangeStarted,
  • getBounds,
  • getGeometryBounds,
  • getPrimitiveBounds,
  • getRenderingHints,
  • getRoot,
  • getText,
  • invalidateGeometryCache,
  • setAttributedCharacterIterator

Popular in Java

  • Making http requests using okhttp
  • setContentView (Activity)
  • onCreateOptionsMenu (Activity)
  • onRequestPermissionsResult (Fragment)
  • PrintWriter (java.io)
    Wraps either an existing OutputStream or an existing Writerand provides convenience methods for prin
  • HttpURLConnection (java.net)
    An URLConnection for HTTP (RFC 2616 [http://tools.ietf.org/html/rfc2616]) used to send and receive d
  • MalformedURLException (java.net)
    This exception is thrown when a program attempts to create an URL from an incorrect specification.
  • TimeUnit (java.util.concurrent)
    A TimeUnit represents time durations at a given unit of granularity and provides utility methods to
  • Collectors (java.util.stream)
  • JFrame (javax.swing)
  • Top 17 PhpStorm Plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

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