Class RJCustomViewShape

All Implemented Interfaces:
RMArchiver.Archiving, RMShapePainter.Paint, RJMinMaxSizeSettable, Cloneable

public class RJCustomViewShape extends RJShape
  • Constructor Details

    • RJCustomViewShape

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

      public RJCustomViewShape(JComponent aComponent)
      Creates a new custom view shape.
  • Method Details

    • getCustomView

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

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

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

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