Codota Logo
TextSpanLayout.isVertical
Code IndexAdd Codota to your IDE (free)

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

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

  • Common ways to obtain TextSpanLayout
private void myMethod () {
TextSpanLayout t =
  • Codota IconStrokingTextPainter.TextRun run;run.getLayout()
  • Codota IconAttributedCharacterIterator aci;Point2D offset;FontRenderContext frc;new GlyphLayout(aci, charMap, offset, frc)
  • Smart code suggestions by Codota
}
origin: org.apache.xmlgraphics/batik-bridge

public boolean isVertical(){
  return layout.isVertical();
}
/// Retrieve the orientation angle for the Glyph
origin: fr.avianey.apache-xmlgraphics/batik

public boolean isVertical(){
  return layout.isVertical();
}
/// Retrieve the orientation angle for the Glyph
origin: apache/batik

public boolean isVertical(){
  return layout.isVertical();
}
/// Retrieve the orientation angle for the Glyph
origin: org.apache.xmlgraphics/batik-bridge

&& !textRun.getLayout().isVertical()
&& !textRun.getLayout().isOnATextPath()) {
origin: fr.avianey.apache-xmlgraphics/batik

&& !textRun.getLayout().isVertical()
&& !textRun.getLayout().isOnATextPath()) {
origin: apache/batik

&& !textRun.getLayout().isVertical()
&& !textRun.getLayout().isOnATextPath()) {
origin: fr.avianey.apache-xmlgraphics/batik

&& !textRun.getLayout().isVertical()
&& !textRun.getLayout().isOnATextPath()) {
origin: apache/batik

&& !textRun.getLayout().isVertical()
&& !textRun.getLayout().isOnATextPath()) {
origin: org.apache.xmlgraphics/batik-bridge

&& !textRun.getLayout().isVertical()
&& !textRun.getLayout().isOnATextPath()) {
origin: fr.avianey.apache-xmlgraphics/batik

&& !textRun.getLayout().isVertical()
&& !textRun.getLayout().isOnATextPath()) {
origin: apache/batik

&& !textRun.getLayout().isVertical()
&& !textRun.getLayout().isOnATextPath()) {
origin: org.apache.xmlgraphics/batik-bridge

&& !textRun.getLayout().isVertical()
&& !textRun.getLayout().isOnATextPath()) {
origin: fr.avianey.apache-xmlgraphics/batik

  if (layout.isVertical()) {
    if (lengthAdj == ADJUST_SPACING) {
      yScale = (float)
AttributedCharacterIterator runaci = r.getACI();
runaci.first();
boolean vertical = layout.isVertical();
Float runX = (Float) runaci.getAttribute(XPOS);
Float runY = (Float) runaci.getAttribute(YPOS);
origin: apache/batik

  if (layout.isVertical()) {
    if (lengthAdj == ADJUST_SPACING) {
      yScale = (float)
AttributedCharacterIterator runaci = r.getACI();
runaci.first();
boolean vertical = layout.isVertical();
Float runX = (Float) runaci.getAttribute(XPOS);
Float runY = (Float) runaci.getAttribute(YPOS);
origin: org.apache.xmlgraphics/batik-bridge

  if (layout.isVertical()) {
    if (lengthAdj == ADJUST_SPACING) {
      yScale = (float)
AttributedCharacterIterator runaci = r.getACI();
runaci.first();
boolean vertical = layout.isVertical();
Float runX = (Float) runaci.getAttribute(XPOS);
Float runY = (Float) runaci.getAttribute(YPOS);
org.apache.batik.bridgeTextSpanLayoutisVertical

Javadoc

Returns true if the advance direction of this text is vertical.

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.
  • 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
  • getGlyphMetrics,
  • getHighlightShape,
  • getLineMetrics,
  • getOutline,
  • getTextPathAdvance,
  • hasCharacterIndex,
  • hitTestChar,
  • isLeftToRight,
  • isOnATextPath

Popular in Java

  • Making http post requests using okhttp
  • setScale (BigDecimal)
  • getContentResolver (Context)
  • getSharedPreferences (Context)
  • BufferedInputStream (java.io)
    Wraps an existing InputStream and buffers the input. Expensive interaction with the underlying input
  • OutputStream (java.io)
    A writable sink for bytes.Most clients will use output streams that write data to the file system (
  • String (java.lang)
  • ReentrantLock (java.util.concurrent.locks)
    A reentrant mutual exclusion Lock with the same basic behavior and semantics as the implicit monitor
  • JTable (javax.swing)
  • Table (org.hibernate.mapping)
    A relational table
Codota Logo
  • Products

    Search for Java codeSearch for JavaScript codeEnterprise
  • IDE Plugins

    IntelliJ IDEAWebStormAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogCodota Academy Plugin user guide Terms of usePrivacy policyJava Code IndexJavascript Code Index
Get Codota for your IDE now