Enum Class EShapeSubType
- All Implemented Interfaces:
Serializable,Comparable<EShapeSubType>,Constable
Enumerate types of
Shape.-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionBoxShapeCapsuleShapeConvexHullShapeCylinderShapeEmptyShapeHeightFieldShapeMeshShapeMutableCompundShapeOffsetCenterOfMassShapePlaneShapeRotatedTranslatedShapeScaledShapeSoftBodyShapeSphereShapeStaticCompundShapeTaperedCapsuleShapeTaperedCylinderShapeTriangleShapeuser-defined shape #1user-defined shape #2user-defined shape #3user-defined shape #4user-defined shape #5user-defined shape #6user-defined shape #7user-defined shape #8user-defined convex shape #1user-defined convex shape #2user-defined convex shape #3user-defined convex shape #4user-defined convex shape #5user-defined convex shape #6user-defined convex shape #7user-defined convex shape #8 -
Method Summary
Modifier and TypeMethodDescriptionstatic EShapeSubTypeReturns the enum constant of this class with the specified name.static EShapeSubType[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
Sphere
SphereShape -
Box
BoxShape -
Triangle
TriangleShape -
Capsule
CapsuleShape -
TaperedCapsule
TaperedCapsuleShape -
Cylinder
CylinderShape -
ConvexHull
ConvexHullShape -
StaticCompound
StaticCompundShape -
MutableCompound
MutableCompundShape -
RotatedTranslated
RotatedTranslatedShape -
Scaled
ScaledShape -
OffsetCenterOfMass
OffsetCenterOfMassShape -
Mesh
MeshShape -
HeightField
HeightFieldShape -
SoftBody
SoftBodyShape -
User1
user-defined shape #1 -
User2
user-defined shape #2 -
User3
user-defined shape #3 -
User4
user-defined shape #4 -
User5
user-defined shape #5 -
User6
user-defined shape #6 -
User7
user-defined shape #7 -
User8
user-defined shape #8 -
UserConvex1
user-defined convex shape #1 -
UserConvex2
user-defined convex shape #2 -
UserConvex3
user-defined convex shape #3 -
UserConvex4
user-defined convex shape #4 -
UserConvex5
user-defined convex shape #5 -
UserConvex6
user-defined convex shape #6 -
UserConvex7
user-defined convex shape #7 -
UserConvex8
user-defined convex shape #8 -
Plane
PlaneShape -
TaperedCylinder
TaperedCylinderShape -
Empty
EmptyShape
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-