Class RMScene3D.RMShape3D

All Implemented Interfaces:
RMArchiver.Archiving, Cloneable
Enclosing class:
RMScene3D

public static class RMScene3D.RMShape3D extends RMPolygon
RMPolygon subclass that encapsulates a Path3D.
  • Constructor Details

    • RMShape3D

      public RMShape3D(RMPath3D aPath3D)
      Creates a new shape 3d from the given path3d.
  • Method Details

    • getPath3D

      public RMPath3D getPath3D()
      Returns the path3D for this shape.
    • setPath3D

      public void setPath3D(RMPath3D aPath3D)
      Sets the path3d for this shape.
    • getPath

      public RMPath getPath()
      Description copied from class: RMPolygon
      Returns the path for this polygon shape.
      Overrides:
      getPath in class RMPolygon