protected class Link.UserSubFrame extends LinkageNode.SubFrame
Collects properties for a user-added subframe.
| Modifier and Type | Field and Description | 
|---|---|
| protected java.util.Set<Joint.Type> | connectableJointTypesThe set of connectable joint types, null if unrestricted. | 
| protected java.util.Set<java.lang.String> | connectableSubFrameTypesThe set of connectable subframe types, null if unrestricted. | 
| (package private) vona.math.RX | rxthe transform taking subframe coordinates to link frame | 
| protected java.lang.String | typethe type of this subframe, null if none | 
hash, name, node| Constructor and Description | 
|---|
| Link.UserSubFrame(java.lang.String name,
                 vona.math.RX rx)constr sets  rx | 
final vona.math.RX rx
protected java.lang.String type
protected java.util.Set<java.lang.String> connectableSubFrameTypes
The set of connectable subframe types, null if unrestricted.
protected java.util.Set<Joint.Type> connectableJointTypes
The set of connectable joint types, null if unrestricted.
Link.UserSubFrame(java.lang.String name,
                 vona.math.RX rx)
rxpublic java.lang.String getType()
typepublic void dump(java.io.PrintStream s)
dump in class LinkageNode.SubFrame