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 ContentBox

java.lang.Object
  extended by

org.eclipse.draw2d.text.FlowBox
      extended by
org.eclipse.draw2d.text.ContentBox
Direct Known Subclasses:
TextFragmentBox

public abstract class ContentBox
extends FlowBox

FlowBoxes that are leaf nodes.

Since:
3.1

Constructor Summary
ContentBox ()
           
 
Method Summary
 int getBaseline ()
          Returns y coordinate for the box's baseline.
 int getBidiLevel ()
           
 boolean requiresBidi ()
          Returns true if the bidi level for this box is specified, and is not the default level (0).
 void setBidiLevel (int newLevel)
          Sets the Bidi level of this fragment.
 
Methods inherited from class org.eclipse.draw2d.text. FlowBox
containsPoint, getAscent, getDescent, getWidth, getX, setWidth, setX
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContentBox

public ContentBox()
Method Detail

getBaseline

public int getBaseline()
Description copied from class: FlowBox
Returns y coordinate for the box's baseline.

Specified by:
getBaseline in class FlowBox
Returns:
the baseline location
See Also:
FlowBox.getBaseline()

getBidiLevel

public int getBidiLevel()
Returns:
the Bidi level of this box, if one has been set; -1 otherwise
See Also:
setBidiLevel(int)

requiresBidi

public boolean requiresBidi()
Returns true if the bidi level for this box is specified, and is not the default level (0).

Overrides:
requiresBidi in class FlowBox
Returns:
true if the box is bi-directional
See Also:
FlowBox.requiresBidi()

setBidiLevel

public void setBidiLevel(int newLevel)
Sets the Bidi level of this fragment. It is used to rearrange fragments as defined by the Unicode Bi-directional algorithm. Valid values are -1 (meaning no Bidi level), or any non-negative integer less than 62.

Parameters:
newLevel - the new BidiLevel
See Also:
getBidiLevel()

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