fr.pixware.apt.convert
Class Section
java.lang.Object
fr.pixware.apt.convert.Section
public class Section
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Section
public Section(int[] number,
Section parent)
Section
public Section(int[] number,
java.lang.String title,
Section parent,
Section[] children)
formatNumber
public static java.lang.String formatNumber(int[] number,
char separ)
setNumber
public void setNumber(int[] number)
getNumber
public int[] getNumber()
getNumberFormatted
public java.lang.String getNumberFormatted()
getNumberFormatted
public java.lang.String getNumberFormatted(char separ)
getLevel
public int getLevel()
setTitle
public void setTitle(java.lang.String title)
getTitle
public java.lang.String getTitle()
setParent
public void setParent(Section parent)
getParent
public Section getParent()
setChildren
public void setChildren(Section[] children)
getChildren
public Section[] getChildren()