public class FormattingConfig.LinewrapLocator extends AbstractFormattingConfig.ElementLocator
| Modifier and Type | Field and Description |
|---|---|
protected int |
defaultWrap |
protected int |
maxWrap |
protected int |
minWrap |
after, before, type| Constructor and Description |
|---|
LinewrapLocator(int wrap) |
LinewrapLocator(int min,
int def,
int max) |
| Modifier and Type | Method and Description |
|---|---|
int |
getDefaultWrap() |
int |
getMaxWrap() |
int |
getMinWrap() |
java.lang.String |
toString() |
protected final int defaultWrap
protected final int maxWrap
protected final int minWrap
public LinewrapLocator(int wrap)
public LinewrapLocator(int min,
int def,
int max)
public int getDefaultWrap()
public int getMaxWrap()
public int getMinWrap()
public java.lang.String toString()
toString in class AbstractFormattingConfig.ElementLocator