Class JLabelShape

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

public class JLabelShape extends RJButtonOrLabelShape
This class provides a RM shape/inspector for editing JLabel.
  • Constructor Details

    • JLabelShape

      public JLabelShape()
      Creates a new label shape (used by archiver).
    • JLabelShape

      public JLabelShape(JComponent aComponent)
      Creates a new label shape for given component (label).
  • Method Details

    • getLabel

      public JLabel getLabel()
      Returns the shape's component as a JLabel.