Uses of Class
org.eclipse.draw2d.TextUtilities
Packages that use TextUtilities
Package
Description
Primary package containing general interfaces and implementation classes.
Figures and support classes related to the layout and rendering of rich text.
-
Uses of TextUtilities in org.eclipse.draw2d
Fields in org.eclipse.draw2d declared as TextUtilitiesModifier and TypeFieldDescriptionstatic TextUtilities
TextUtilities.INSTANCE
a singleton default instanceMethods in org.eclipse.draw2d that return TextUtilitiesModifier and TypeMethodDescriptionLabel.getTextUtilities()
Gets theTextUtilities
instance to be used in measurement calculations. -
Uses of TextUtilities in org.eclipse.draw2d.text
Methods in org.eclipse.draw2d.text that return TextUtilitiesModifier and TypeMethodDescriptionprotected TextUtilities
FlowUtilities.getTextUtilities()
Returns an instance of aTextUtililities
class on which text calculations can be performed.protected TextUtilities
TextFlow.getTextUtilities()
Gets theTextUtilities
instance to be used in measurement calculations.