Class GeometricObjectNode
java.lang.Object
org.locationtech.jtstest.testbuilder.GeometricObjectNode
- Direct Known Subclasses:
CoordinateNode
,GeometryNode
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract GeometricObjectNode
getChildAt
(int index) abstract int
abstract Geometry
abstract ImageIcon
getIcon()
abstract int
getText()
protected static String
indexString
(int index) abstract boolean
isLeaf()
void
setIndex
(int index) protected static String
sizeString
(int size)
-
Field Details
-
index
protected int index -
text
-
-
Constructor Details
-
GeometricObjectNode
-
-
Method Details
-
indexString
-
sizeString
-
setIndex
public void setIndex(int index) -
getText
-
getIcon
-
getGeometry
-
isLeaf
public abstract boolean isLeaf() -
getChildAt
-
getChildCount
public abstract int getChildCount() -
getIndexOfChild
-