Class dnx.lr.GeometricPropertyNode
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class dnx.lr.GeometricPropertyNode

java.lang.Object
   |
   +----dnx.util.DNXObject
           |
           +----dnx.lr.Node
                   |
                   +----dnx.lr.SubsidiaryNode
                           |
                           +----dnx.lr.GeometricPropertyNode

public class GeometricPropertyNode
extends SubsidiaryNode
GeometricPropertyNode is a SubsidiaryNode that can be a child of a GeometryNode (specifically, of a GeometricPropertyBearingNode). Changes in fields inside the GeometricPropertyNode need to be propagated up to the GeometryNode.

Constructor Index

 o GeometricPropertyNode()

Method Index

 o handleFieldChange(Field)
Handle a field change.

Constructors

 o GeometricPropertyNode
  public GeometricPropertyNode()

Methods

 o handleFieldChange
  public void handleFieldChange(Field f)
Handle a field change.
Overrides:
handleFieldChange in class Node

All Packages  Class Hierarchy  This Package  Previous  Next  Index