Tabnine Logo
StrokingTextPainter.getDecorationStrokeOutline
Code IndexAdd Tabnine to your IDE (free)

How to use
getDecorationStrokeOutline
method
in
org.apache.batik.bridge.StrokingTextPainter

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

origin: fr.avianey.apache-xmlgraphics/batik

Shape underline = getDecorationStrokeOutline
  (textRuns, TextSpanLayout.DECORATION_UNDERLINE);
Shape strikeThrough = getDecorationStrokeOutline
  (textRuns, TextSpanLayout.DECORATION_STRIKETHROUGH);
if (strikeThrough != null) {
Shape overline = getDecorationStrokeOutline
  (textRuns, TextSpanLayout.DECORATION_OVERLINE);
if (overline != null) {
origin: apache/batik

Shape underline = getDecorationStrokeOutline
  (textRuns, TextSpanLayout.DECORATION_UNDERLINE);
Shape strikeThrough = getDecorationStrokeOutline
  (textRuns, TextSpanLayout.DECORATION_STRIKETHROUGH);
if (strikeThrough != null) {
Shape overline = getDecorationStrokeOutline
  (textRuns, TextSpanLayout.DECORATION_OVERLINE);
if (overline != null) {
origin: org.apache.xmlgraphics/batik-bridge

Shape underline = getDecorationStrokeOutline
  (textRuns, TextSpanLayout.DECORATION_UNDERLINE);
Shape strikeThrough = getDecorationStrokeOutline
  (textRuns, TextSpanLayout.DECORATION_STRIKETHROUGH);
if (strikeThrough != null) {
Shape overline = getDecorationStrokeOutline
  (textRuns, TextSpanLayout.DECORATION_OVERLINE);
if (overline != null) {
org.apache.batik.bridgeStrokingTextPaintergetDecorationStrokeOutline

Javadoc

Returns the stroked outline of the specified decoration type. If the decoration has no stroke it will return the fill outline

Popular methods of StrokingTextPainter

  • computeTextRuns
  • getTextRunBoundaryAttributes
  • paintTextRuns
    Paints the text in each text run. Decorations are not painted here.
  • adjustChunkOffsets
    Adjusts the position of the text runs within the specified text chunk to account for any text anchor
  • createModifiedACIForFontMatching
    Returns a new AttributedCharacterIterator that contains resolved GVTFont attributes. This is then us
  • getDecorationOutline
    Returns the outline of the specified decoration type.
  • getFontFamilyResolver
  • getInstance
    Returns a unique instance of this class.
  • getTextChunk
  • getTextChunkACIs
    Returns an array of ACIs, one for each text chunk within the given text node.
  • getTextLayoutFactory
  • getTextRuns
  • getTextLayoutFactory,
  • getTextRuns,
  • paintDecorations,
  • reorderTextRuns

Popular in Java

  • Reading from database using SQL prepared statement
  • getSharedPreferences (Context)
  • scheduleAtFixedRate (ScheduledExecutorService)
  • startActivity (Activity)
  • Menu (java.awt)
  • FileWriter (java.io)
    A specialized Writer that writes to a file in the file system. All write requests made by calling me
  • Deque (java.util)
    A linear collection that supports element insertion and removal at both ends. The name deque is shor
  • ConcurrentHashMap (java.util.concurrent)
    A plug-in replacement for JDK1.5 java.util.concurrent.ConcurrentHashMap. This version is based on or
  • Executors (java.util.concurrent)
    Factory and utility methods for Executor, ExecutorService, ScheduledExecutorService, ThreadFactory,
  • JLabel (javax.swing)
  • Best plugins for Eclipse
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