Package io.keikai.model.impl
Class OutlineLevelTree.OutlineLevelNode
- java.lang.Object
-
- io.keikai.model.impl.OutlineLevelTree.OutlineLevelNode
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- OutlineLevelTree
public static class OutlineLevelTree.OutlineLevelNode extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OutlineLevelNode(int level)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
appendChild(OutlineLevelTree.OutlineLevelNode node)
int
getEnd()
int
getLevel()
int
getMaxLevel()
int
getStart()
void
setIndex(int index, int level)
-
-
-
Method Detail
-
appendChild
public void appendChild(OutlineLevelTree.OutlineLevelNode node)
-
setIndex
public void setIndex(int index, int level)
-
getStart
public int getStart()
-
getEnd
public int getEnd()
-
getLevel
public int getLevel()
-
getMaxLevel
public int getMaxLevel()
-
-