Class RJCustomViewShape

    • Constructor Detail

      • RJCustomViewShape

        public RJCustomViewShape()
        Creates a new custom view shape.
      • RJCustomViewShape

        public RJCustomViewShape​(javax.swing.JComponent aComponent)
        Creates a new custom view shape.
    • Method Detail

      • getCustomView

        public RJCustomView getCustomView()
        Returns the shape's component as a custom view.
      • getClassName

        public java.lang.String getClassName()
        Returns the custom view's class name.
      • setClassName

        public void setClassName​(java.lang.String aValue)
        Sets the custom view's class name.
      • clone

        public java.lang.Object clone()
        Overrides shape implementation to avoid trying to load actual class.
        Overrides:
        clone in class RJShape