Class RMPolygon

All Implemented Interfaces:
RMArchiver.Archiving, Cloneable
Direct Known Subclasses:
RMScene3D.RMShape3D

public class RMPolygon extends RMShape
This class is an RMShape subclass that encapsulates an arbitrary path.
  • Field Details

    • _mouseDownPointIndex

      public int _mouseDownPointIndex
  • Constructor Details

    • RMPolygon

      public RMPolygon()
      Creates a new empty polygon shape.
    • RMPolygon

      public RMPolygon(RMPath aPath)
      Creates a new polygon shape for the given path.
  • Method Details