Uses of Class
com.biglybt.ui.swt.shells.GCStringPrinter.LineInfo
-
Packages that use GCStringPrinter.LineInfo Package Description com.biglybt.ui.swt.shells -
-
Uses of GCStringPrinter.LineInfo in com.biglybt.ui.swt.shells
Methods in com.biglybt.ui.swt.shells that return GCStringPrinter.LineInfo Modifier and Type Method Description private GCStringPrinter.LineInfo
GCStringPrinter. processLine(org.eclipse.swt.graphics.GC gc, GCStringPrinter.LineInfo lineInfo, org.eclipse.swt.graphics.Rectangle printArea, boolean fullLinesOnly, boolean hasMoreElements)
Methods in com.biglybt.ui.swt.shells with parameters of type GCStringPrinter.LineInfo Modifier and Type Method Description private void
GCStringPrinter. 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.LineInfo
GCStringPrinter. processLine(org.eclipse.swt.graphics.GC gc, GCStringPrinter.LineInfo lineInfo, org.eclipse.swt.graphics.Rectangle printArea, boolean fullLinesOnly, boolean hasMoreElements)
private int
GCStringPrinter. processWord(org.eclipse.swt.graphics.GC gc, java.lang.String sLine, java.lang.String word, org.eclipse.swt.graphics.Rectangle printArea, GCStringPrinter.LineInfo lineInfo, java.lang.StringBuffer outputLine, java.lang.StringBuffer space)
-