Interface Table

  • All Superinterfaces:
    java.lang.Iterable<Node>, Node
    All Known Implementing Classes:
    TableBuilder

    public interface Table
    extends Node
    The Table class.
    • Method Detail

      • isVirtual

        boolean isVirtual()
      • getBorderColor

        java.lang.String getBorderColor()
      • getBackgroundColor

        java.lang.String getBackgroundColor()
      • accept

        default <R> void accept​(NodeVisitor<R> visitor,
                                R data)
        Specified by:
        accept in interface Node