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 |
|---|
FormattingConfig.LinewrapLocator(int wrap) |
FormattingConfig.LinewrapLocator(int min,
int def,
int max) |
| Modifier and Type | Method and Description |
|---|---|
int |
getDefaultWrap() |
int |
getMaxWrap() |
int |
getMinWrap() |
String |
toString() |
protected final int defaultWrap
protected final int maxWrap
protected final int minWrap
public FormattingConfig.LinewrapLocator(int wrap)
public FormattingConfig.LinewrapLocator(int min,
int def,
int max)
public int getDefaultWrap()
public int getMaxWrap()
public int getMinWrap()
public String toString()
toString in class AbstractFormattingConfig.ElementLocatorCopyright © 2015. All Rights Reserved.