Class GeometricObjectNode

java.lang.Object
org.locationtech.jtstest.testbuilder.GeometricObjectNode
Direct Known Subclasses:
CoordinateNode, GeometryNode

abstract class GeometricObjectNode extends Object
  • Field Details

    • index

      protected int index
    • text

      protected String text
  • Constructor Details

    • GeometricObjectNode

      public GeometricObjectNode(String text)
  • Method Details

    • indexString

      protected static String indexString(int index)
    • sizeString

      protected static String sizeString(int size)
    • setIndex

      public void setIndex(int index)
    • getText

      public String getText()
    • getIcon

      public abstract ImageIcon getIcon()
    • getGeometry

      public abstract Geometry getGeometry()
    • isLeaf

      public abstract boolean isLeaf()
    • getChildAt

      public abstract GeometricObjectNode getChildAt(int index)
    • getChildCount

      public abstract int getChildCount()
    • getIndexOfChild

      public abstract int getIndexOfChild(GeometricObjectNode child)