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:
  • Constructor Details

    • OutlineLevelNode

      public OutlineLevelNode(int level)
  • Method Details

    • 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()