public interface CharWidthProvider
| Modifier and Type | Field and Description |
|---|---|
static CharWidthProvider |
NULL |
| Modifier and Type | Method and Description |
|---|---|
int |
charWidth(char c) |
int |
charWidth(CharSequence s) |
int |
spaceWidth() |
static final CharWidthProvider NULL
int spaceWidth()
int charWidth(char c)
int charWidth(CharSequence s)
Copyright © 2019. All rights reserved.