public static class AbstractNodeModelFormatter.FormattedRegion extends Object implements INodeModelFormatter.IFormattedRegion
| Modifier and Type | Field and Description |
|---|---|
protected String |
formattedText |
protected int |
lengt |
protected int |
offset |
| Constructor and Description |
|---|
AbstractNodeModelFormatter.FormattedRegion(int offset,
int lengt,
String formattedText) |
protected String formattedText
protected int lengt
protected int offset
public AbstractNodeModelFormatter.FormattedRegion(int offset,
int lengt,
String formattedText)
public String getFormattedText()
getFormattedText in interface INodeModelFormatter.IFormattedRegionpublic int getLength()
getLength in interface INodeModelFormatter.IFormattedRegionpublic int getOffset()
getOffset in interface INodeModelFormatter.IFormattedRegionCopyright © 2015. All Rights Reserved.