Modifier and Type | Class and Description |
---|---|
protected static class |
B3DClip.NodeClip |
Enum Constant and Description |
---|
INSTANCE |
Modifier and Type | Method and Description |
---|---|
IJointClip |
apply(IJoint joint) |
java.lang.Iterable<Event> |
pastEvents(float lastPollTime,
float time) |
static B3DClip |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static B3DClip[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final B3DClip INSTANCE
public static B3DClip[] values()
for (B3DClip c : B3DClip.values()) System.out.println(c);
public static B3DClip valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic IJointClip apply(IJoint joint)
public java.lang.Iterable<Event> pastEvents(float lastPollTime, float time)
pastEvents
in interface IClip