Class RMShapeRSS

  • All Implemented Interfaces:
    java.lang.Cloneable

    public class RMShapeRSS
    extends java.lang.Object
    implements java.lang.Cloneable
    A class to hold a shape roll, scale and skew.
    • Constructor Summary

      Constructors 
      Constructor Description
      RMShapeRSS()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      RMShapeRSS clone()
      Standard clone implementation.
      • Methods inherited from class java.lang.Object

        equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RMShapeRSS

        public RMShapeRSS()
    • Method Detail

      • clone

        @Nullable
        public RMShapeRSS clone()
        Standard clone implementation.
        Overrides:
        clone in class java.lang.Object