Package examples

Class RootClass

java.lang.Object
examples.RootClass

class RootClass extends Object
Example class whose objects will be used as root nodes of a tree to be visualized.
  • Field Details

    • color

      private final Color color
    • childNode

      private final Node childNode
    • stringChildren

      private final List<String> stringChildren
    • integerChild

      private final int integerChild
    • personRecord

      private final Person personRecord
  • Constructor Details

    • RootClass

      RootClass()
  • Method Details