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> |
connectableJointTypes
The set of connectable joint types, null if unrestricted.
|
protected java.util.Set<java.lang.String> |
connectableSubFrameTypes
The set of connectable subframe types, null if unrestricted.
|
(package private) vona.math.RX |
rx
the transform taking subframe coordinates to link frame
|
protected java.lang.String |
type
the 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)
rx
public java.lang.String getType()
type
public void dump(java.io.PrintStream s)
dump
in class LinkageNode.SubFrame