Uses of Class
com.biglybt.ui.swt.shells.GCStringPrinter.LineInfo
Packages that use GCStringPrinter.LineInfo
-
Uses of GCStringPrinter.LineInfo in com.biglybt.ui.swt.shells
Methods in com.biglybt.ui.swt.shells that return GCStringPrinter.LineInfoModifier and TypeMethodDescriptionprivate GCStringPrinter.LineInfoGCStringPrinter.processLine(org.eclipse.swt.graphics.GC gc, GCStringPrinter.LineInfo lineInfo, org.eclipse.swt.graphics.Rectangle printArea, boolean fullLinesOnly, boolean hasMoreElements, boolean isLastLine) Methods in com.biglybt.ui.swt.shells with parameters of type GCStringPrinter.LineInfoModifier and TypeMethodDescriptionprivate voidGCStringPrinter.drawLine(org.eclipse.swt.graphics.GC gc, GCStringPrinter.LineInfo lineInfo, int swtFlags, org.eclipse.swt.graphics.Rectangle printArea, boolean noDraw) printArea is updated to the position of the next rowprivate GCStringPrinter.LineInfoGCStringPrinter.processLine(org.eclipse.swt.graphics.GC gc, GCStringPrinter.LineInfo lineInfo, org.eclipse.swt.graphics.Rectangle printArea, boolean fullLinesOnly, boolean hasMoreElements, boolean isLastLine) private intGCStringPrinter.processWord(org.eclipse.swt.graphics.GC gc, String sLine, String word, org.eclipse.swt.graphics.Rectangle printArea, GCStringPrinter.LineInfo lineInfo, StringBuffer outputLine, StringBuffer space, boolean isLastLine)