Class RJButtonOrLabelShape

All Implemented Interfaces:
RMArchiver.Archiving, RMShapePainter.Paint, RJMinMaxSizeSettable, Cloneable
Direct Known Subclasses:
JButtonShape, JLabelShape

public class RJButtonOrLabelShape extends RJTextShape
This class is never instantiated directly - it is the superclass for JButtonShapes & JLabelShapes. Since buttons & labels share so many attributes, this class is used to handle those things common to both.

Copyright (c) 2005 ReportMill Software, Inc. All Rights Reserved. Contact ReportMill <info@reportmill.com>.

  • Constructor Details

    • RJButtonOrLabelShape

      public RJButtonOrLabelShape(JComponent c)
      Creates a new button or label shape.
  • Method Details