public class TreeRowObject extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
EMPTY_CONN_IMG |
static int |
FIRST_LAST_ROW |
static int |
FIRST_ROW |
static int |
LAST_ROW |
static int |
LINE_CONN_IMG |
static int |
MIDDLE_ROW |
Constructor and Description |
---|
TreeRowObject(java.lang.Object objTreeNode,
java.lang.Object objTreeNodeUID,
int nTreeRowDepth,
boolean bLeaf,
int nTreeRowPossiotionType,
int[] nLineConnImages) |
Modifier and Type | Method and Description |
---|---|
boolean |
getLeaf() |
int[] |
getLineConnImages() |
java.lang.Object |
getTreeNode() |
java.lang.Object |
getTreeNodeUID() |
int |
getTreeRowDepth() |
int |
getTreeRowPossiotionType() |
public static final int FIRST_ROW
public static final int MIDDLE_ROW
public static final int LAST_ROW
public static final int FIRST_LAST_ROW
public static final int EMPTY_CONN_IMG
public static final int LINE_CONN_IMG
public TreeRowObject(java.lang.Object objTreeNode, java.lang.Object objTreeNodeUID, int nTreeRowDepth, boolean bLeaf, int nTreeRowPossiotionType, int[] nLineConnImages)
public java.lang.Object getTreeNode()
public java.lang.Object getTreeNodeUID()
public int getTreeRowDepth()
public boolean getLeaf()
public int getTreeRowPossiotionType()
public int[] getLineConnImages()