|
|||||||||
| Home >> All >> com >> virtuosotechnologies >> asaph >> modelutils >> [ impl overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.virtuosotechnologies.asaph.modelutils.impl
Class BlockListData.BlockData

java.lang.Objectcom.virtuosotechnologies.asaph.modelutils.impl.BlockListData.BlockData
- Enclosing class:
- BlockListData
- public static class BlockListData.BlockData
- extends java.lang.Object
| Field Summary | |
private LineListData |
data_
|
private int |
indent_
|
| Constructor Summary | |
private |
BlockListData.BlockData(LineListData data,
int indent)
|
| Method Summary | |
int |
getIndent()
|
LineListData |
getLineListData()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
data_
private LineListData data_
indent_
private int indent_
| Constructor Detail |
BlockListData.BlockData
private BlockListData.BlockData(LineListData data, int indent)
| Method Detail |
getLineListData
public LineListData getLineListData()
getIndent
public int getIndent()
|
|||||||||
| Home >> All >> com >> virtuosotechnologies >> asaph >> modelutils >> [ impl overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.virtuosotechnologies.asaph.modelutils.impl.BlockListData.BlockData