class PointNode extends GeometryNode
Modifier and Type | Field and Description |
---|---|
(package private) Point |
pt |
children, context
index, text
Constructor and Description |
---|
PointNode(Point p,
GeometryContext context) |
Modifier and Type | Method and Description |
---|---|
protected void |
fillChildren() |
Geometry |
getGeometry() |
javax.swing.ImageIcon |
getIcon() |
create, getChildAt, getChildCount, getIndexOfChild, isLeaf
getText, indexString, setIndex, sizeString
Point pt
public PointNode(Point p, GeometryContext context)
public javax.swing.ImageIcon getIcon()
getIcon
in class GeometryNode
public Geometry getGeometry()
getGeometry
in class GeometricObjectNode
protected void fillChildren()
fillChildren
in class GeometryNode