Eclipse Draw2d
3.1

Uses of Class
org.eclipse.draw2d.text.BidiInfo

Packages that use BidiInfo
org.eclipse.draw2d.text Figures and support classes related to the layout and rendering of rich text. 
 

Uses of BidiInfo in org.eclipse.draw2d.text
 

Methods in org.eclipse.draw2d.text that return BidiInfo
 BidiInfo TextFlow.getBidiInfo()
          Returns the BidiInfo for this figure or null.
 

Methods in org.eclipse.draw2d.text with parameters of type BidiInfo
 void TextFlow.setBidiInfo(BidiInfo info)
           
 void FlowAdapter.setBidiInfo(BidiInfo info)
          Sets the bidi level of the content box associated with this Figure
 void FlowFigure.setBidiInfo(BidiInfo info)
          Sets the bidi information for this figure.
 


Eclipse Draw2d
3.1

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