Uses of Class
org.eclipse.swt.graphics.TextLayout
Packages that use TextLayout
Package
Description
SWT Custom widgets.
SWT widget public API classes.
-
Uses of TextLayout in org.eclipse.swt.custom
Fields in org.eclipse.swt.custom declared as TextLayoutModifier and TypeFieldDescriptionprivate final TextLayoutStyledTextRenderer.LineDrawInfo.layoutThe field for thelayoutrecord component.(package private) TextLayout[]StyledTextRenderer.layoutsMethods in org.eclipse.swt.custom that return TextLayoutModifier and TypeMethodDescription(package private) TextLayoutStyledTextRenderer.getTextLayout(int lineIndex) (package private) TextLayoutStyledTextRenderer.getTextLayout(int lineIndex, int orientation, int width, int lineSpacing) StyledTextRenderer.LineDrawInfo.layout()Returns the value of thelayoutrecord component.Methods in org.eclipse.swt.custom with parameters of type TextLayoutModifier and TypeMethodDescription(package private) static intStyledTextRenderer.cap(TextLayout layout, int offset) (package private) voidStyledTextRenderer.disposeTextLayout(TextLayout layout) (package private) intStyledText.getVisualLineIndex(TextLayout layout, int offsetInLine) (package private) voidStyledText.Printing.printDecoration(int page, boolean header, TextLayout layout) Print header or footer decorations.(package private) voidStyledText.Printing.printDecorationSegment(String segment, int alignment, int page, boolean header, TextLayout layout) Print one segment of a header or footer decoration.(package private) voidStyledText.Printing.printLine(int x, int y, GC gc, Color foreground, Color background, TextLayout layout, TextLayout printLayout, int index) (package private) intCLabel.validateOffset(TextLayout layout, int offset) Constructors in org.eclipse.swt.custom with parameters of type TextLayoutModifierConstructorDescriptionprivateLineDrawInfo(int index, TextLayout layout, String text, int offset, int height) Creates an instance of aLineDrawInforecord class. -
Uses of TextLayout in org.eclipse.swt.widgets
Fields in org.eclipse.swt.widgets declared as TextLayout