public class ScrollbarBuilder
extends java.lang.Object
Constructor and Description |
---|
ScrollbarBuilder() |
Modifier and Type | Method and Description |
---|---|
static char[] |
buildHorizontalScrollbar(int length,
double obtained,
double total) |
static char[] |
buildScrollbar(char arrowUp,
char arrowDown,
char full,
char empty,
int length,
double obtained,
double total) |
static char[] |
buildVerticalScrollbar(int length,
double obtained,
double total) |
public static char[] buildScrollbar(char arrowUp, char arrowDown, char full, char empty, int length, double obtained, double total)
public static char[] buildVerticalScrollbar(int length, double obtained, double total)
public static char[] buildHorizontalScrollbar(int length, double obtained, double total)