Class GeometricObjectNode
- java.lang.Object
-
- org.locationtech.jtstest.testbuilder.GeometricObjectNode
-
- Direct Known Subclasses:
CoordinateNode,GeometryNode
abstract class GeometricObjectNode extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description GeometricObjectNode(java.lang.String text)
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract GeometricObjectNodegetChildAt(int index)abstract intgetChildCount()abstract GeometrygetGeometry()abstract javax.swing.ImageIcongetIcon()abstract intgetIndexOfChild(GeometricObjectNode child)java.lang.StringgetText()protected static java.lang.StringindexString(int index)abstract booleanisLeaf()voidsetIndex(int index)protected static java.lang.StringsizeString(int size)
-
-
-
Method Detail
-
indexString
protected static java.lang.String indexString(int index)
-
sizeString
protected static java.lang.String sizeString(int size)
-
setIndex
public void setIndex(int index)
-
getText
public java.lang.String getText()
-
getIcon
public abstract javax.swing.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)
-
-