public class IndentInfo
extends java.lang.Object
Constructor and Description |
---|
IndentInfo(int lineFeeds,
int indentSpaces,
int spaces) |
IndentInfo(int lineFeeds,
int indentSpaces,
int spaces,
boolean forceSkipTabulationsUsage) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
generateNewWhiteSpace(CommonCodeStyleSettings.IndentOptions options)
Builds string that contains line feeds, white spaces and tabulation symbols known to the current
IndentInfo object. |
int |
getIndentSpaces() |
int |
getSpaces() |
public IndentInfo(int lineFeeds, int indentSpaces, int spaces)
public IndentInfo(int lineFeeds, int indentSpaces, int spaces, boolean forceSkipTabulationsUsage)
public int getSpaces()
public int getIndentSpaces()
public java.lang.String generateNewWhiteSpace(CommonCodeStyleSettings.IndentOptions options)
IndentInfo
object.options
- indentation formatting options