Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

Eclipse Draw2d
3.3

org.eclipse.draw2d.text
Class BidiInfo

java.lang.Object
  extended by
org.eclipse.draw2d.text.BidiInfo

public class BidiInfo
extends java.lang.Object

This class is for INTERNAL use only.

Since:
3.1

Field Summary
 boolean leadingJoiner
          Indicates if the ZWJ character needs to be prepended to text being rendered.
 int[] levelInfo
          Odd-sized array consisting of bidi levels, interleaved with the offsets at which levels change.
 boolean trailingJoiner
          Indicates if the ZRJ character needs to be appended to the text being rendered..
 
Constructor Summary
BidiInfo ()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

levelInfo

public int[] levelInfo
Odd-sized array consisting of bidi levels, interleaved with the offsets at which levels change.


leadingJoiner

public boolean leadingJoiner
Indicates if the ZWJ character needs to be prepended to text being rendered.


trailingJoiner

public boolean trailingJoiner
Indicates if the ZRJ character needs to be appended to the text being rendered..

Constructor Detail

BidiInfo

public BidiInfo()

Eclipse Draw2d
3.3

Copyright (c) IBM Corp. and others 2000, 2007. All Rights Reserved.

 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire