@Deprecated
public class CustomTreeStructures
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
CustomTreeStructure |
add(int category1)
Deprecated.
Add a custom tree structure
|
CustomTreeStructure |
add(int category1,
int category2)
Deprecated.
Add a custom tree structure
|
CustomTreeStructure |
add(int category1,
int category2,
int category3)
Deprecated.
Add a custom tree structure
|
public CustomTreeStructure add(int category1)
category1
- first custom tree structure categorypublic CustomTreeStructure add(int category1, int category2)
category1
- first custom tree structure categorycategory2
- second custom tree structure categorypublic CustomTreeStructure add(int category1, int category2, int category3)
category1
- first custom tree structure categorycategory2
- second custom tree structure categorycategory3
- third custom tree structure category